Shades of Limerick #8DAB16
Tints of Limerick #8DAB16
RGB
CMYK
RGB Variations
Color information
#8DAB16 (or 0x8DAB16) is known color: Limerick. HEX triplet: 8D, AB and 16. RGB value is (141,171,22). Sum of RGB (Red+Green+Blue) = 141+171+22=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAB16 is #7254E9. Grayscale: #919191. Windows color (decimal): -7492842 or 1485709. OLE color: 1485709.
HSL color Cylindrical-coordinate representation of color #8DAB16: hue angle of 72.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DAB16 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 22 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.33 |
| HSL | 72.08º | 0.77% | 0.38% | - |
| HSV(B) | 72.08º | 0.87% | 0.67% | - |
| XYZ | 25.69 | 34.85 | 6.13 | - |
| YUV | 145.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 22 | 0.18 | 0 | 0.87 | 0.33 | 72.08 | 0.77 | 0.38 |
| Hex | 8D | AB | 16 | 12 | 0 | 57 | 21 | 48 | 4D | 26 |
| Octal | 215 | 253 | 26 | 22 | 0 | 127 | 41 | 110 | 115 | 46 |
| Binary | 10001101 | 10101011 | 10110 | 10010 | 0 | 1010111 | 100001 | 1001000 | 1001101 | 100110 |
Color Harmonies of #8DAB16
Complementary color
Monochromatic Colors of #8DAB16
Black with #8DAB16
Text Example
Text Example
White with #8DAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB16; }
p { color: rgb(141,171,22); }
H1.HeaderClassName
{
color: #8DAB16;
}
.AnyTagClassName
{
color: #8DAB16;
}
</style>
background-color css
<style>
a { background-color: #8DAB16; }
a { background-color: rgb(141,171,22); }
div.DivClassName
{
background-color: #8DAB16;
}
.BgClassName
{
background-color: #8DAB16;
}
</style>
border-color css
<style>
span { border-color: #8DAB16; }
span { border-color: rgb(141,171,22); }
td.TdClassName
{
border-color: #8DAB16;
}
.TagClassName
{
border-color: #8DAB16;
}
</style>