Shades of Light Green #8AEC8D
Tints of Light Green #8AEC8D
RGB
CMYK
RGB Variations
Color information
#8AEC8D (or 0x8AEC8D) is known color: Light Green. HEX triplet: 8A, EC and 8D. RGB value is (138,236,141). Sum of RGB (Red+Green+Blue) = 138+236+141=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AEC8D is #751372. Grayscale: #C4C4C4. Windows color (decimal): -7672691 or 9301130. OLE color: 9301130.
HSL color Cylindrical-coordinate representation of color #8AEC8D: hue angle of 121.84º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEC8D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 141 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.07 |
| HSL | 121.84º | 0.72% | 0.73% | - |
| HSV(B) | 121.84º | 0.42% | 0.93% | - |
| XYZ | 45.28 | 67.32 | 35.81 | - |
| YUV | 195.87 | 97.03 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 141 | 0.42 | 0 | 0.40 | 0.07 | 121.84 | 0.72 | 0.73 |
| Hex | 8A | EC | 8D | 2A | 0 | 28 | 7 | 7A | 48 | 49 |
| Octal | 212 | 354 | 215 | 52 | 0 | 50 | 7 | 172 | 110 | 111 |
| Binary | 10001010 | 11101100 | 10001101 | 101010 | 0 | 101000 | 111 | 1111010 | 1001000 | 1001001 |
Color Harmonies of #8AEC8D
Complementary color
Monochromatic Colors of #8AEC8D
Black with #8AEC8D
Text Example
Text Example
White with #8AEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEC8D; }
p { color: rgb(138,236,141); }
H1.HeaderClassName
{
color: #8AEC8D;
}
.AnyTagClassName
{
color: #8AEC8D;
}
</style>
background-color css
<style>
a { background-color: #8AEC8D; }
a { background-color: rgb(138,236,141); }
div.DivClassName
{
background-color: #8AEC8D;
}
.BgClassName
{
background-color: #8AEC8D;
}
</style>
border-color css
<style>
span { border-color: #8AEC8D; }
span { border-color: rgb(138,236,141); }
td.TdClassName
{
border-color: #8AEC8D;
}
.TagClassName
{
border-color: #8AEC8D;
}
</style>