Shades of Limerick #8FAC16
Tints of Limerick #8FAC16
RGB
CMYK
RGB Variations
Color information
#8FAC16 (or 0x8FAC16) is known color: Limerick. HEX triplet: 8F, AC and 16. RGB value is (143,172,22). Sum of RGB (Red+Green+Blue) = 143+172+22=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC16 is #7053E9. Grayscale: #929292. Windows color (decimal): -7361514 or 1485967. OLE color: 1485967.
HSL color Cylindrical-coordinate representation of color #8FAC16: hue angle of 71.6º 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 #8FAC16 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 22 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.33 |
| HSL | 71.6º | 0.77% | 0.38% | - |
| HSV(B) | 71.6º | 0.87% | 0.67% | - |
| XYZ | 26.23 | 35.4 | 6.21 | - |
| YUV | 146.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 22 | 0.17 | 0 | 0.87 | 0.33 | 71.6 | 0.77 | 0.38 |
| Hex | 8F | AC | 16 | 11 | 0 | 57 | 21 | 48 | 4D | 26 |
| Octal | 217 | 254 | 26 | 21 | 0 | 127 | 41 | 110 | 115 | 46 |
| Binary | 10001111 | 10101100 | 10110 | 10001 | 0 | 1010111 | 100001 | 1001000 | 1001101 | 100110 |
Color Harmonies of #8FAC16
Complementary color
Monochromatic Colors of #8FAC16
Black with #8FAC16
Text Example
Text Example
White with #8FAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC16; }
p { color: rgb(143,172,22); }
H1.HeaderClassName
{
color: #8FAC16;
}
.AnyTagClassName
{
color: #8FAC16;
}
</style>
background-color css
<style>
a { background-color: #8FAC16; }
a { background-color: rgb(143,172,22); }
div.DivClassName
{
background-color: #8FAC16;
}
.BgClassName
{
background-color: #8FAC16;
}
</style>
border-color css
<style>
span { border-color: #8FAC16; }
span { border-color: rgb(143,172,22); }
td.TdClassName
{
border-color: #8FAC16;
}
.TagClassName
{
border-color: #8FAC16;
}
</style>