Shades of Limerick #8DA61D
Tints of Limerick #8DA61D
RGB
CMYK
RGB Variations
Color information
#8DA61D (or 0x8DA61D) is known color: Limerick. HEX triplet: 8D, A6 and 1D. RGB value is (141,166,29). Sum of RGB (Red+Green+Blue) = 141+166+29=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA61D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA61D is #7259E2. Grayscale: #8F8F8F. Windows color (decimal): -7494115 or 1943181. OLE color: 1943181.
HSL color Cylindrical-coordinate representation of color #8DA61D: hue angle of 70.95º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DA61D is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 29 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.35 |
| HSL | 70.95º | 0.7% | 0.38% | - |
| HSV(B) | 70.95º | 0.83% | 0.65% | - |
| XYZ | 24.84 | 33.02 | 6.23 | - |
| YUV | 142.91 | 63.72 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 29 | 0.15 | 0 | 0.83 | 0.35 | 70.95 | 0.7 | 0.38 |
| Hex | 8D | A6 | 1D | F | 0 | 53 | 23 | 47 | 46 | 26 |
| Octal | 215 | 246 | 35 | 17 | 0 | 123 | 43 | 107 | 106 | 46 |
| Binary | 10001101 | 10100110 | 11101 | 1111 | 0 | 1010011 | 100011 | 1000111 | 1000110 | 100110 |
Color Harmonies of #8DA61D
Complementary color
Monochromatic Colors of #8DA61D
Black with #8DA61D
Text Example
Text Example
White with #8DA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA61D; }
p { color: rgb(141,166,29); }
H1.HeaderClassName
{
color: #8DA61D;
}
.AnyTagClassName
{
color: #8DA61D;
}
</style>
background-color css
<style>
a { background-color: #8DA61D; }
a { background-color: rgb(141,166,29); }
div.DivClassName
{
background-color: #8DA61D;
}
.BgClassName
{
background-color: #8DA61D;
}
</style>
border-color css
<style>
span { border-color: #8DA61D; }
span { border-color: rgb(141,166,29); }
td.TdClassName
{
border-color: #8DA61D;
}
.TagClassName
{
border-color: #8DA61D;
}
</style>