Shades of Light Green #90F882
Tints of Light Green #90F882
RGB
CMYK
RGB Variations
Color information
#90F882 (or 0x90F882) is known color: Light Green. HEX triplet: 90, F8 and 82. RGB value is (144,248,130). Sum of RGB (Red+Green+Blue) = 144+248+130=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #90F882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F882 is #6F077D. Grayscale: #CBCBCB. Windows color (decimal): -7276414 or 8583312. OLE color: 8583312.
HSL color Cylindrical-coordinate representation of color #90F882: hue angle of 112.88º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90F882 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 130 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.03 |
| HSL | 112.88º | 0.89% | 0.74% | - |
| HSV(B) | 112.88º | 0.48% | 0.97% | - |
| XYZ | 49.1 | 74.68 | 32.95 | - |
| YUV | 203.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 130 | 0.42 | 0 | 0.48 | 0.03 | 112.88 | 0.89 | 0.74 |
| Hex | 90 | F8 | 82 | 2A | 0 | 30 | 3 | 71 | 59 | 4A |
| Octal | 220 | 370 | 202 | 52 | 0 | 60 | 3 | 161 | 131 | 112 |
| Binary | 10010000 | 11111000 | 10000010 | 101010 | 0 | 110000 | 11 | 1110001 | 1011001 | 1001010 |
Color Harmonies of #90F882
Complementary color
Monochromatic Colors of #90F882
Black with #90F882
Text Example
Text Example
White with #90F882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F882; }
p { color: rgb(144,248,130); }
H1.HeaderClassName
{
color: #90F882;
}
.AnyTagClassName
{
color: #90F882;
}
</style>
background-color css
<style>
a { background-color: #90F882; }
a { background-color: rgb(144,248,130); }
div.DivClassName
{
background-color: #90F882;
}
.BgClassName
{
background-color: #90F882;
}
</style>
border-color css
<style>
span { border-color: #90F882; }
span { border-color: rgb(144,248,130); }
td.TdClassName
{
border-color: #90F882;
}
.TagClassName
{
border-color: #90F882;
}
</style>