Shades of Chartreuse #90FA09
Tints of Chartreuse #90FA09
RGB
CMYK
RGB Variations
Color information
#90FA09 (or 0x90FA09) is known color: Chartreuse. HEX triplet: 90, FA and 09. RGB value is (144,250,9). Sum of RGB (Red+Green+Blue) = 144+250+9=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90FA09 is #6F05F6. Grayscale: #BFBFBF. Windows color (decimal): -7276023 or 653968. OLE color: 653968.
HSL color Cylindrical-coordinate representation of color #90FA09: hue angle of 86.39º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90FA09 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 9 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.02 |
| HSL | 86.39º | 0.96% | 0.51% | - |
| HSV(B) | 86.39º | 0.96% | 0.98% | - |
| XYZ | 45.74 | 74.32 | 12.19 | - |
| YUV | 190.83 | 25.38 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 9 | 0.42 | 0 | 0.96 | 0.02 | 86.39 | 0.96 | 0.51 |
| Hex | 90 | FA | 9 | 2A | 0 | 60 | 2 | 56 | 60 | 33 |
| Octal | 220 | 372 | 11 | 52 | 0 | 140 | 2 | 126 | 140 | 63 |
| Binary | 10010000 | 11111010 | 1001 | 101010 | 0 | 1100000 | 10 | 1010110 | 1100000 | 110011 |
Color Harmonies of #90FA09
Complementary color
Monochromatic Colors of #90FA09
Black with #90FA09
Text Example
Text Example
White with #90FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA09; }
p { color: rgb(144,250,9); }
H1.HeaderClassName
{
color: #90FA09;
}
.AnyTagClassName
{
color: #90FA09;
}
</style>
background-color css
<style>
a { background-color: #90FA09; }
a { background-color: rgb(144,250,9); }
div.DivClassName
{
background-color: #90FA09;
}
.BgClassName
{
background-color: #90FA09;
}
</style>
border-color css
<style>
span { border-color: #90FA09; }
span { border-color: rgb(144,250,9); }
td.TdClassName
{
border-color: #90FA09;
}
.TagClassName
{
border-color: #90FA09;
}
</style>