Shades of Light Green #7EECA2
Tints of Light Green #7EECA2
RGB
CMYK
RGB Variations
Color information
#7EECA2 (or 0x7EECA2) is known color: Light Green. HEX triplet: 7E, EC and A2. RGB value is (126,236,162). Sum of RGB (Red+Green+Blue) = 126+236+162=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #7EECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EECA2 is #81135D. Grayscale: #C2C2C2. Windows color (decimal): -8459102 or 10677374. OLE color: 10677374.
HSL color Cylindrical-coordinate representation of color #7EECA2: hue angle of 139.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EECA2 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 162 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.07 |
| HSL | 139.64º | 0.74% | 0.71% | - |
| HSV(B) | 139.64º | 0.47% | 0.93% | - |
| XYZ | 45.12 | 67.04 | 44.74 | - |
| YUV | 194.67 | 109.56 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 162 | 0.47 | 0 | 0.31 | 0.07 | 139.64 | 0.74 | 0.71 |
| Hex | 7E | EC | A2 | 2F | 0 | 1F | 7 | 8C | 4A | 47 |
| Octal | 176 | 354 | 242 | 57 | 0 | 37 | 7 | 214 | 112 | 107 |
| Binary | 1111110 | 11101100 | 10100010 | 101111 | 0 | 11111 | 111 | 10001100 | 1001010 | 1000111 |
Color Harmonies of #7EECA2
Complementary color
Monochromatic Colors of #7EECA2
Black with #7EECA2
Text Example
Text Example
White with #7EECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EECA2; }
p { color: rgb(126,236,162); }
H1.HeaderClassName
{
color: #7EECA2;
}
.AnyTagClassName
{
color: #7EECA2;
}
</style>
background-color css
<style>
a { background-color: #7EECA2; }
a { background-color: rgb(126,236,162); }
div.DivClassName
{
background-color: #7EECA2;
}
.BgClassName
{
background-color: #7EECA2;
}
</style>
border-color css
<style>
span { border-color: #7EECA2; }
span { border-color: rgb(126,236,162); }
td.TdClassName
{
border-color: #7EECA2;
}
.TagClassName
{
border-color: #7EECA2;
}
</style>