Shades of Limerick #8DAA29
Tints of Limerick #8DAA29
RGB
CMYK
RGB Variations
Color information
#8DAA29 (or 0x8DAA29) is known color: Limerick. HEX triplet: 8D, AA and 29. RGB value is (141,170,41). Sum of RGB (Red+Green+Blue) = 141+170+41=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA29 is #7255D6. Grayscale: #939393. Windows color (decimal): -7493079 or 2730637. OLE color: 2730637.
HSL color Cylindrical-coordinate representation of color #8DAA29: hue angle of 73.49º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DAA29 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 41 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.33 |
| HSL | 73.49º | 0.61% | 0.41% | - |
| HSV(B) | 73.49º | 0.76% | 0.67% | - |
| XYZ | 25.76 | 34.57 | 7.41 | - |
| YUV | 146.62 | 68.39 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 41 | 0.17 | 0 | 0.76 | 0.33 | 73.49 | 0.61 | 0.41 |
| Hex | 8D | AA | 29 | 11 | 0 | 4C | 21 | 49 | 3D | 29 |
| Octal | 215 | 252 | 51 | 21 | 0 | 114 | 41 | 111 | 75 | 51 |
| Binary | 10001101 | 10101010 | 101001 | 10001 | 0 | 1001100 | 100001 | 1001001 | 111101 | 101001 |
Color Harmonies of #8DAA29
Complementary color
Monochromatic Colors of #8DAA29
Black with #8DAA29
Text Example
Text Example
White with #8DAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA29; }
p { color: rgb(141,170,41); }
H1.HeaderClassName
{
color: #8DAA29;
}
.AnyTagClassName
{
color: #8DAA29;
}
</style>
background-color css
<style>
a { background-color: #8DAA29; }
a { background-color: rgb(141,170,41); }
div.DivClassName
{
background-color: #8DAA29;
}
.BgClassName
{
background-color: #8DAA29;
}
</style>
border-color css
<style>
span { border-color: #8DAA29; }
span { border-color: rgb(141,170,41); }
td.TdClassName
{
border-color: #8DAA29;
}
.TagClassName
{
border-color: #8DAA29;
}
</style>