Shades of Limerick #86AA14
Tints of Limerick #86AA14
RGB
CMYK
RGB Variations
Color information
#86AA14 (or 0x86AA14) is known color: Limerick. HEX triplet: 86, AA and 14. RGB value is (134,170,20). Sum of RGB (Red+Green+Blue) = 134+170+20=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AA14 is #7955EB. Grayscale: #8E8E8E. Windows color (decimal): -7951852 or 1354374. OLE color: 1354374.
HSL color Cylindrical-coordinate representation of color #86AA14: hue angle of 74.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86AA14 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 20 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.33 |
| HSL | 74.4º | 0.79% | 0.37% | - |
| HSV(B) | 74.4º | 0.88% | 0.67% | - |
| XYZ | 24.33 | 33.87 | 5.92 | - |
| YUV | 142.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 20 | 0.21 | 0 | 0.88 | 0.33 | 74.4 | 0.79 | 0.37 |
| Hex | 86 | AA | 14 | 15 | 0 | 58 | 21 | 4A | 4F | 25 |
| Octal | 206 | 252 | 24 | 25 | 0 | 130 | 41 | 112 | 117 | 45 |
| Binary | 10000110 | 10101010 | 10100 | 10101 | 0 | 1011000 | 100001 | 1001010 | 1001111 | 100101 |
Color Harmonies of #86AA14
Complementary color
Monochromatic Colors of #86AA14
Black with #86AA14
Text Example
Text Example
White with #86AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA14; }
p { color: rgb(134,170,20); }
H1.HeaderClassName
{
color: #86AA14;
}
.AnyTagClassName
{
color: #86AA14;
}
</style>
background-color css
<style>
a { background-color: #86AA14; }
a { background-color: rgb(134,170,20); }
div.DivClassName
{
background-color: #86AA14;
}
.BgClassName
{
background-color: #86AA14;
}
</style>
border-color css
<style>
span { border-color: #86AA14; }
span { border-color: rgb(134,170,20); }
td.TdClassName
{
border-color: #86AA14;
}
.TagClassName
{
border-color: #86AA14;
}
</style>