Shades of Lawn Green #8CEA0C
Tints of Lawn Green #8CEA0C
RGB
CMYK
RGB Variations
Color information
#8CEA0C (or 0x8CEA0C) is known color: Lawn Green. HEX triplet: 8C, EA and 0C. RGB value is (140,234,12). Sum of RGB (Red+Green+Blue) = 140+234+12=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 234 (91.80% from 255 or 60.62% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CEA0C is #7315F3. Grayscale: #B5B5B5. Windows color (decimal): -7542260 or 846476. OLE color: 846476.
HSL color Cylindrical-coordinate representation of color #8CEA0C: hue angle of 85.41º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CEA0C is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 12 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.08 |
| HSL | 85.41º | 0.9% | 0.48% | - |
| HSV(B) | 85.41º | 0.95% | 0.92% | - |
| XYZ | 40.3 | 64.45 | 10.66 | - |
| YUV | 180.59 | 32.86 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 12 | 0.40 | 0 | 0.95 | 0.08 | 85.41 | 0.9 | 0.48 |
| Hex | 8C | EA | C | 28 | 0 | 5F | 8 | 55 | 5A | 30 |
| Octal | 214 | 352 | 14 | 50 | 0 | 137 | 10 | 125 | 132 | 60 |
| Binary | 10001100 | 11101010 | 1100 | 101000 | 0 | 1011111 | 1000 | 1010101 | 1011010 | 110000 |
Color Harmonies of #8CEA0C
Complementary color
Monochromatic Colors of #8CEA0C
Black with #8CEA0C
Text Example
Text Example
White with #8CEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA0C; }
p { color: rgb(140,234,12); }
H1.HeaderClassName
{
color: #8CEA0C;
}
.AnyTagClassName
{
color: #8CEA0C;
}
</style>
background-color css
<style>
a { background-color: #8CEA0C; }
a { background-color: rgb(140,234,12); }
div.DivClassName
{
background-color: #8CEA0C;
}
.BgClassName
{
background-color: #8CEA0C;
}
</style>
border-color css
<style>
span { border-color: #8CEA0C; }
span { border-color: rgb(140,234,12); }
td.TdClassName
{
border-color: #8CEA0C;
}
.TagClassName
{
border-color: #8CEA0C;
}
</style>