Shades of Light Green #90F88A
Tints of Light Green #90F88A
RGB
CMYK
RGB Variations
Color information
#90F88A (or 0x90F88A) is known color: Light Green. HEX triplet: 90, F8 and 8A. RGB value is (144,248,138). Sum of RGB (Red+Green+Blue) = 144+248+138=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #90F88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F88A is #6F0775. Grayscale: #CCCCCC. Windows color (decimal): -7276406 or 9107600. OLE color: 9107600.
HSL color Cylindrical-coordinate representation of color #90F88A: hue angle of 116.73º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90F88A is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 248 | 138 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.03 |
| HSL | 116.73º | 0.89% | 0.76% | - |
| HSV(B) | 116.73º | 0.44% | 0.97% | - |
| XYZ | 49.66 | 74.9 | 35.88 | - |
| YUV | 204.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 248 | 138 | 0.42 | 0 | 0.44 | 0.03 | 116.73 | 0.89 | 0.76 |
| Hex | 90 | F8 | 8A | 2A | 0 | 2C | 3 | 75 | 59 | 4C |
| Octal | 220 | 370 | 212 | 52 | 0 | 54 | 3 | 165 | 131 | 114 |
| Binary | 10010000 | 11111000 | 10001010 | 101010 | 0 | 101100 | 11 | 1110101 | 1011001 | 1001100 |
Color Harmonies of #90F88A
Complementary color
Monochromatic Colors of #90F88A
Black with #90F88A
Text Example
Text Example
White with #90F88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F88A; }
p { color: rgb(144,248,138); }
H1.HeaderClassName
{
color: #90F88A;
}
.AnyTagClassName
{
color: #90F88A;
}
</style>
background-color css
<style>
a { background-color: #90F88A; }
a { background-color: rgb(144,248,138); }
div.DivClassName
{
background-color: #90F88A;
}
.BgClassName
{
background-color: #90F88A;
}
</style>
border-color css
<style>
span { border-color: #90F88A; }
span { border-color: rgb(144,248,138); }
td.TdClassName
{
border-color: #90F88A;
}
.TagClassName
{
border-color: #90F88A;
}
</style>