Shades of Light Green #80EE9A
Tints of Light Green #80EE9A
RGB
CMYK
RGB Variations
Color information
#80EE9A (or 0x80EE9A) is known color: Light Green. HEX triplet: 80, EE and 9A. RGB value is (128,238,154). Sum of RGB (Red+Green+Blue) = 128+238+154=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE9A is #7F1165. Grayscale: #C3C3C3. Windows color (decimal): -8327526 or 10153600. OLE color: 10153600.
HSL color Cylindrical-coordinate representation of color #80EE9A: hue angle of 134.18º 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 #80EE9A is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 154 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.07 |
| HSL | 134.18º | 0.76% | 0.72% | - |
| HSV(B) | 134.18º | 0.46% | 0.93% | - |
| XYZ | 45.31 | 68.07 | 41.32 | - |
| YUV | 195.53 | 104.56 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 154 | 0.46 | 0 | 0.35 | 0.07 | 134.18 | 0.76 | 0.72 |
| Hex | 80 | EE | 9A | 2E | 0 | 23 | 7 | 86 | 4C | 48 |
| Octal | 200 | 356 | 232 | 56 | 0 | 43 | 7 | 206 | 114 | 110 |
| Binary | 10000000 | 11101110 | 10011010 | 101110 | 0 | 100011 | 111 | 10000110 | 1001100 | 1001000 |
Color Harmonies of #80EE9A
Complementary color
Monochromatic Colors of #80EE9A
Black with #80EE9A
Text Example
Text Example
White with #80EE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE9A; }
p { color: rgb(128,238,154); }
H1.HeaderClassName
{
color: #80EE9A;
}
.AnyTagClassName
{
color: #80EE9A;
}
</style>
background-color css
<style>
a { background-color: #80EE9A; }
a { background-color: rgb(128,238,154); }
div.DivClassName
{
background-color: #80EE9A;
}
.BgClassName
{
background-color: #80EE9A;
}
</style>
border-color css
<style>
span { border-color: #80EE9A; }
span { border-color: rgb(128,238,154); }
td.TdClassName
{
border-color: #80EE9A;
}
.TagClassName
{
border-color: #80EE9A;
}
</style>