Shades of Chartreuse #90F712
Tints of Chartreuse #90F712
RGB
CMYK
RGB Variations
Color information
#90F712 (or 0x90F712) is known color: Chartreuse. HEX triplet: 90, F7 and 12. RGB value is (144,247,18). Sum of RGB (Red+Green+Blue) = 144+247+18=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #90F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F712 is #6F08ED. Grayscale: #BEBEBE. Windows color (decimal): -7276782 or 1243024. OLE color: 1243024.
HSL color Cylindrical-coordinate representation of color #90F712: hue angle of 86.99º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90F712 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 18 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.03 |
| HSL | 86.99º | 0.93% | 0.52% | - |
| HSV(B) | 86.99º | 0.93% | 0.97% | - |
| XYZ | 44.87 | 72.49 | 12.2 | - |
| YUV | 190.1 | 30.88 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 18 | 0.42 | 0 | 0.93 | 0.03 | 86.99 | 0.93 | 0.52 |
| Hex | 90 | F7 | 12 | 2A | 0 | 5D | 3 | 57 | 5D | 34 |
| Octal | 220 | 367 | 22 | 52 | 0 | 135 | 3 | 127 | 135 | 64 |
| Binary | 10010000 | 11110111 | 10010 | 101010 | 0 | 1011101 | 11 | 1010111 | 1011101 | 110100 |
Color Harmonies of #90F712
Complementary color
Monochromatic Colors of #90F712
Black with #90F712
Text Example
Text Example
White with #90F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F712; }
p { color: rgb(144,247,18); }
H1.HeaderClassName
{
color: #90F712;
}
.AnyTagClassName
{
color: #90F712;
}
</style>
background-color css
<style>
a { background-color: #90F712; }
a { background-color: rgb(144,247,18); }
div.DivClassName
{
background-color: #90F712;
}
.BgClassName
{
background-color: #90F712;
}
</style>
border-color css
<style>
span { border-color: #90F712; }
span { border-color: rgb(144,247,18); }
td.TdClassName
{
border-color: #90F712;
}
.TagClassName
{
border-color: #90F712;
}
</style>