Shades of Limerick #8DAC41
Tints of Limerick #8DAC41
RGB
CMYK
RGB Variations
Color information
#8DAC41 (or 0x8DAC41) is known color: Limerick. HEX triplet: 8D, AC and 41. RGB value is (141,172,65). Sum of RGB (Red+Green+Blue) = 141+172+65=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC41 is #7253BE. Grayscale: #969696. Windows color (decimal): -7492543 or 4304013. OLE color: 4304013.
HSL color Cylindrical-coordinate representation of color #8DAC41: hue angle of 77.38º 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 #8DAC41 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 65 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.33 |
| HSL | 77.38º | 0.45% | 0.46% | - |
| HSV(B) | 77.38º | 0.62% | 0.67% | - |
| XYZ | 26.69 | 35.55 | 10.46 | - |
| YUV | 150.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 65 | 0.18 | 0 | 0.62 | 0.33 | 77.38 | 0.45 | 0.46 |
| Hex | 8D | AC | 41 | 12 | 0 | 3E | 21 | 4D | 2D | 2E |
| Octal | 215 | 254 | 101 | 22 | 0 | 76 | 41 | 115 | 55 | 56 |
| Binary | 10001101 | 10101100 | 1000001 | 10010 | 0 | 111110 | 100001 | 1001101 | 101101 | 101110 |
Color Harmonies of #8DAC41
Complementary color
Monochromatic Colors of #8DAC41
Black with #8DAC41
Text Example
Text Example
White with #8DAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC41; }
p { color: rgb(141,172,65); }
H1.HeaderClassName
{
color: #8DAC41;
}
.AnyTagClassName
{
color: #8DAC41;
}
</style>
background-color css
<style>
a { background-color: #8DAC41; }
a { background-color: rgb(141,172,65); }
div.DivClassName
{
background-color: #8DAC41;
}
.BgClassName
{
background-color: #8DAC41;
}
</style>
border-color css
<style>
span { border-color: #8DAC41; }
span { border-color: rgb(141,172,65); }
td.TdClassName
{
border-color: #8DAC41;
}
.TagClassName
{
border-color: #8DAC41;
}
</style>