Shades of Limerick #8DAC2D
Tints of Limerick #8DAC2D
RGB
CMYK
RGB Variations
Color information
#8DAC2D (or 0x8DAC2D) is known color: Limerick. HEX triplet: 8D, AC and 2D. RGB value is (141,172,45). Sum of RGB (Red+Green+Blue) = 141+172+45=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC2D is #7253D2. Grayscale: #949494. Windows color (decimal): -7492563 or 2993293. OLE color: 2993293.
HSL color Cylindrical-coordinate representation of color #8DAC2D: hue angle of 74.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DAC2D is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 45 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.33 |
| HSL | 74.65º | 0.59% | 0.43% | - |
| HSV(B) | 74.65º | 0.74% | 0.67% | - |
| XYZ | 26.21 | 35.36 | 7.93 | - |
| YUV | 148.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 45 | 0.18 | 0 | 0.74 | 0.33 | 74.65 | 0.59 | 0.43 |
| Hex | 8D | AC | 2D | 12 | 0 | 4A | 21 | 4B | 3B | 2B |
| Octal | 215 | 254 | 55 | 22 | 0 | 112 | 41 | 113 | 73 | 53 |
| Binary | 10001101 | 10101100 | 101101 | 10010 | 0 | 1001010 | 100001 | 1001011 | 111011 | 101011 |
Color Harmonies of #8DAC2D
Complementary color
Monochromatic Colors of #8DAC2D
Black with #8DAC2D
Text Example
Text Example
White with #8DAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC2D; }
p { color: rgb(141,172,45); }
H1.HeaderClassName
{
color: #8DAC2D;
}
.AnyTagClassName
{
color: #8DAC2D;
}
</style>
background-color css
<style>
a { background-color: #8DAC2D; }
a { background-color: rgb(141,172,45); }
div.DivClassName
{
background-color: #8DAC2D;
}
.BgClassName
{
background-color: #8DAC2D;
}
</style>
border-color css
<style>
span { border-color: #8DAC2D; }
span { border-color: rgb(141,172,45); }
td.TdClassName
{
border-color: #8DAC2D;
}
.TagClassName
{
border-color: #8DAC2D;
}
</style>