Shades of Chartreuse #90F916
Tints of Chartreuse #90F916
RGB
CMYK
RGB Variations
Color information
#90F916 (or 0x90F916) is known color: Chartreuse. HEX triplet: 90, F9 and 16. RGB value is (144,249,22). Sum of RGB (Red+Green+Blue) = 144+249+22=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #90F916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #90F916 is #6F06E9. Grayscale: #C0C0C0. Windows color (decimal): -7276266 or 1505680. OLE color: 1505680.
HSL color Cylindrical-coordinate representation of color #90F916: hue angle of 87.75º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90F916 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 22 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.02 |
| HSL | 87.75º | 0.95% | 0.53% | - |
| HSV(B) | 87.75º | 0.91% | 0.98% | - |
| XYZ | 45.52 | 73.74 | 12.59 | - |
| YUV | 191.73 | 32.21 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 22 | 0.42 | 0 | 0.91 | 0.02 | 87.75 | 0.95 | 0.53 |
| Hex | 90 | F9 | 16 | 2A | 0 | 5B | 2 | 58 | 5F | 35 |
| Octal | 220 | 371 | 26 | 52 | 0 | 133 | 2 | 130 | 137 | 65 |
| Binary | 10010000 | 11111001 | 10110 | 101010 | 0 | 1011011 | 10 | 1011000 | 1011111 | 110101 |
Color Harmonies of #90F916
Complementary color
Monochromatic Colors of #90F916
Black with #90F916
Text Example
Text Example
White with #90F916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F916; }
p { color: rgb(144,249,22); }
H1.HeaderClassName
{
color: #90F916;
}
.AnyTagClassName
{
color: #90F916;
}
</style>
background-color css
<style>
a { background-color: #90F916; }
a { background-color: rgb(144,249,22); }
div.DivClassName
{
background-color: #90F916;
}
.BgClassName
{
background-color: #90F916;
}
</style>
border-color css
<style>
span { border-color: #90F916; }
span { border-color: rgb(144,249,22); }
td.TdClassName
{
border-color: #90F916;
}
.TagClassName
{
border-color: #90F916;
}
</style>