Shades of Light Green #8CEBA0
Tints of Light Green #8CEBA0
RGB
CMYK
RGB Variations
Color information
#8CEBA0 (or 0x8CEBA0) is known color: Light Green. HEX triplet: 8C, EB and A0. RGB value is (140,235,160). Sum of RGB (Red+Green+Blue) = 140+235+160=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBA0 is #73145F. Grayscale: #C6C6C6. Windows color (decimal): -7541856 or 10546060. OLE color: 10546060.
HSL color Cylindrical-coordinate representation of color #8CEBA0: hue angle of 132.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBA0 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 160 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.08 |
| HSL | 132.63º | 0.7% | 0.74% | - |
| HSV(B) | 132.63º | 0.4% | 0.92% | - |
| XYZ | 46.87 | 67.53 | 43.82 | - |
| YUV | 198.05 | 106.53 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 160 | 0.40 | 0 | 0.32 | 0.08 | 132.63 | 0.7 | 0.74 |
| Hex | 8C | EB | A0 | 28 | 0 | 20 | 8 | 85 | 46 | 4A |
| Octal | 214 | 353 | 240 | 50 | 0 | 40 | 10 | 205 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10100000 | 101000 | 0 | 100000 | 1000 | 10000101 | 1000110 | 1001010 |
Color Harmonies of #8CEBA0
Complementary color
Monochromatic Colors of #8CEBA0
Black with #8CEBA0
Text Example
Text Example
White with #8CEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBA0; }
p { color: rgb(140,235,160); }
H1.HeaderClassName
{
color: #8CEBA0;
}
.AnyTagClassName
{
color: #8CEBA0;
}
</style>
background-color css
<style>
a { background-color: #8CEBA0; }
a { background-color: rgb(140,235,160); }
div.DivClassName
{
background-color: #8CEBA0;
}
.BgClassName
{
background-color: #8CEBA0;
}
</style>
border-color css
<style>
span { border-color: #8CEBA0; }
span { border-color: rgb(140,235,160); }
td.TdClassName
{
border-color: #8CEBA0;
}
.TagClassName
{
border-color: #8CEBA0;
}
</style>