Shades of Light Green #90F490
Tints of Light Green #90F490
RGB
CMYK
RGB Variations
Color information
#90F490 (or 0x90F490) is known color: Light Green. HEX triplet: 90, F4 and 90. RGB value is (144,244,144). Sum of RGB (Red+Green+Blue) = 144+244+144=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #90F490 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F490 is #6F0B6F. Grayscale: #CACACA. Windows color (decimal): -7277424 or 9499792. OLE color: 9499792.
HSL color Cylindrical-coordinate representation of color #90F490: hue angle of 120º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F490 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 144 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.04 |
| HSL | 120º | 0.82% | 0.76% | - |
| HSV(B) | 120º | 0.41% | 0.96% | - |
| XYZ | 48.89 | 72.64 | 37.83 | - |
| YUV | 202.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 144 | 0.41 | 0 | 0.41 | 0.04 | 120 | 0.82 | 0.76 |
| Hex | 90 | F4 | 90 | 29 | 0 | 29 | 4 | 78 | 52 | 4C |
| Octal | 220 | 364 | 220 | 51 | 0 | 51 | 4 | 170 | 122 | 114 |
| Binary | 10010000 | 11110100 | 10010000 | 101001 | 0 | 101001 | 100 | 1111000 | 1010010 | 1001100 |
Color Harmonies of #90F490
Complementary color
Monochromatic Colors of #90F490
Black with #90F490
Text Example
Text Example
White with #90F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F490; }
p { color: rgb(144,244,144); }
H1.HeaderClassName
{
color: #90F490;
}
.AnyTagClassName
{
color: #90F490;
}
</style>
background-color css
<style>
a { background-color: #90F490; }
a { background-color: rgb(144,244,144); }
div.DivClassName
{
background-color: #90F490;
}
.BgClassName
{
background-color: #90F490;
}
</style>
border-color css
<style>
span { border-color: #90F490; }
span { border-color: rgb(144,244,144); }
td.TdClassName
{
border-color: #90F490;
}
.TagClassName
{
border-color: #90F490;
}
</style>