Shades of Lima #86A80E
Tints of Lima #86A80E
RGB
CMYK
RGB Variations
Color information
#86A80E (or 0x86A80E) is known color: Lima. HEX triplet: 86, A8 and 0E. RGB value is (134,168,14). Sum of RGB (Red+Green+Blue) = 134+168+14=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #86A80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86A80E is #7957F1. Grayscale: #8C8C8C. Windows color (decimal): -7952370 or 960646. OLE color: 960646.
HSL color Cylindrical-coordinate representation of color #86A80E: hue angle of 73.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86A80E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 168 | 14 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.34 |
| HSL | 73.25º | 0.85% | 0.36% | - |
| HSV(B) | 73.25º | 0.92% | 0.66% | - |
| XYZ | 23.91 | 33.11 | 5.55 | - |
| YUV | 140.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 14 | 0.20 | 0 | 0.92 | 0.34 | 73.25 | 0.85 | 0.36 |
| Hex | 86 | A8 | E | 14 | 0 | 5C | 22 | 49 | 55 | 24 |
| Octal | 206 | 250 | 16 | 24 | 0 | 134 | 42 | 111 | 125 | 44 |
| Binary | 10000110 | 10101000 | 1110 | 10100 | 0 | 1011100 | 100010 | 1001001 | 1010101 | 100100 |
Color Harmonies of #86A80E
Complementary color
Monochromatic Colors of #86A80E
Black with #86A80E
Text Example
Text Example
White with #86A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A80E; }
p { color: rgb(134,168,14); }
H1.HeaderClassName
{
color: #86A80E;
}
.AnyTagClassName
{
color: #86A80E;
}
</style>
background-color css
<style>
a { background-color: #86A80E; }
a { background-color: rgb(134,168,14); }
div.DivClassName
{
background-color: #86A80E;
}
.BgClassName
{
background-color: #86A80E;
}
</style>
border-color css
<style>
span { border-color: #86A80E; }
span { border-color: rgb(134,168,14); }
td.TdClassName
{
border-color: #86A80E;
}
.TagClassName
{
border-color: #86A80E;
}
</style>