Shades of Light Green #7FEAA0
Tints of Light Green #7FEAA0
RGB
CMYK
RGB Variations
Color information
#7FEAA0 (or 0x7FEAA0) is known color: Light Green. HEX triplet: 7F, EA and A0. RGB value is (127,234,160). Sum of RGB (Red+Green+Blue) = 127+234+160=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEAA0 is #80155F. Grayscale: #C1C1C1. Windows color (decimal): -8394080 or 10545791. OLE color: 10545791.
HSL color Cylindrical-coordinate representation of color #7FEAA0: hue angle of 138.5º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEAA0 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 160 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.08 |
| HSL | 138.5º | 0.72% | 0.71% | - |
| HSV(B) | 138.5º | 0.46% | 0.92% | - |
| XYZ | 44.52 | 65.9 | 43.63 | - |
| YUV | 193.57 | 109.05 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 160 | 0.46 | 0 | 0.32 | 0.08 | 138.5 | 0.72 | 0.71 |
| Hex | 7F | EA | A0 | 2E | 0 | 20 | 8 | 8B | 48 | 47 |
| Octal | 177 | 352 | 240 | 56 | 0 | 40 | 10 | 213 | 110 | 107 |
| Binary | 1111111 | 11101010 | 10100000 | 101110 | 0 | 100000 | 1000 | 10001011 | 1001000 | 1000111 |
Color Harmonies of #7FEAA0
Complementary color
Monochromatic Colors of #7FEAA0
Black with #7FEAA0
Text Example
Text Example
White with #7FEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEAA0; }
p { color: rgb(127,234,160); }
H1.HeaderClassName
{
color: #7FEAA0;
}
.AnyTagClassName
{
color: #7FEAA0;
}
</style>
background-color css
<style>
a { background-color: #7FEAA0; }
a { background-color: rgb(127,234,160); }
div.DivClassName
{
background-color: #7FEAA0;
}
.BgClassName
{
background-color: #7FEAA0;
}
</style>
border-color css
<style>
span { border-color: #7FEAA0; }
span { border-color: rgb(127,234,160); }
td.TdClassName
{
border-color: #7FEAA0;
}
.TagClassName
{
border-color: #7FEAA0;
}
</style>