Shades of Limerick #86AD18
Tints of Limerick #86AD18
RGB
CMYK
RGB Variations
Color information
#86AD18 (or 0x86AD18) is known color: Limerick. HEX triplet: 86, AD and 18. RGB value is (134,173,24). Sum of RGB (Red+Green+Blue) = 134+173+24=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD18 is #7952E7. Grayscale: #909090. Windows color (decimal): -7951080 or 1617286. OLE color: 1617286.
HSL color Cylindrical-coordinate representation of color #86AD18: hue angle of 75.7º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86AD18 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 173 | 24 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.32 |
| HSL | 75.7º | 0.76% | 0.39% | - |
| HSV(B) | 75.7º | 0.86% | 0.68% | - |
| XYZ | 24.94 | 35.02 | 6.31 | - |
| YUV | 144.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 173 | 24 | 0.23 | 0 | 0.86 | 0.32 | 75.7 | 0.76 | 0.39 |
| Hex | 86 | AD | 18 | 17 | 0 | 56 | 20 | 4C | 4C | 27 |
| Octal | 206 | 255 | 30 | 27 | 0 | 126 | 40 | 114 | 114 | 47 |
| Binary | 10000110 | 10101101 | 11000 | 10111 | 0 | 1010110 | 100000 | 1001100 | 1001100 | 100111 |
Color Harmonies of #86AD18
Complementary color
Monochromatic Colors of #86AD18
Black with #86AD18
Text Example
Text Example
White with #86AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AD18; }
p { color: rgb(134,173,24); }
H1.HeaderClassName
{
color: #86AD18;
}
.AnyTagClassName
{
color: #86AD18;
}
</style>
background-color css
<style>
a { background-color: #86AD18; }
a { background-color: rgb(134,173,24); }
div.DivClassName
{
background-color: #86AD18;
}
.BgClassName
{
background-color: #86AD18;
}
</style>
border-color css
<style>
span { border-color: #86AD18; }
span { border-color: rgb(134,173,24); }
td.TdClassName
{
border-color: #86AD18;
}
.TagClassName
{
border-color: #86AD18;
}
</style>