Shades of Light Green #80EEA1
Tints of Light Green #80EEA1
RGB
CMYK
RGB Variations
Color information
#80EEA1 (or 0x80EEA1) is known color: Light Green. HEX triplet: 80, EE and A1. RGB value is (128,238,161). Sum of RGB (Red+Green+Blue) = 128+238+161=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEA1 is #7F115E. Grayscale: #C4C4C4. Windows color (decimal): -8327519 or 10612352. OLE color: 10612352.
HSL color Cylindrical-coordinate representation of color #80EEA1: hue angle of 138º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEA1 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 161 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 138º | 0.76% | 0.72% | - |
| HSV(B) | 138º | 0.46% | 0.93% | - |
| XYZ | 45.91 | 68.31 | 44.48 | - |
| YUV | 196.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 161 | 0.46 | 0 | 0.32 | 0.07 | 138 | 0.76 | 0.72 |
| Hex | 80 | EE | A1 | 2E | 0 | 20 | 7 | 8A | 4C | 48 |
| Octal | 200 | 356 | 241 | 56 | 0 | 40 | 7 | 212 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10100001 | 101110 | 0 | 100000 | 111 | 10001010 | 1001100 | 1001000 |
Color Harmonies of #80EEA1
Complementary color
Monochromatic Colors of #80EEA1
Black with #80EEA1
Text Example
Text Example
White with #80EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEA1; }
p { color: rgb(128,238,161); }
H1.HeaderClassName
{
color: #80EEA1;
}
.AnyTagClassName
{
color: #80EEA1;
}
</style>
background-color css
<style>
a { background-color: #80EEA1; }
a { background-color: rgb(128,238,161); }
div.DivClassName
{
background-color: #80EEA1;
}
.BgClassName
{
background-color: #80EEA1;
}
</style>
border-color css
<style>
span { border-color: #80EEA1; }
span { border-color: rgb(128,238,161); }
td.TdClassName
{
border-color: #80EEA1;
}
.TagClassName
{
border-color: #80EEA1;
}
</style>