Shades of Chartreuse #90F010
Tints of Chartreuse #90F010
RGB
CMYK
RGB Variations
Color information
#90F010 (or 0x90F010) is known color: Chartreuse. HEX triplet: 90, F0 and 10. RGB value is (144,240,16). Sum of RGB (Red+Green+Blue) = 144+240+16=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #90F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F010 is #6F0FEF. Grayscale: #BABABA. Windows color (decimal): -7278576 or 1110160. OLE color: 1110160.
HSL color Cylindrical-coordinate representation of color #90F010: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90F010 is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 240 | 16 | - |
| CMYK | 0.4 | 0 | 0.93 | 0.06 |
| HSL | 85.71º | 0.88% | 0.5% | - |
| HSV(B) | 85.71º | 0.93% | 0.94% | - |
| XYZ | 42.76 | 68.29 | 11.42 | - |
| YUV | 185.76 | 32.2 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 240 | 16 | 0.4 | 0 | 0.93 | 0.06 | 85.71 | 0.88 | 0.5 |
| Hex | 90 | F0 | 10 | 28 | 0 | 5D | 6 | 56 | 58 | 32 |
| Octal | 220 | 360 | 20 | 50 | 0 | 135 | 6 | 126 | 130 | 62 |
| Binary | 10010000 | 11110000 | 10000 | 101000 | 0 | 1011101 | 110 | 1010110 | 1011000 | 110010 |
Color Harmonies of #90F010
Complementary color
Monochromatic Colors of #90F010
Black with #90F010
Text Example
Text Example
White with #90F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F010; }
p { color: rgb(144,240,16); }
H1.HeaderClassName
{
color: #90F010;
}
.AnyTagClassName
{
color: #90F010;
}
</style>
background-color css
<style>
a { background-color: #90F010; }
a { background-color: rgb(144,240,16); }
div.DivClassName
{
background-color: #90F010;
}
.BgClassName
{
background-color: #90F010;
}
</style>
border-color css
<style>
span { border-color: #90F010; }
span { border-color: rgb(144,240,16); }
td.TdClassName
{
border-color: #90F010;
}
.TagClassName
{
border-color: #90F010;
}
</style>