Shades of Light Green #80E7A0
Tints of Light Green #80E7A0
RGB
CMYK
RGB Variations
Color information
#80E7A0 (or 0x80E7A0) is known color: Light Green. HEX triplet: 80, E7 and A0. RGB value is (128,231,160). Sum of RGB (Red+Green+Blue) = 128+231+160=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #80E7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E7A0 is #7F185F. Grayscale: #C0C0C0. Windows color (decimal): -8329312 or 10545024. OLE color: 10545024.
HSL color Cylindrical-coordinate representation of color #80E7A0: hue angle of 138.64º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E7A0 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 231 | 160 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.09 |
| HSL | 138.64º | 0.68% | 0.7% | - |
| HSV(B) | 138.64º | 0.45% | 0.91% | - |
| XYZ | 43.82 | 64.28 | 43.36 | - |
| YUV | 192.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 231 | 160 | 0.45 | 0 | 0.31 | 0.09 | 138.64 | 0.68 | 0.7 |
| Hex | 80 | E7 | A0 | 2D | 0 | 1F | 9 | 8B | 44 | 46 |
| Octal | 200 | 347 | 240 | 55 | 0 | 37 | 11 | 213 | 104 | 106 |
| Binary | 10000000 | 11100111 | 10100000 | 101101 | 0 | 11111 | 1001 | 10001011 | 1000100 | 1000110 |
Color Harmonies of #80E7A0
Complementary color
Monochromatic Colors of #80E7A0
Black with #80E7A0
Text Example
Text Example
White with #80E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E7A0; }
p { color: rgb(128,231,160); }
H1.HeaderClassName
{
color: #80E7A0;
}
.AnyTagClassName
{
color: #80E7A0;
}
</style>
background-color css
<style>
a { background-color: #80E7A0; }
a { background-color: rgb(128,231,160); }
div.DivClassName
{
background-color: #80E7A0;
}
.BgClassName
{
background-color: #80E7A0;
}
</style>
border-color css
<style>
span { border-color: #80E7A0; }
span { border-color: rgb(128,231,160); }
td.TdClassName
{
border-color: #80E7A0;
}
.TagClassName
{
border-color: #80E7A0;
}
</style>