Shades of Lawn Green #86D810
Tints of Lawn Green #86D810
RGB
CMYK
RGB Variations
Color information
#86D810 (or 0x86D810) is known color: Lawn Green. HEX triplet: 86, D8 and 10. RGB value is (134,216,16). Sum of RGB (Red+Green+Blue) = 134+216+16=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #86D810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86D810 is #7927EF. Grayscale: #A9A9A9. Windows color (decimal): -7940080 or 1104006. OLE color: 1104006.
HSL color Cylindrical-coordinate representation of color #86D810: hue angle of 84.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86D810 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 16 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.15 |
| HSL | 84.6º | 0.86% | 0.45% | - |
| HSV(B) | 84.6º | 0.93% | 0.85% | - |
| XYZ | 34.48 | 54.22 | 9.14 | - |
| YUV | 168.68 | 41.83 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 16 | 0.38 | 0 | 0.93 | 0.15 | 84.6 | 0.86 | 0.45 |
| Hex | 86 | D8 | 10 | 26 | 0 | 5D | F | 55 | 56 | 2D |
| Octal | 206 | 330 | 20 | 46 | 0 | 135 | 17 | 125 | 126 | 55 |
| Binary | 10000110 | 11011000 | 10000 | 100110 | 0 | 1011101 | 1111 | 1010101 | 1010110 | 101101 |
Color Harmonies of #86D810
Complementary color
Monochromatic Colors of #86D810
Black with #86D810
Text Example
Text Example
White with #86D810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D810; }
p { color: rgb(134,216,16); }
H1.HeaderClassName
{
color: #86D810;
}
.AnyTagClassName
{
color: #86D810;
}
</style>
background-color css
<style>
a { background-color: #86D810; }
a { background-color: rgb(134,216,16); }
div.DivClassName
{
background-color: #86D810;
}
.BgClassName
{
background-color: #86D810;
}
</style>
border-color css
<style>
span { border-color: #86D810; }
span { border-color: rgb(134,216,16); }
td.TdClassName
{
border-color: #86D810;
}
.TagClassName
{
border-color: #86D810;
}
</style>