Shades of Limerick #8DAC2A
Tints of Limerick #8DAC2A
RGB
CMYK
RGB Variations
Color information
#8DAC2A (or 0x8DAC2A) is known color: Limerick. HEX triplet: 8D, AC and 2A. RGB value is (141,172,42). Sum of RGB (Red+Green+Blue) = 141+172+42=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC2A is #7253D5. Grayscale: #949494. Windows color (decimal): -7492566 or 2796685. OLE color: 2796685.
HSL color Cylindrical-coordinate representation of color #8DAC2A: hue angle of 74.31º degrees, saturation: 0.61, 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 #8DAC2A is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 42 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.33 |
| HSL | 74.31º | 0.61% | 0.42% | - |
| HSV(B) | 74.31º | 0.76% | 0.67% | - |
| XYZ | 26.15 | 35.33 | 7.63 | - |
| YUV | 147.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 42 | 0.18 | 0 | 0.76 | 0.33 | 74.31 | 0.61 | 0.42 |
| Hex | 8D | AC | 2A | 12 | 0 | 4C | 21 | 4A | 3D | 2A |
| Octal | 215 | 254 | 52 | 22 | 0 | 114 | 41 | 112 | 75 | 52 |
| Binary | 10001101 | 10101100 | 101010 | 10010 | 0 | 1001100 | 100001 | 1001010 | 111101 | 101010 |
Color Harmonies of #8DAC2A
Complementary color
Monochromatic Colors of #8DAC2A
Black with #8DAC2A
Text Example
Text Example
White with #8DAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC2A; }
p { color: rgb(141,172,42); }
H1.HeaderClassName
{
color: #8DAC2A;
}
.AnyTagClassName
{
color: #8DAC2A;
}
</style>
background-color css
<style>
a { background-color: #8DAC2A; }
a { background-color: rgb(141,172,42); }
div.DivClassName
{
background-color: #8DAC2A;
}
.BgClassName
{
background-color: #8DAC2A;
}
</style>
border-color css
<style>
span { border-color: #8DAC2A; }
span { border-color: rgb(141,172,42); }
td.TdClassName
{
border-color: #8DAC2A;
}
.TagClassName
{
border-color: #8DAC2A;
}
</style>