Shades of Limerick #8FAC15
Tints of Limerick #8FAC15
RGB
CMYK
RGB Variations
Color information
#8FAC15 (or 0x8FAC15) is known color: Limerick. HEX triplet: 8F, AC and 15. RGB value is (143,172,21). Sum of RGB (Red+Green+Blue) = 143+172+21=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC15 is #7053EA. Grayscale: #929292. Windows color (decimal): -7361515 or 1420431. OLE color: 1420431.
HSL color Cylindrical-coordinate representation of color #8FAC15: hue angle of 71.52º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8FAC15 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 21 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.33 |
| HSL | 71.52º | 0.78% | 0.38% | - |
| HSV(B) | 71.52º | 0.88% | 0.67% | - |
| XYZ | 26.22 | 35.4 | 6.16 | - |
| YUV | 146.12 | 57.39 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 21 | 0.17 | 0 | 0.88 | 0.33 | 71.52 | 0.78 | 0.38 |
| Hex | 8F | AC | 15 | 11 | 0 | 58 | 21 | 48 | 4E | 26 |
| Octal | 217 | 254 | 25 | 21 | 0 | 130 | 41 | 110 | 116 | 46 |
| Binary | 10001111 | 10101100 | 10101 | 10001 | 0 | 1011000 | 100001 | 1001000 | 1001110 | 100110 |
Color Harmonies of #8FAC15
Complementary color
Monochromatic Colors of #8FAC15
Black with #8FAC15
Text Example
Text Example
White with #8FAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC15; }
p { color: rgb(143,172,21); }
H1.HeaderClassName
{
color: #8FAC15;
}
.AnyTagClassName
{
color: #8FAC15;
}
</style>
background-color css
<style>
a { background-color: #8FAC15; }
a { background-color: rgb(143,172,21); }
div.DivClassName
{
background-color: #8FAC15;
}
.BgClassName
{
background-color: #8FAC15;
}
</style>
border-color css
<style>
span { border-color: #8FAC15; }
span { border-color: rgb(143,172,21); }
td.TdClassName
{
border-color: #8FAC15;
}
.TagClassName
{
border-color: #8FAC15;
}
</style>