π¬ Descover
β App Inventor Color Chart
ποΈ Color Picker
β RGB: The amount of red, green and blue of the obtained color. This information is exactly as is. Values ββrange from 0 to 255.
β HEX: Amount of red, green and blue in hexadecimal. The colors are the same as in RGB but with the base 16. This could be useful for web design and similar situations.
π¨ Colour Codes
β HEX color coding test is negative and white is -1
β Get result and use negative color code for writing schema eg "TextColor": -6381922, -16777216...
β App Inventor Color Chart
ποΈ Color Picker
β RGB: The amount of red, green and blue of the obtained color. This information is exactly as is. Values ββrange from 0 to 255.
β HEX: Amount of red, green and blue in hexadecimal. The colors are the same as in RGB but with the base 16. This could be useful for web design and similar situations.
π¨ Colour Codes
β HEX color coding test is negative and white is -1
β Get result and use negative color code for writing schema eg "TextColor": -6381922, -16777216...
Show More