Shades of Limerick #8FAC37
Tints of Limerick #8FAC37
RGB
CMYK
RGB Variations
Color information
#8FAC37 (or 0x8FAC37) is known color: Limerick. HEX triplet: 8F, AC and 37. RGB value is (143,172,55). Sum of RGB (Red+Green+Blue) = 143+172+55=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC37 is #7053C8. Grayscale: #969696. Windows color (decimal): -7361481 or 3648655. OLE color: 3648655.
HSL color Cylindrical-coordinate representation of color #8FAC37: hue angle of 74.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FAC37 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 55 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.33 |
| HSL | 74.87º | 0.52% | 0.45% | - |
| HSV(B) | 74.87º | 0.68% | 0.67% | - |
| XYZ | 26.77 | 35.62 | 9.08 | - |
| YUV | 149.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 55 | 0.17 | 0 | 0.68 | 0.33 | 74.87 | 0.52 | 0.45 |
| Hex | 8F | AC | 37 | 11 | 0 | 44 | 21 | 4B | 34 | 2D |
| Octal | 217 | 254 | 67 | 21 | 0 | 104 | 41 | 113 | 64 | 55 |
| Binary | 10001111 | 10101100 | 110111 | 10001 | 0 | 1000100 | 100001 | 1001011 | 110100 | 101101 |
Color Harmonies of #8FAC37
Complementary color
Monochromatic Colors of #8FAC37
Black with #8FAC37
Text Example
Text Example
White with #8FAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC37; }
p { color: rgb(143,172,55); }
H1.HeaderClassName
{
color: #8FAC37;
}
.AnyTagClassName
{
color: #8FAC37;
}
</style>
background-color css
<style>
a { background-color: #8FAC37; }
a { background-color: rgb(143,172,55); }
div.DivClassName
{
background-color: #8FAC37;
}
.BgClassName
{
background-color: #8FAC37;
}
</style>
border-color css
<style>
span { border-color: #8FAC37; }
span { border-color: rgb(143,172,55); }
td.TdClassName
{
border-color: #8FAC37;
}
.TagClassName
{
border-color: #8FAC37;
}
</style>