Shades of Limerick #8DA52C
Tints of Limerick #8DA52C
RGB
CMYK
RGB Variations
Color information
#8DA52C (or 0x8DA52C) is known color: Limerick. HEX triplet: 8D, A5 and 2C. RGB value is (141,165,44). Sum of RGB (Red+Green+Blue) = 141+165+44=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA52C is #725AD3. Grayscale: #909090. Windows color (decimal): -7494356 or 2925965. OLE color: 2925965.
HSL color Cylindrical-coordinate representation of color #8DA52C: hue angle of 71.9º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DA52C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 44 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.35 |
| HSL | 71.9º | 0.58% | 0.41% | - |
| HSV(B) | 71.9º | 0.73% | 0.65% | - |
| XYZ | 24.89 | 32.75 | 7.39 | - |
| YUV | 144.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 44 | 0.15 | 0 | 0.73 | 0.35 | 71.9 | 0.58 | 0.41 |
| Hex | 8D | A5 | 2C | F | 0 | 49 | 23 | 48 | 3A | 29 |
| Octal | 215 | 245 | 54 | 17 | 0 | 111 | 43 | 110 | 72 | 51 |
| Binary | 10001101 | 10100101 | 101100 | 1111 | 0 | 1001001 | 100011 | 1001000 | 111010 | 101001 |
Color Harmonies of #8DA52C
Complementary color
Monochromatic Colors of #8DA52C
Black with #8DA52C
Text Example
Text Example
White with #8DA52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA52C; }
p { color: rgb(141,165,44); }
H1.HeaderClassName
{
color: #8DA52C;
}
.AnyTagClassName
{
color: #8DA52C;
}
</style>
background-color css
<style>
a { background-color: #8DA52C; }
a { background-color: rgb(141,165,44); }
div.DivClassName
{
background-color: #8DA52C;
}
.BgClassName
{
background-color: #8DA52C;
}
</style>
border-color css
<style>
span { border-color: #8DA52C; }
span { border-color: rgb(141,165,44); }
td.TdClassName
{
border-color: #8DA52C;
}
.TagClassName
{
border-color: #8DA52C;
}
</style>