Shades of Light Green #80EEA2
Tints of Light Green #80EEA2
RGB
CMYK
RGB Variations
Color information
#80EEA2 (or 0x80EEA2) is known color: Light Green. HEX triplet: 80, EE and A2. RGB value is (128,238,162). Sum of RGB (Red+Green+Blue) = 128+238+162=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEA2 is #7F115D. Grayscale: #C4C4C4. Windows color (decimal): -8327518 or 10677888. OLE color: 10677888.
HSL color Cylindrical-coordinate representation of color #80EEA2: hue angle of 138.55º 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 #80EEA2 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 162 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.07 |
| HSL | 138.55º | 0.76% | 0.72% | - |
| HSV(B) | 138.55º | 0.46% | 0.93% | - |
| XYZ | 46 | 68.35 | 44.95 | - |
| YUV | 196.45 | 108.56 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 162 | 0.46 | 0 | 0.32 | 0.07 | 138.55 | 0.76 | 0.72 |
| Hex | 80 | EE | A2 | 2E | 0 | 20 | 7 | 8B | 4C | 48 |
| Octal | 200 | 356 | 242 | 56 | 0 | 40 | 7 | 213 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10100010 | 101110 | 0 | 100000 | 111 | 10001011 | 1001100 | 1001000 |
Color Harmonies of #80EEA2
Complementary color
Monochromatic Colors of #80EEA2
Black with #80EEA2
Text Example
Text Example
White with #80EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EEA2; }
p { color: rgb(128,238,162); }
H1.HeaderClassName
{
color: #80EEA2;
}
.AnyTagClassName
{
color: #80EEA2;
}
</style>
background-color css
<style>
a { background-color: #80EEA2; }
a { background-color: rgb(128,238,162); }
div.DivClassName
{
background-color: #80EEA2;
}
.BgClassName
{
background-color: #80EEA2;
}
</style>
border-color css
<style>
span { border-color: #80EEA2; }
span { border-color: rgb(128,238,162); }
td.TdClassName
{
border-color: #80EEA2;
}
.TagClassName
{
border-color: #80EEA2;
}
</style>