Shades of Light Green #8CECA0
Tints of Light Green #8CECA0
RGB
CMYK
RGB Variations
Color information
#8CECA0 (or 0x8CECA0) is known color: Light Green. HEX triplet: 8C, EC and A0. RGB value is (140,236,160). Sum of RGB (Red+Green+Blue) = 140+236+160=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CECA0 is #73135F. Grayscale: #C6C6C6. Windows color (decimal): -7541600 or 10546316. OLE color: 10546316.
HSL color Cylindrical-coordinate representation of color #8CECA0: hue angle of 132.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECA0 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 160 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.07 |
| HSL | 132.5º | 0.72% | 0.74% | - |
| HSV(B) | 132.5º | 0.41% | 0.93% | - |
| XYZ | 47.16 | 68.1 | 43.92 | - |
| YUV | 198.63 | 106.2 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 160 | 0.41 | 0 | 0.32 | 0.07 | 132.5 | 0.72 | 0.74 |
| Hex | 8C | EC | A0 | 29 | 0 | 20 | 7 | 84 | 48 | 4A |
| Octal | 214 | 354 | 240 | 51 | 0 | 40 | 7 | 204 | 110 | 112 |
| Binary | 10001100 | 11101100 | 10100000 | 101001 | 0 | 100000 | 111 | 10000100 | 1001000 | 1001010 |
Color Harmonies of #8CECA0
Complementary color
Monochromatic Colors of #8CECA0
Black with #8CECA0
Text Example
Text Example
White with #8CECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECA0; }
p { color: rgb(140,236,160); }
H1.HeaderClassName
{
color: #8CECA0;
}
.AnyTagClassName
{
color: #8CECA0;
}
</style>
background-color css
<style>
a { background-color: #8CECA0; }
a { background-color: rgb(140,236,160); }
div.DivClassName
{
background-color: #8CECA0;
}
.BgClassName
{
background-color: #8CECA0;
}
</style>
border-color css
<style>
span { border-color: #8CECA0; }
span { border-color: rgb(140,236,160); }
td.TdClassName
{
border-color: #8CECA0;
}
.TagClassName
{
border-color: #8CECA0;
}
</style>