Shades of Light Green #90EA8A
Tints of Light Green #90EA8A
RGB
CMYK
RGB Variations
Color information
#90EA8A (or 0x90EA8A) is known color: Light Green. HEX triplet: 90, EA and 8A. RGB value is (144,234,138). Sum of RGB (Red+Green+Blue) = 144+234+138=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EA8A is #6F1575. Grayscale: #C4C4C4. Windows color (decimal): -7279990 or 9104016. OLE color: 9104016.
HSL color Cylindrical-coordinate representation of color #90EA8A: hue angle of 116.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90EA8A is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 138 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.08 |
| HSL | 116.25º | 0.7% | 0.73% | - |
| HSV(B) | 116.25º | 0.41% | 0.92% | - |
| XYZ | 45.51 | 66.61 | 34.5 | - |
| YUV | 196.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 138 | 0.38 | 0 | 0.41 | 0.08 | 116.25 | 0.7 | 0.73 |
| Hex | 90 | EA | 8A | 26 | 0 | 29 | 8 | 74 | 46 | 49 |
| Octal | 220 | 352 | 212 | 46 | 0 | 51 | 10 | 164 | 106 | 111 |
| Binary | 10010000 | 11101010 | 10001010 | 100110 | 0 | 101001 | 1000 | 1110100 | 1000110 | 1001001 |
Color Harmonies of #90EA8A
Complementary color
Monochromatic Colors of #90EA8A
Black with #90EA8A
Text Example
Text Example
White with #90EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA8A; }
p { color: rgb(144,234,138); }
H1.HeaderClassName
{
color: #90EA8A;
}
.AnyTagClassName
{
color: #90EA8A;
}
</style>
background-color css
<style>
a { background-color: #90EA8A; }
a { background-color: rgb(144,234,138); }
div.DivClassName
{
background-color: #90EA8A;
}
.BgClassName
{
background-color: #90EA8A;
}
</style>
border-color css
<style>
span { border-color: #90EA8A; }
span { border-color: rgb(144,234,138); }
td.TdClassName
{
border-color: #90EA8A;
}
.TagClassName
{
border-color: #90EA8A;
}
</style>