Shades of Limerick #8DA72E
Tints of Limerick #8DA72E
RGB
CMYK
RGB Variations
Color information
#8DA72E (or 0x8DA72E) is known color: Limerick. HEX triplet: 8D, A7 and 2E. RGB value is (141,167,46). Sum of RGB (Red+Green+Blue) = 141+167+46=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA72E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA72E is #7258D1. Grayscale: #919191. Windows color (decimal): -7493842 or 3057549. OLE color: 3057549.
HSL color Cylindrical-coordinate representation of color #8DA72E: hue angle of 72.89º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DA72E is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 46 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.35 |
| HSL | 72.89º | 0.57% | 0.42% | - |
| HSV(B) | 72.89º | 0.72% | 0.65% | - |
| XYZ | 25.3 | 33.5 | 7.72 | - |
| YUV | 145.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 46 | 0.16 | 0 | 0.72 | 0.35 | 72.89 | 0.57 | 0.42 |
| Hex | 8D | A7 | 2E | 10 | 0 | 48 | 23 | 49 | 39 | 2A |
| Octal | 215 | 247 | 56 | 20 | 0 | 110 | 43 | 111 | 71 | 52 |
| Binary | 10001101 | 10100111 | 101110 | 10000 | 0 | 1001000 | 100011 | 1001001 | 111001 | 101010 |
Color Harmonies of #8DA72E
Complementary color
Monochromatic Colors of #8DA72E
Black with #8DA72E
Text Example
Text Example
White with #8DA72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA72E; }
p { color: rgb(141,167,46); }
H1.HeaderClassName
{
color: #8DA72E;
}
.AnyTagClassName
{
color: #8DA72E;
}
</style>
background-color css
<style>
a { background-color: #8DA72E; }
a { background-color: rgb(141,167,46); }
div.DivClassName
{
background-color: #8DA72E;
}
.BgClassName
{
background-color: #8DA72E;
}
</style>
border-color css
<style>
span { border-color: #8DA72E; }
span { border-color: rgb(141,167,46); }
td.TdClassName
{
border-color: #8DA72E;
}
.TagClassName
{
border-color: #8DA72E;
}
</style>