Shades of Limerick #8FAC41
Tints of Limerick #8FAC41
RGB
CMYK
RGB Variations
Color information
#8FAC41 (or 0x8FAC41) is known color: Limerick. HEX triplet: 8F, AC and 41. RGB value is (143,172,65). Sum of RGB (Red+Green+Blue) = 143+172+65=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC41 is #7053BE. Grayscale: #979797. Windows color (decimal): -7361471 or 4304015. OLE color: 4304015.
HSL color Cylindrical-coordinate representation of color #8FAC41: hue angle of 76.26º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FAC41 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 65 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.33 |
| HSL | 76.26º | 0.45% | 0.46% | - |
| HSV(B) | 76.26º | 0.62% | 0.67% | - |
| XYZ | 27.03 | 35.73 | 10.47 | - |
| YUV | 151.13 | 79.39 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 65 | 0.17 | 0 | 0.62 | 0.33 | 76.26 | 0.45 | 0.46 |
| Hex | 8F | AC | 41 | 11 | 0 | 3E | 21 | 4C | 2D | 2E |
| Octal | 217 | 254 | 101 | 21 | 0 | 76 | 41 | 114 | 55 | 56 |
| Binary | 10001111 | 10101100 | 1000001 | 10001 | 0 | 111110 | 100001 | 1001100 | 101101 | 101110 |
Color Harmonies of #8FAC41
Complementary color
Monochromatic Colors of #8FAC41
Black with #8FAC41
Text Example
Text Example
White with #8FAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC41; }
p { color: rgb(143,172,65); }
H1.HeaderClassName
{
color: #8FAC41;
}
.AnyTagClassName
{
color: #8FAC41;
}
</style>
background-color css
<style>
a { background-color: #8FAC41; }
a { background-color: rgb(143,172,65); }
div.DivClassName
{
background-color: #8FAC41;
}
.BgClassName
{
background-color: #8FAC41;
}
</style>
border-color css
<style>
span { border-color: #8FAC41; }
span { border-color: rgb(143,172,65); }
td.TdClassName
{
border-color: #8FAC41;
}
.TagClassName
{
border-color: #8FAC41;
}
</style>