Shades of Light Green #8AEB80
Tints of Light Green #8AEB80
RGB
CMYK
RGB Variations
Color information
#8AEB80 (or 0x8AEB80) is known color: Light Green. HEX triplet: 8A, EB and 80. RGB value is (138,235,128). Sum of RGB (Red+Green+Blue) = 138+235+128=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEB80 is #75147F. Grayscale: #C2C2C2. Windows color (decimal): -7672960 or 8448906. OLE color: 8448906.
HSL color Cylindrical-coordinate representation of color #8AEB80: hue angle of 114.39º degrees, saturation: 0.73, 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 #8AEB80 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 128 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.08 |
| HSL | 114.39º | 0.73% | 0.71% | - |
| HSV(B) | 114.39º | 0.46% | 0.92% | - |
| XYZ | 44.09 | 66.38 | 30.91 | - |
| YUV | 193.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 128 | 0.41 | 0 | 0.46 | 0.08 | 114.39 | 0.73 | 0.71 |
| Hex | 8A | EB | 80 | 29 | 0 | 2E | 8 | 72 | 49 | 47 |
| Octal | 212 | 353 | 200 | 51 | 0 | 56 | 10 | 162 | 111 | 107 |
| Binary | 10001010 | 11101011 | 10000000 | 101001 | 0 | 101110 | 1000 | 1110010 | 1001001 | 1000111 |
Color Harmonies of #8AEB80
Complementary color
Monochromatic Colors of #8AEB80
Black with #8AEB80
Text Example
Text Example
White with #8AEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEB80; }
p { color: rgb(138,235,128); }
H1.HeaderClassName
{
color: #8AEB80;
}
.AnyTagClassName
{
color: #8AEB80;
}
</style>
background-color css
<style>
a { background-color: #8AEB80; }
a { background-color: rgb(138,235,128); }
div.DivClassName
{
background-color: #8AEB80;
}
.BgClassName
{
background-color: #8AEB80;
}
</style>
border-color css
<style>
span { border-color: #8AEB80; }
span { border-color: rgb(138,235,128); }
td.TdClassName
{
border-color: #8AEB80;
}
.TagClassName
{
border-color: #8AEB80;
}
</style>