Shades of Light Green #8EDC93
Tints of Light Green #8EDC93
RGB
CMYK
RGB Variations
Color information
#8EDC93 (or 0x8EDC93) is known color: Light Green. HEX triplet: 8E, DC and 93. RGB value is (142,220,147). Sum of RGB (Red+Green+Blue) = 142+220+147=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC93 is #71236C. Grayscale: #BCBCBC. Windows color (decimal): -7414637 or 9690254. OLE color: 9690254.
HSL color Cylindrical-coordinate representation of color #8EDC93: hue angle of 123.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDC93 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 147 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.14 |
| HSL | 123.85º | 0.53% | 0.71% | - |
| HSV(B) | 123.85º | 0.35% | 0.86% | - |
| XYZ | 42.01 | 59.04 | 36.79 | - |
| YUV | 188.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 147 | 0.35 | 0 | 0.33 | 0.14 | 123.85 | 0.53 | 0.71 |
| Hex | 8E | DC | 93 | 23 | 0 | 21 | E | 7C | 35 | 47 |
| Octal | 216 | 334 | 223 | 43 | 0 | 41 | 16 | 174 | 65 | 107 |
| Binary | 10001110 | 11011100 | 10010011 | 100011 | 0 | 100001 | 1110 | 1111100 | 110101 | 1000111 |
Color Harmonies of #8EDC93
Complementary color
Monochromatic Colors of #8EDC93
Black with #8EDC93
Text Example
Text Example
White with #8EDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC93; }
p { color: rgb(142,220,147); }
H1.HeaderClassName
{
color: #8EDC93;
}
.AnyTagClassName
{
color: #8EDC93;
}
</style>
background-color css
<style>
a { background-color: #8EDC93; }
a { background-color: rgb(142,220,147); }
div.DivClassName
{
background-color: #8EDC93;
}
.BgClassName
{
background-color: #8EDC93;
}
</style>
border-color css
<style>
span { border-color: #8EDC93; }
span { border-color: rgb(142,220,147); }
td.TdClassName
{
border-color: #8EDC93;
}
.TagClassName
{
border-color: #8EDC93;
}
</style>