Shades of Limerick #8CAC41
Tints of Limerick #8CAC41
RGB
CMYK
RGB Variations
Color information
#8CAC41 (or 0x8CAC41) is known color: Limerick. HEX triplet: 8C, AC and 41. RGB value is (140,172,65). Sum of RGB (Red+Green+Blue) = 140+172+65=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC41 is #7353BE. Grayscale: #969696. Windows color (decimal): -7558079 or 4304012. OLE color: 4304012.
HSL color Cylindrical-coordinate representation of color #8CAC41: hue angle of 77.94º 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 #8CAC41 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 65 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.33 |
| HSL | 77.94º | 0.45% | 0.46% | - |
| HSV(B) | 77.94º | 0.62% | 0.67% | - |
| XYZ | 26.52 | 35.46 | 10.45 | - |
| YUV | 150.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 65 | 0.19 | 0 | 0.62 | 0.33 | 77.94 | 0.45 | 0.46 |
| Hex | 8C | AC | 41 | 13 | 0 | 3E | 21 | 4E | 2D | 2E |
| Octal | 214 | 254 | 101 | 23 | 0 | 76 | 41 | 116 | 55 | 56 |
| Binary | 10001100 | 10101100 | 1000001 | 10011 | 0 | 111110 | 100001 | 1001110 | 101101 | 101110 |
Color Harmonies of #8CAC41
Complementary color
Monochromatic Colors of #8CAC41
Black with #8CAC41
Text Example
Text Example
White with #8CAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC41; }
p { color: rgb(140,172,65); }
H1.HeaderClassName
{
color: #8CAC41;
}
.AnyTagClassName
{
color: #8CAC41;
}
</style>
background-color css
<style>
a { background-color: #8CAC41; }
a { background-color: rgb(140,172,65); }
div.DivClassName
{
background-color: #8CAC41;
}
.BgClassName
{
background-color: #8CAC41;
}
</style>
border-color css
<style>
span { border-color: #8CAC41; }
span { border-color: rgb(140,172,65); }
td.TdClassName
{
border-color: #8CAC41;
}
.TagClassName
{
border-color: #8CAC41;
}
</style>