Shades of Light Green #8EDC92
Tints of Light Green #8EDC92
RGB
CMYK
RGB Variations
Color information
#8EDC92 (or 0x8EDC92) is known color: Light Green. HEX triplet: 8E, DC and 92. RGB value is (142,220,146). Sum of RGB (Red+Green+Blue) = 142+220+146=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC92 is #71236D. Grayscale: #BCBCBC. Windows color (decimal): -7414638 or 9624718. OLE color: 9624718.
HSL color Cylindrical-coordinate representation of color #8EDC92: hue angle of 123.08º 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 #8EDC92 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 146 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.14 |
| HSL | 123.08º | 0.53% | 0.71% | - |
| HSV(B) | 123.08º | 0.35% | 0.86% | - |
| XYZ | 41.94 | 59.01 | 36.37 | - |
| YUV | 188.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 146 | 0.35 | 0 | 0.34 | 0.14 | 123.08 | 0.53 | 0.71 |
| Hex | 8E | DC | 92 | 23 | 0 | 22 | E | 7B | 35 | 47 |
| Octal | 216 | 334 | 222 | 43 | 0 | 42 | 16 | 173 | 65 | 107 |
| Binary | 10001110 | 11011100 | 10010010 | 100011 | 0 | 100010 | 1110 | 1111011 | 110101 | 1000111 |
Color Harmonies of #8EDC92
Complementary color
Monochromatic Colors of #8EDC92
Black with #8EDC92
Text Example
Text Example
White with #8EDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC92; }
p { color: rgb(142,220,146); }
H1.HeaderClassName
{
color: #8EDC92;
}
.AnyTagClassName
{
color: #8EDC92;
}
</style>
background-color css
<style>
a { background-color: #8EDC92; }
a { background-color: rgb(142,220,146); }
div.DivClassName
{
background-color: #8EDC92;
}
.BgClassName
{
background-color: #8EDC92;
}
</style>
border-color css
<style>
span { border-color: #8EDC92; }
span { border-color: rgb(142,220,146); }
td.TdClassName
{
border-color: #8EDC92;
}
.TagClassName
{
border-color: #8EDC92;
}
</style>