How to study hex color code like #0f0 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to study hex color code like #0f0

Html & css color code

6th Aug 2017, 7:39 PM
Omar Sameh
3 Answers
+ 7
Depends on what you mean by "study", if your​ talking about trying to memorize every single possible value I'd say your better off just using an online calculator: https://www.w3schools.com/colors/colors_picker.asp https://www.w3schools.com/colors/colors_hexadecimal.asp (there are many more if you just search online for a "hexidecimal color calculator"). The only ones you really need to remember are: Black (#000 or #00000) White (#FFF or #FFFFFF) and also that first two characters stand for "RED" so #FF0000 (or #F00) is the base red colour, the two middle characters stand for "GREEN" so the value you gave (or #00FF00) is the base green colour and the final two characters stand for "BLUE" so #0000FF (or #00F) is the base blue color hence the why it's also know as rgb (red green blue). Mixing these is just like mixing paint colors so half red, half green would make yellow, half red, half blue would make purple etc.
6th Aug 2017, 8:04 PM
LynTon
LynTon - avatar
+ 1
http://htmlcolorcodes.com/color-picker/ enter the color-code - see the color
6th Aug 2017, 8:02 PM
Martin Ed
Martin Ed - avatar
+ 1
install color picker 500kb size. ans then your courser drag to color
6th Aug 2017, 8:59 PM
meherDev
meherDev - avatar