Shades of Chartreuse #90F812
Tints of Chartreuse #90F812
RGB
CMYK
RGB Variations
Color information
#90F812 (or 0x90F812) is known color: Chartreuse. HEX triplet: 90, F8 and 12. RGB value is (144,248,18). Sum of RGB (Red+Green+Blue) = 144+248+18=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 248 (97.27% from 255 or 60.49% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 248 - color contains mainly: green. Hex color #90F812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F812 is #6F07ED. Grayscale: #BFBFBF. Windows color (decimal): -7276526 or 1243280. OLE color: 1243280.
HSL color Cylindrical-coordinate representation of color #90F812: hue angle of 87.13º degrees, saturation: 0.94, 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 #90F812 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 18 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.03 |
| HSL | 87.13º | 0.94% | 0.52% | - |
| HSV(B) | 87.13º | 0.93% | 0.97% | - |
| XYZ | 45.18 | 73.11 | 12.3 | - |
| YUV | 190.68 | 30.54 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 18 | 0.42 | 0 | 0.93 | 0.03 | 87.13 | 0.94 | 0.52 |
| Hex | 90 | F8 | 12 | 2A | 0 | 5D | 3 | 57 | 5E | 34 |
| Octal | 220 | 370 | 22 | 52 | 0 | 135 | 3 | 127 | 136 | 64 |
| Binary | 10010000 | 11111000 | 10010 | 101010 | 0 | 1011101 | 11 | 1010111 | 1011110 | 110100 |
Color Harmonies of #90F812
Complementary color
Monochromatic Colors of #90F812
Black with #90F812
Text Example
Text Example
White with #90F812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F812; }
p { color: rgb(144,248,18); }
H1.HeaderClassName
{
color: #90F812;
}
.AnyTagClassName
{
color: #90F812;
}
</style>
background-color css
<style>
a { background-color: #90F812; }
a { background-color: rgb(144,248,18); }
div.DivClassName
{
background-color: #90F812;
}
.BgClassName
{
background-color: #90F812;
}
</style>
border-color css
<style>
span { border-color: #90F812; }
span { border-color: rgb(144,248,18); }
td.TdClassName
{
border-color: #90F812;
}
.TagClassName
{
border-color: #90F812;
}
</style>