Shades of Limerick #86AF22
Tints of Limerick #86AF22
RGB
CMYK
RGB Variations
Color information
#86AF22 (or 0x86AF22) is known color: Limerick. HEX triplet: 86, AF and 22. RGB value is (134,175,34). Sum of RGB (Red+Green+Blue) = 134+175+34=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF22 is #7950DD. Grayscale: #939393. Windows color (decimal): -7950558 or 2273158. OLE color: 2273158.
HSL color Cylindrical-coordinate representation of color #86AF22: hue angle of 77.45º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86AF22 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 34 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.31 |
| HSL | 77.45º | 0.67% | 0.41% | - |
| HSV(B) | 77.45º | 0.81% | 0.69% | - |
| XYZ | 25.45 | 35.84 | 7.09 | - |
| YUV | 146.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 34 | 0.23 | 0 | 0.81 | 0.31 | 77.45 | 0.67 | 0.41 |
| Hex | 86 | AF | 22 | 17 | 0 | 51 | 1F | 4D | 43 | 29 |
| Octal | 206 | 257 | 42 | 27 | 0 | 121 | 37 | 115 | 103 | 51 |
| Binary | 10000110 | 10101111 | 100010 | 10111 | 0 | 1010001 | 11111 | 1001101 | 1000011 | 101001 |
Color Harmonies of #86AF22
Complementary color
Monochromatic Colors of #86AF22
Black with #86AF22
Text Example
Text Example
White with #86AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF22; }
p { color: rgb(134,175,34); }
H1.HeaderClassName
{
color: #86AF22;
}
.AnyTagClassName
{
color: #86AF22;
}
</style>
background-color css
<style>
a { background-color: #86AF22; }
a { background-color: rgb(134,175,34); }
div.DivClassName
{
background-color: #86AF22;
}
.BgClassName
{
background-color: #86AF22;
}
</style>
border-color css
<style>
span { border-color: #86AF22; }
span { border-color: rgb(134,175,34); }
td.TdClassName
{
border-color: #86AF22;
}
.TagClassName
{
border-color: #86AF22;
}
</style>