Shades of Lawn Green #86D70C
Tints of Lawn Green #86D70C
RGB
CMYK
RGB Variations
Color information
#86D70C (or 0x86D70C) is known color: Lawn Green. HEX triplet: 86, D7 and 0C. RGB value is (134,215,12). Sum of RGB (Red+Green+Blue) = 134+215+12=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #86D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D70C is #7928F3. Grayscale: #A8A8A8. Windows color (decimal): -7940340 or 841606. OLE color: 841606.
HSL color Cylindrical-coordinate representation of color #86D70C: hue angle of 83.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86D70C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 12 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.16 |
| HSL | 83.94º | 0.89% | 0.45% | - |
| HSV(B) | 83.94º | 0.94% | 0.84% | - |
| XYZ | 34.2 | 53.7 | 8.91 | - |
| YUV | 167.64 | 40.16 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 12 | 0.38 | 0 | 0.94 | 0.16 | 83.94 | 0.89 | 0.45 |
| Hex | 86 | D7 | C | 26 | 0 | 5E | 10 | 54 | 59 | 2D |
| Octal | 206 | 327 | 14 | 46 | 0 | 136 | 20 | 124 | 131 | 55 |
| Binary | 10000110 | 11010111 | 1100 | 100110 | 0 | 1011110 | 10000 | 1010100 | 1011001 | 101101 |
Color Harmonies of #86D70C
Complementary color
Monochromatic Colors of #86D70C
Black with #86D70C
Text Example
Text Example
White with #86D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D70C; }
p { color: rgb(134,215,12); }
H1.HeaderClassName
{
color: #86D70C;
}
.AnyTagClassName
{
color: #86D70C;
}
</style>
background-color css
<style>
a { background-color: #86D70C; }
a { background-color: rgb(134,215,12); }
div.DivClassName
{
background-color: #86D70C;
}
.BgClassName
{
background-color: #86D70C;
}
</style>
border-color css
<style>
span { border-color: #86D70C; }
span { border-color: rgb(134,215,12); }
td.TdClassName
{
border-color: #86D70C;
}
.TagClassName
{
border-color: #86D70C;
}
</style>