Shades of Light Green #90ECA0
Tints of Light Green #90ECA0
RGB
CMYK
RGB Variations
Color information
#90ECA0 (or 0x90ECA0) is known color: Light Green. HEX triplet: 90, EC and A0. RGB value is (144,236,160). Sum of RGB (Red+Green+Blue) = 144+236+160=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECA0 is #6F135F. Grayscale: #C8C8C8. Windows color (decimal): -7279456 or 10546320. OLE color: 10546320.
HSL color Cylindrical-coordinate representation of color #90ECA0: hue angle of 130.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ECA0 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 160 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.07 |
| HSL | 130.43º | 0.71% | 0.75% | - |
| HSV(B) | 130.43º | 0.39% | 0.93% | - |
| XYZ | 47.84 | 68.46 | 43.95 | - |
| YUV | 199.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 160 | 0.39 | 0 | 0.32 | 0.07 | 130.43 | 0.71 | 0.75 |
| Hex | 90 | EC | A0 | 27 | 0 | 20 | 7 | 82 | 47 | 4B |
| Octal | 220 | 354 | 240 | 47 | 0 | 40 | 7 | 202 | 107 | 113 |
| Binary | 10010000 | 11101100 | 10100000 | 100111 | 0 | 100000 | 111 | 10000010 | 1000111 | 1001011 |
Color Harmonies of #90ECA0
Complementary color
Monochromatic Colors of #90ECA0
Black with #90ECA0
Text Example
Text Example
White with #90ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECA0; }
p { color: rgb(144,236,160); }
H1.HeaderClassName
{
color: #90ECA0;
}
.AnyTagClassName
{
color: #90ECA0;
}
</style>
background-color css
<style>
a { background-color: #90ECA0; }
a { background-color: rgb(144,236,160); }
div.DivClassName
{
background-color: #90ECA0;
}
.BgClassName
{
background-color: #90ECA0;
}
</style>
border-color css
<style>
span { border-color: #90ECA0; }
span { border-color: rgb(144,236,160); }
td.TdClassName
{
border-color: #90ECA0;
}
.TagClassName
{
border-color: #90ECA0;
}
</style>