Shades of Lawn Green #8CEA0A
Tints of Lawn Green #8CEA0A
RGB
CMYK
RGB Variations
Color information
#8CEA0A (or 0x8CEA0A) is known color: Lawn Green. HEX triplet: 8C, EA and 0A. RGB value is (140,234,10). Sum of RGB (Red+Green+Blue) = 140+234+10=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 234 (91.80% from 255 or 60.94% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CEA0A is #7315F5. Grayscale: #B5B5B5. Windows color (decimal): -7542262 or 715404. OLE color: 715404.
HSL color Cylindrical-coordinate representation of color #8CEA0A: hue angle of 85.18º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CEA0A is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 10 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.08 |
| HSL | 85.18º | 0.92% | 0.48% | - |
| HSV(B) | 85.18º | 0.96% | 0.92% | - |
| XYZ | 40.29 | 64.44 | 10.6 | - |
| YUV | 180.36 | 31.86 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 10 | 0.40 | 0 | 0.96 | 0.08 | 85.18 | 0.92 | 0.48 |
| Hex | 8C | EA | A | 28 | 0 | 60 | 8 | 55 | 5C | 30 |
| Octal | 214 | 352 | 12 | 50 | 0 | 140 | 10 | 125 | 134 | 60 |
| Binary | 10001100 | 11101010 | 1010 | 101000 | 0 | 1100000 | 1000 | 1010101 | 1011100 | 110000 |
Color Harmonies of #8CEA0A
Complementary color
Monochromatic Colors of #8CEA0A
Black with #8CEA0A
Text Example
Text Example
White with #8CEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA0A; }
p { color: rgb(140,234,10); }
H1.HeaderClassName
{
color: #8CEA0A;
}
.AnyTagClassName
{
color: #8CEA0A;
}
</style>
background-color css
<style>
a { background-color: #8CEA0A; }
a { background-color: rgb(140,234,10); }
div.DivClassName
{
background-color: #8CEA0A;
}
.BgClassName
{
background-color: #8CEA0A;
}
</style>
border-color css
<style>
span { border-color: #8CEA0A; }
span { border-color: rgb(140,234,10); }
td.TdClassName
{
border-color: #8CEA0A;
}
.TagClassName
{
border-color: #8CEA0A;
}
</style>