Shades of Lima #86AF12
Tints of Lima #86AF12
RGB
CMYK
RGB Variations
Color information
#86AF12 (or 0x86AF12) is known color: Lima. HEX triplet: 86, AF and 12. RGB value is (134,175,18). Sum of RGB (Red+Green+Blue) = 134+175+18=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AF12 is #7950ED. Grayscale: #919191. Windows color (decimal): -7950574 or 1224582. OLE color: 1224582.
HSL color Cylindrical-coordinate representation of color #86AF12: hue angle of 75.67º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86AF12 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 18 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.31 |
| HSL | 75.67º | 0.81% | 0.38% | - |
| HSV(B) | 75.67º | 0.9% | 0.69% | - |
| XYZ | 25.27 | 35.77 | 6.15 | - |
| YUV | 144.84 | 56.42 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 18 | 0.23 | 0 | 0.90 | 0.31 | 75.67 | 0.81 | 0.38 |
| Hex | 86 | AF | 12 | 17 | 0 | 5A | 1F | 4C | 51 | 26 |
| Octal | 206 | 257 | 22 | 27 | 0 | 132 | 37 | 114 | 121 | 46 |
| Binary | 10000110 | 10101111 | 10010 | 10111 | 0 | 1011010 | 11111 | 1001100 | 1010001 | 100110 |
Color Harmonies of #86AF12
Complementary color
Monochromatic Colors of #86AF12
Black with #86AF12
Text Example
Text Example
White with #86AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF12; }
p { color: rgb(134,175,18); }
H1.HeaderClassName
{
color: #86AF12;
}
.AnyTagClassName
{
color: #86AF12;
}
</style>
background-color css
<style>
a { background-color: #86AF12; }
a { background-color: rgb(134,175,18); }
div.DivClassName
{
background-color: #86AF12;
}
.BgClassName
{
background-color: #86AF12;
}
</style>
border-color css
<style>
span { border-color: #86AF12; }
span { border-color: rgb(134,175,18); }
td.TdClassName
{
border-color: #86AF12;
}
.TagClassName
{
border-color: #86AF12;
}
</style>