Shades of Light Green #90F082
Tints of Light Green #90F082
RGB
CMYK
RGB Variations
Color information
#90F082 (or 0x90F082) is known color: Light Green. HEX triplet: 90, F0 and 82. RGB value is (144,240,130). Sum of RGB (Red+Green+Blue) = 144+240+130=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #90F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F082 is #6F0F7D. Grayscale: #C7C7C7. Windows color (decimal): -7278462 or 8581264. OLE color: 8581264.
HSL color Cylindrical-coordinate representation of color #90F082: hue angle of 112.36º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90F082 is Cyan = 0.4, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 240 | 130 | - |
| CMYK | 0.4 | 0 | 0.46 | 0.06 |
| HSL | 112.36º | 0.79% | 0.73% | - |
| HSV(B) | 112.36º | 0.46% | 0.94% | - |
| XYZ | 46.69 | 69.86 | 32.14 | - |
| YUV | 198.76 | 89.2 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 240 | 130 | 0.4 | 0 | 0.46 | 0.06 | 112.36 | 0.79 | 0.73 |
| Hex | 90 | F0 | 82 | 28 | 0 | 2E | 6 | 70 | 4F | 49 |
| Octal | 220 | 360 | 202 | 50 | 0 | 56 | 6 | 160 | 117 | 111 |
| Binary | 10010000 | 11110000 | 10000010 | 101000 | 0 | 101110 | 110 | 1110000 | 1001111 | 1001001 |
Color Harmonies of #90F082
Complementary color
Monochromatic Colors of #90F082
Black with #90F082
Text Example
Text Example
White with #90F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F082; }
p { color: rgb(144,240,130); }
H1.HeaderClassName
{
color: #90F082;
}
.AnyTagClassName
{
color: #90F082;
}
</style>
background-color css
<style>
a { background-color: #90F082; }
a { background-color: rgb(144,240,130); }
div.DivClassName
{
background-color: #90F082;
}
.BgClassName
{
background-color: #90F082;
}
</style>
border-color css
<style>
span { border-color: #90F082; }
span { border-color: rgb(144,240,130); }
td.TdClassName
{
border-color: #90F082;
}
.TagClassName
{
border-color: #90F082;
}
</style>