Shades of Light Green #7EF6A0
Tints of Light Green #7EF6A0
RGB
CMYK
RGB Variations
Color information
#7EF6A0 (or 0x7EF6A0) is known color: Light Green. HEX triplet: 7E, F6 and A0. RGB value is (126,246,160). Sum of RGB (Red+Green+Blue) = 126+246+160=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF6A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF6A0 is #81095F. Grayscale: #C8C8C8. Windows color (decimal): -8456544 or 10548862. OLE color: 10548862.
HSL color Cylindrical-coordinate representation of color #7EF6A0: hue angle of 137º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF6A0 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 246 | 160 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.04 |
| HSL | 137º | 0.87% | 0.73% | - |
| HSV(B) | 137º | 0.49% | 0.96% | - |
| XYZ | 47.91 | 72.89 | 44.8 | - |
| YUV | 200.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 246 | 160 | 0.49 | 0 | 0.35 | 0.04 | 137 | 0.87 | 0.73 |
| Hex | 7E | F6 | A0 | 31 | 0 | 23 | 4 | 89 | 57 | 49 |
| Octal | 176 | 366 | 240 | 61 | 0 | 43 | 4 | 211 | 127 | 111 |
| Binary | 1111110 | 11110110 | 10100000 | 110001 | 0 | 100011 | 100 | 10001001 | 1010111 | 1001001 |
Color Harmonies of #7EF6A0
Complementary color
Monochromatic Colors of #7EF6A0
Black with #7EF6A0
Text Example
Text Example
White with #7EF6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF6A0; }
p { color: rgb(126,246,160); }
H1.HeaderClassName
{
color: #7EF6A0;
}
.AnyTagClassName
{
color: #7EF6A0;
}
</style>
background-color css
<style>
a { background-color: #7EF6A0; }
a { background-color: rgb(126,246,160); }
div.DivClassName
{
background-color: #7EF6A0;
}
.BgClassName
{
background-color: #7EF6A0;
}
</style>
border-color css
<style>
span { border-color: #7EF6A0; }
span { border-color: rgb(126,246,160); }
td.TdClassName
{
border-color: #7EF6A0;
}
.TagClassName
{
border-color: #7EF6A0;
}
</style>