Shades of Limerick #8FAC18
Tints of Limerick #8FAC18
RGB
CMYK
RGB Variations
Color information
#8FAC18 (or 0x8FAC18) is known color: Limerick. HEX triplet: 8F, AC and 18. RGB value is (143,172,24). Sum of RGB (Red+Green+Blue) = 143+172+24=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC18 is #7053E7. Grayscale: #939393. Windows color (decimal): -7361512 or 1617039. OLE color: 1617039.
HSL color Cylindrical-coordinate representation of color #8FAC18: hue angle of 71.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FAC18 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 24 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.33 |
| HSL | 71.76º | 0.76% | 0.38% | - |
| HSV(B) | 71.76º | 0.86% | 0.67% | - |
| XYZ | 26.25 | 35.41 | 6.32 | - |
| YUV | 146.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 24 | 0.17 | 0 | 0.86 | 0.33 | 71.76 | 0.76 | 0.38 |
| Hex | 8F | AC | 18 | 11 | 0 | 56 | 21 | 48 | 4C | 26 |
| Octal | 217 | 254 | 30 | 21 | 0 | 126 | 41 | 110 | 114 | 46 |
| Binary | 10001111 | 10101100 | 11000 | 10001 | 0 | 1010110 | 100001 | 1001000 | 1001100 | 100110 |
Color Harmonies of #8FAC18
Complementary color
Monochromatic Colors of #8FAC18
Black with #8FAC18
Text Example
Text Example
White with #8FAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC18; }
p { color: rgb(143,172,24); }
H1.HeaderClassName
{
color: #8FAC18;
}
.AnyTagClassName
{
color: #8FAC18;
}
</style>
background-color css
<style>
a { background-color: #8FAC18; }
a { background-color: rgb(143,172,24); }
div.DivClassName
{
background-color: #8FAC18;
}
.BgClassName
{
background-color: #8FAC18;
}
</style>
border-color css
<style>
span { border-color: #8FAC18; }
span { border-color: rgb(143,172,24); }
td.TdClassName
{
border-color: #8FAC18;
}
.TagClassName
{
border-color: #8FAC18;
}
</style>