Shades of Lima #86AC0D
Tints of Lima #86AC0D
RGB
CMYK
RGB Variations
Color information
#86AC0D (or 0x86AC0D) is known color: Lima. HEX triplet: 86, AC and 0D. RGB value is (134,172,13). Sum of RGB (Red+Green+Blue) = 134+172+13=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AC0D is #7953F2. Grayscale: #8F8F8F. Windows color (decimal): -7951347 or 896134. OLE color: 896134.
HSL color Cylindrical-coordinate representation of color #86AC0D: hue angle of 74.34º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86AC0D is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 172 | 13 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.33 |
| HSL | 74.34º | 0.86% | 0.36% | - |
| HSV(B) | 74.34º | 0.92% | 0.67% | - |
| XYZ | 24.66 | 34.6 | 5.76 | - |
| YUV | 142.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 13 | 0.22 | 0 | 0.92 | 0.33 | 74.34 | 0.86 | 0.36 |
| Hex | 86 | AC | D | 16 | 0 | 5C | 21 | 4A | 56 | 24 |
| Octal | 206 | 254 | 15 | 26 | 0 | 134 | 41 | 112 | 126 | 44 |
| Binary | 10000110 | 10101100 | 1101 | 10110 | 0 | 1011100 | 100001 | 1001010 | 1010110 | 100100 |
Color Harmonies of #86AC0D
Complementary color
Monochromatic Colors of #86AC0D
Black with #86AC0D
Text Example
Text Example
White with #86AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AC0D; }
p { color: rgb(134,172,13); }
H1.HeaderClassName
{
color: #86AC0D;
}
.AnyTagClassName
{
color: #86AC0D;
}
</style>
background-color css
<style>
a { background-color: #86AC0D; }
a { background-color: rgb(134,172,13); }
div.DivClassName
{
background-color: #86AC0D;
}
.BgClassName
{
background-color: #86AC0D;
}
</style>
border-color css
<style>
span { border-color: #86AC0D; }
span { border-color: rgb(134,172,13); }
td.TdClassName
{
border-color: #86AC0D;
}
.TagClassName
{
border-color: #86AC0D;
}
</style>