Shades of Lawn Green #8DEC0C
Tints of Lawn Green #8DEC0C
RGB
CMYK
RGB Variations
Color information
#8DEC0C (or 0x8DEC0C) is known color: Lawn Green. HEX triplet: 8D, EC and 0C. RGB value is (141,236,12). Sum of RGB (Red+Green+Blue) = 141+236+12=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 236 (92.58% from 255 or 60.67% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 236 - color contains mainly: green. Hex color #8DEC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DEC0C is #7213F3. Grayscale: #B6B6B6. Windows color (decimal): -7476212 or 846989. OLE color: 846989.
HSL color Cylindrical-coordinate representation of color #8DEC0C: hue angle of 85.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DEC0C is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 12 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.07 |
| HSL | 85.45º | 0.9% | 0.49% | - |
| HSV(B) | 85.45º | 0.95% | 0.93% | - |
| XYZ | 41.05 | 65.68 | 10.86 | - |
| YUV | 182.06 | 32.03 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 12 | 0.40 | 0 | 0.95 | 0.07 | 85.45 | 0.9 | 0.49 |
| Hex | 8D | EC | C | 28 | 0 | 5F | 7 | 55 | 5A | 31 |
| Octal | 215 | 354 | 14 | 50 | 0 | 137 | 7 | 125 | 132 | 61 |
| Binary | 10001101 | 11101100 | 1100 | 101000 | 0 | 1011111 | 111 | 1010101 | 1011010 | 110001 |
Color Harmonies of #8DEC0C
Complementary color
Monochromatic Colors of #8DEC0C
Black with #8DEC0C
Text Example
Text Example
White with #8DEC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEC0C; }
p { color: rgb(141,236,12); }
H1.HeaderClassName
{
color: #8DEC0C;
}
.AnyTagClassName
{
color: #8DEC0C;
}
</style>
background-color css
<style>
a { background-color: #8DEC0C; }
a { background-color: rgb(141,236,12); }
div.DivClassName
{
background-color: #8DEC0C;
}
.BgClassName
{
background-color: #8DEC0C;
}
</style>
border-color css
<style>
span { border-color: #8DEC0C; }
span { border-color: rgb(141,236,12); }
td.TdClassName
{
border-color: #8DEC0C;
}
.TagClassName
{
border-color: #8DEC0C;
}
</style>