Shades of Limerick #8DAC29
Tints of Limerick #8DAC29
RGB
CMYK
RGB Variations
Color information
#8DAC29 (or 0x8DAC29) is known color: Limerick. HEX triplet: 8D, AC and 29. RGB value is (141,172,41). Sum of RGB (Red+Green+Blue) = 141+172+41=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC29 is #7253D6. Grayscale: #949494. Windows color (decimal): -7492567 or 2731149. OLE color: 2731149.
HSL color Cylindrical-coordinate representation of color #8DAC29: hue angle of 74.2º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DAC29 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 41 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.33 |
| HSL | 74.2º | 0.62% | 0.42% | - |
| HSV(B) | 74.2º | 0.76% | 0.67% | - |
| XYZ | 26.14 | 35.33 | 7.54 | - |
| YUV | 147.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 41 | 0.18 | 0 | 0.76 | 0.33 | 74.2 | 0.62 | 0.42 |
| Hex | 8D | AC | 29 | 12 | 0 | 4C | 21 | 4A | 3E | 2A |
| Octal | 215 | 254 | 51 | 22 | 0 | 114 | 41 | 112 | 76 | 52 |
| Binary | 10001101 | 10101100 | 101001 | 10010 | 0 | 1001100 | 100001 | 1001010 | 111110 | 101010 |
Color Harmonies of #8DAC29
Complementary color
Monochromatic Colors of #8DAC29
Black with #8DAC29
Text Example
Text Example
White with #8DAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC29; }
p { color: rgb(141,172,41); }
H1.HeaderClassName
{
color: #8DAC29;
}
.AnyTagClassName
{
color: #8DAC29;
}
</style>
background-color css
<style>
a { background-color: #8DAC29; }
a { background-color: rgb(141,172,41); }
div.DivClassName
{
background-color: #8DAC29;
}
.BgClassName
{
background-color: #8DAC29;
}
</style>
border-color css
<style>
span { border-color: #8DAC29; }
span { border-color: rgb(141,172,41); }
td.TdClassName
{
border-color: #8DAC29;
}
.TagClassName
{
border-color: #8DAC29;
}
</style>