Shades of Limerick #8DA529
Tints of Limerick #8DA529
RGB
CMYK
RGB Variations
Color information
#8DA529 (or 0x8DA529) is known color: Limerick. HEX triplet: 8D, A5 and 29. RGB value is (141,165,41). Sum of RGB (Red+Green+Blue) = 141+165+41=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA529 is #725AD6. Grayscale: #909090. Windows color (decimal): -7494359 or 2729357. OLE color: 2729357.
HSL color Cylindrical-coordinate representation of color #8DA529: hue angle of 71.61º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DA529 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 41 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.35 |
| HSL | 71.61º | 0.6% | 0.4% | - |
| HSV(B) | 71.61º | 0.75% | 0.65% | - |
| XYZ | 24.84 | 32.73 | 7.11 | - |
| YUV | 143.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 41 | 0.15 | 0 | 0.75 | 0.35 | 71.61 | 0.6 | 0.4 |
| Hex | 8D | A5 | 29 | F | 0 | 4B | 23 | 48 | 3C | 28 |
| Octal | 215 | 245 | 51 | 17 | 0 | 113 | 43 | 110 | 74 | 50 |
| Binary | 10001101 | 10100101 | 101001 | 1111 | 0 | 1001011 | 100011 | 1001000 | 111100 | 101000 |
Color Harmonies of #8DA529
Complementary color
Monochromatic Colors of #8DA529
Black with #8DA529
Text Example
Text Example
White with #8DA529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA529; }
p { color: rgb(141,165,41); }
H1.HeaderClassName
{
color: #8DA529;
}
.AnyTagClassName
{
color: #8DA529;
}
</style>
background-color css
<style>
a { background-color: #8DA529; }
a { background-color: rgb(141,165,41); }
div.DivClassName
{
background-color: #8DA529;
}
.BgClassName
{
background-color: #8DA529;
}
</style>
border-color css
<style>
span { border-color: #8DA529; }
span { border-color: rgb(141,165,41); }
td.TdClassName
{
border-color: #8DA529;
}
.TagClassName
{
border-color: #8DA529;
}
</style>