Shades of Light Green #8CEA8A
Tints of Light Green #8CEA8A
RGB
CMYK
RGB Variations
Color information
#8CEA8A (or 0x8CEA8A) is known color: Light Green. HEX triplet: 8C, EA and 8A. RGB value is (140,234,138). Sum of RGB (Red+Green+Blue) = 140+234+138=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEA8A is #731575. Grayscale: #C3C3C3. Windows color (decimal): -7542134 or 9104012. OLE color: 9104012.
HSL color Cylindrical-coordinate representation of color #8CEA8A: hue angle of 118.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEA8A is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 138 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.08 |
| HSL | 118.75º | 0.7% | 0.73% | - |
| HSV(B) | 118.75º | 0.41% | 0.92% | - |
| XYZ | 44.83 | 66.26 | 34.47 | - |
| YUV | 194.95 | 95.86 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 138 | 0.40 | 0 | 0.41 | 0.08 | 118.75 | 0.7 | 0.73 |
| Hex | 8C | EA | 8A | 28 | 0 | 29 | 8 | 77 | 46 | 49 |
| Octal | 214 | 352 | 212 | 50 | 0 | 51 | 10 | 167 | 106 | 111 |
| Binary | 10001100 | 11101010 | 10001010 | 101000 | 0 | 101001 | 1000 | 1110111 | 1000110 | 1001001 |
Color Harmonies of #8CEA8A
Complementary color
Monochromatic Colors of #8CEA8A
Black with #8CEA8A
Text Example
Text Example
White with #8CEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA8A; }
p { color: rgb(140,234,138); }
H1.HeaderClassName
{
color: #8CEA8A;
}
.AnyTagClassName
{
color: #8CEA8A;
}
</style>
background-color css
<style>
a { background-color: #8CEA8A; }
a { background-color: rgb(140,234,138); }
div.DivClassName
{
background-color: #8CEA8A;
}
.BgClassName
{
background-color: #8CEA8A;
}
</style>
border-color css
<style>
span { border-color: #8CEA8A; }
span { border-color: rgb(140,234,138); }
td.TdClassName
{
border-color: #8CEA8A;
}
.TagClassName
{
border-color: #8CEA8A;
}
</style>