Shades of Limerick #86AF19
Tints of Limerick #86AF19
RGB
CMYK
RGB Variations
Color information
#86AF19 (or 0x86AF19) is known color: Limerick. HEX triplet: 86, AF and 19. RGB value is (134,175,25). Sum of RGB (Red+Green+Blue) = 134+175+25=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AF19 is #7950E6. Grayscale: #929292. Windows color (decimal): -7950567 or 1683334. OLE color: 1683334.
HSL color Cylindrical-coordinate representation of color #86AF19: hue angle of 76.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86AF19 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 25 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.31 |
| HSL | 76.4º | 0.75% | 0.39% | - |
| HSV(B) | 76.4º | 0.86% | 0.69% | - |
| XYZ | 25.34 | 35.8 | 6.49 | - |
| YUV | 145.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 25 | 0.23 | 0 | 0.86 | 0.31 | 76.4 | 0.75 | 0.39 |
| Hex | 86 | AF | 19 | 17 | 0 | 56 | 1F | 4C | 4B | 27 |
| Octal | 206 | 257 | 31 | 27 | 0 | 126 | 37 | 114 | 113 | 47 |
| Binary | 10000110 | 10101111 | 11001 | 10111 | 0 | 1010110 | 11111 | 1001100 | 1001011 | 100111 |
Color Harmonies of #86AF19
Complementary color
Monochromatic Colors of #86AF19
Black with #86AF19
Text Example
Text Example
White with #86AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF19; }
p { color: rgb(134,175,25); }
H1.HeaderClassName
{
color: #86AF19;
}
.AnyTagClassName
{
color: #86AF19;
}
</style>
background-color css
<style>
a { background-color: #86AF19; }
a { background-color: rgb(134,175,25); }
div.DivClassName
{
background-color: #86AF19;
}
.BgClassName
{
background-color: #86AF19;
}
</style>
border-color css
<style>
span { border-color: #86AF19; }
span { border-color: rgb(134,175,25); }
td.TdClassName
{
border-color: #86AF19;
}
.TagClassName
{
border-color: #86AF19;
}
</style>