Shades of Limerick #8DAF16
Tints of Limerick #8DAF16
RGB
CMYK
RGB Variations
Color information
#8DAF16 (or 0x8DAF16) is known color: Limerick. HEX triplet: 8D, AF and 16. RGB value is (141,175,22). Sum of RGB (Red+Green+Blue) = 141+175+22=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAF16 is #7250E9. Grayscale: #939393. Windows color (decimal): -7491818 or 1486733. OLE color: 1486733.
HSL color Cylindrical-coordinate representation of color #8DAF16: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DAF16 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 22 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.31 |
| HSL | 73.33º | 0.78% | 0.39% | - |
| HSV(B) | 73.33º | 0.87% | 0.69% | - |
| XYZ | 26.46 | 36.38 | 6.39 | - |
| YUV | 147.39 | 57.24 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 22 | 0.19 | 0 | 0.87 | 0.31 | 73.33 | 0.78 | 0.39 |
| Hex | 8D | AF | 16 | 13 | 0 | 57 | 1F | 49 | 4E | 27 |
| Octal | 215 | 257 | 26 | 23 | 0 | 127 | 37 | 111 | 116 | 47 |
| Binary | 10001101 | 10101111 | 10110 | 10011 | 0 | 1010111 | 11111 | 1001001 | 1001110 | 100111 |
Color Harmonies of #8DAF16
Complementary color
Monochromatic Colors of #8DAF16
Black with #8DAF16
Text Example
Text Example
White with #8DAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF16; }
p { color: rgb(141,175,22); }
H1.HeaderClassName
{
color: #8DAF16;
}
.AnyTagClassName
{
color: #8DAF16;
}
</style>
background-color css
<style>
a { background-color: #8DAF16; }
a { background-color: rgb(141,175,22); }
div.DivClassName
{
background-color: #8DAF16;
}
.BgClassName
{
background-color: #8DAF16;
}
</style>
border-color css
<style>
span { border-color: #8DAF16; }
span { border-color: rgb(141,175,22); }
td.TdClassName
{
border-color: #8DAF16;
}
.TagClassName
{
border-color: #8DAF16;
}
</style>