NOTE THAT THIS PROJECT COMES FROM MY OLD ACCOUNT, @dgarcias_2010 =========================================Have you ever wondered how HEX color notation works? Does it seem strangely difficult to understand? Have you ever used a color in the Scratch Paint Editor and then don't know how to use the same color in the Scratch Forums? If the answer is yes, then this is the project for you! ------------------------------------------------------------------------- This is a simple color converter that converts from RGB to HEX and viceversa. Just click the button you desire and enter the RGB or HEX color value. It will be automatically converted for you. ------------------------------------------------------------------------- VERSIONS: v 1.0: Published the project with @dgarcias_2010 v 2.0: Transferred the project to this account v 3.0: Added HSL and Scratch Paint Editor color support. Updated method of showing results. Please tell me in the comments any bugs you might find. ------------------------------------------------------------------------- CREDITS: Color conversion code credit to @seg-leinad Text engine by @theChAOTiC (taken from https://scratch.mit.edu/projects/90278685/ in lite version) Mathematical formula for RGB/HEX conversion taken from https://www.developintelligence.com/blog/2017/02/rgb-to-hex-understanding-the-major-web-color-codes/ Mathematical formula for RGB/HSL taken from https://www.niwa.nu/2013/05/math-behind-colorspace-conversions-rgb-hsl/ Other conversions by @seg-leinad