Shades of Light Green #90FA8A
Tints of Light Green #90FA8A
RGB
CMYK
RGB Variations
Color information
#90FA8A (or 0x90FA8A) is known color: Light Green. HEX triplet: 90, FA and 8A. RGB value is (144,250,138). Sum of RGB (Red+Green+Blue) = 144+250+138=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FA8A is #6F0575. Grayscale: #CDCDCD. Windows color (decimal): -7275894 or 9108112. OLE color: 9108112.
HSL color Cylindrical-coordinate representation of color #90FA8A: hue angle of 116.79º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90FA8A is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 138 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.02 |
| HSL | 116.79º | 0.92% | 0.76% | - |
| HSV(B) | 116.79º | 0.45% | 0.98% | - |
| XYZ | 50.27 | 76.14 | 36.09 | - |
| YUV | 205.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 138 | 0.42 | 0 | 0.45 | 0.02 | 116.79 | 0.92 | 0.76 |
| Hex | 90 | FA | 8A | 2A | 0 | 2D | 2 | 75 | 5C | 4C |
| Octal | 220 | 372 | 212 | 52 | 0 | 55 | 2 | 165 | 134 | 114 |
| Binary | 10010000 | 11111010 | 10001010 | 101010 | 0 | 101101 | 10 | 1110101 | 1011100 | 1001100 |
Color Harmonies of #90FA8A
Complementary color
Monochromatic Colors of #90FA8A
Black with #90FA8A
Text Example
Text Example
White with #90FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA8A; }
p { color: rgb(144,250,138); }
H1.HeaderClassName
{
color: #90FA8A;
}
.AnyTagClassName
{
color: #90FA8A;
}
</style>
background-color css
<style>
a { background-color: #90FA8A; }
a { background-color: rgb(144,250,138); }
div.DivClassName
{
background-color: #90FA8A;
}
.BgClassName
{
background-color: #90FA8A;
}
</style>
border-color css
<style>
span { border-color: #90FA8A; }
span { border-color: rgb(144,250,138); }
td.TdClassName
{
border-color: #90FA8A;
}
.TagClassName
{
border-color: #90FA8A;
}
</style>