Shades of Light Green #7AECA0
Tints of Light Green #7AECA0
RGB
CMYK
RGB Variations
Color information
#7AECA0 (or 0x7AECA0) is known color: Light Green. HEX triplet: 7A, EC and A0. RGB value is (122,236,160). Sum of RGB (Red+Green+Blue) = 122+236+160=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #7AECA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AECA0 is #85135F. Grayscale: #C1C1C1. Windows color (decimal): -8721248 or 10546298. OLE color: 10546298.
HSL color Cylindrical-coordinate representation of color #7AECA0: hue angle of 140º 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 #7AECA0 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 236 | 160 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.07 |
| HSL | 140º | 0.75% | 0.7% | - |
| HSV(B) | 140º | 0.48% | 0.93% | - |
| XYZ | 44.37 | 66.67 | 43.79 | - |
| YUV | 193.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 236 | 160 | 0.48 | 0 | 0.32 | 0.07 | 140 | 0.75 | 0.7 |
| Hex | 7A | EC | A0 | 30 | 0 | 20 | 7 | 8C | 4B | 46 |
| Octal | 172 | 354 | 240 | 60 | 0 | 40 | 7 | 214 | 113 | 106 |
| Binary | 1111010 | 11101100 | 10100000 | 110000 | 0 | 100000 | 111 | 10001100 | 1001011 | 1000110 |
Color Harmonies of #7AECA0
Complementary color
Monochromatic Colors of #7AECA0
Black with #7AECA0
Text Example
Text Example
White with #7AECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AECA0; }
p { color: rgb(122,236,160); }
H1.HeaderClassName
{
color: #7AECA0;
}
.AnyTagClassName
{
color: #7AECA0;
}
</style>
background-color css
<style>
a { background-color: #7AECA0; }
a { background-color: rgb(122,236,160); }
div.DivClassName
{
background-color: #7AECA0;
}
.BgClassName
{
background-color: #7AECA0;
}
</style>
border-color css
<style>
span { border-color: #7AECA0; }
span { border-color: rgb(122,236,160); }
td.TdClassName
{
border-color: #7AECA0;
}
.TagClassName
{
border-color: #7AECA0;
}
</style>