Shades of Light Green #90EC7A
Tints of Light Green #90EC7A
RGB
CMYK
RGB Variations
Color information
#90EC7A (or 0x90EC7A) is known color: Light Green. HEX triplet: 90, EC and 7A. RGB value is (144,236,122). Sum of RGB (Red+Green+Blue) = 144+236+122=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #90EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EC7A is #6F1385. Grayscale: #C3C3C3. Windows color (decimal): -7279494 or 8055952. OLE color: 8055952.
HSL color Cylindrical-coordinate representation of color #90EC7A: hue angle of 108.42º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90EC7A is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 122 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.07 |
| HSL | 108.42º | 0.75% | 0.7% | - |
| HSV(B) | 108.42º | 0.48% | 0.93% | - |
| XYZ | 45.01 | 67.33 | 29.04 | - |
| YUV | 195.5 | 86.52 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 122 | 0.39 | 0 | 0.48 | 0.07 | 108.42 | 0.75 | 0.7 |
| Hex | 90 | EC | 7A | 27 | 0 | 30 | 7 | 6C | 4B | 46 |
| Octal | 220 | 354 | 172 | 47 | 0 | 60 | 7 | 154 | 113 | 106 |
| Binary | 10010000 | 11101100 | 1111010 | 100111 | 0 | 110000 | 111 | 1101100 | 1001011 | 1000110 |
Color Harmonies of #90EC7A
Complementary color
Monochromatic Colors of #90EC7A
Black with #90EC7A
Text Example
Text Example
White with #90EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EC7A; }
p { color: rgb(144,236,122); }
H1.HeaderClassName
{
color: #90EC7A;
}
.AnyTagClassName
{
color: #90EC7A;
}
</style>
background-color css
<style>
a { background-color: #90EC7A; }
a { background-color: rgb(144,236,122); }
div.DivClassName
{
background-color: #90EC7A;
}
.BgClassName
{
background-color: #90EC7A;
}
</style>
border-color css
<style>
span { border-color: #90EC7A; }
span { border-color: rgb(144,236,122); }
td.TdClassName
{
border-color: #90EC7A;
}
.TagClassName
{
border-color: #90EC7A;
}
</style>