Shades of Light Green #8CEA86
Tints of Light Green #8CEA86
RGB
CMYK
RGB Variations
Color information
#8CEA86 (or 0x8CEA86) is known color: Light Green. HEX triplet: 8C, EA and 86. RGB value is (140,234,134). Sum of RGB (Red+Green+Blue) = 140+234+134=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEA86 is #731579. Grayscale: #C2C2C2. Windows color (decimal): -7542138 or 8841868. OLE color: 8841868.
HSL color Cylindrical-coordinate representation of color #8CEA86: hue angle of 116.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CEA86 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 134 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.08 |
| HSL | 116.4º | 0.7% | 0.72% | - |
| HSV(B) | 116.4º | 0.43% | 0.92% | - |
| XYZ | 44.54 | 66.14 | 32.97 | - |
| YUV | 194.49 | 93.86 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 134 | 0.40 | 0 | 0.43 | 0.08 | 116.4 | 0.7 | 0.72 |
| Hex | 8C | EA | 86 | 28 | 0 | 2B | 8 | 74 | 46 | 48 |
| Octal | 214 | 352 | 206 | 50 | 0 | 53 | 10 | 164 | 106 | 110 |
| Binary | 10001100 | 11101010 | 10000110 | 101000 | 0 | 101011 | 1000 | 1110100 | 1000110 | 1001000 |
Color Harmonies of #8CEA86
Complementary color
Monochromatic Colors of #8CEA86
Black with #8CEA86
Text Example
Text Example
White with #8CEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA86; }
p { color: rgb(140,234,134); }
H1.HeaderClassName
{
color: #8CEA86;
}
.AnyTagClassName
{
color: #8CEA86;
}
</style>
background-color css
<style>
a { background-color: #8CEA86; }
a { background-color: rgb(140,234,134); }
div.DivClassName
{
background-color: #8CEA86;
}
.BgClassName
{
background-color: #8CEA86;
}
</style>
border-color css
<style>
span { border-color: #8CEA86; }
span { border-color: rgb(140,234,134); }
td.TdClassName
{
border-color: #8CEA86;
}
.TagClassName
{
border-color: #8CEA86;
}
</style>