Shades of Limerick #8DAA41
Tints of Limerick #8DAA41
RGB
CMYK
RGB Variations
Color information
#8DAA41 (or 0x8DAA41) is known color: Limerick. HEX triplet: 8D, AA and 41. RGB value is (141,170,65). Sum of RGB (Red+Green+Blue) = 141+170+65=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA41 is #7255BE. Grayscale: #959595. Windows color (decimal): -7493055 or 4303501. OLE color: 4303501.
HSL color Cylindrical-coordinate representation of color #8DAA41: hue angle of 76.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DAA41 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 65 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.33 |
| HSL | 76.57º | 0.45% | 0.46% | - |
| HSV(B) | 76.57º | 0.62% | 0.67% | - |
| XYZ | 26.31 | 34.79 | 10.33 | - |
| YUV | 149.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 65 | 0.17 | 0 | 0.62 | 0.33 | 76.57 | 0.45 | 0.46 |
| Hex | 8D | AA | 41 | 11 | 0 | 3E | 21 | 4D | 2D | 2E |
| Octal | 215 | 252 | 101 | 21 | 0 | 76 | 41 | 115 | 55 | 56 |
| Binary | 10001101 | 10101010 | 1000001 | 10001 | 0 | 111110 | 100001 | 1001101 | 101101 | 101110 |
Color Harmonies of #8DAA41
Complementary color
Monochromatic Colors of #8DAA41
Black with #8DAA41
Text Example
Text Example
White with #8DAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA41; }
p { color: rgb(141,170,65); }
H1.HeaderClassName
{
color: #8DAA41;
}
.AnyTagClassName
{
color: #8DAA41;
}
</style>
background-color css
<style>
a { background-color: #8DAA41; }
a { background-color: rgb(141,170,65); }
div.DivClassName
{
background-color: #8DAA41;
}
.BgClassName
{
background-color: #8DAA41;
}
</style>
border-color css
<style>
span { border-color: #8DAA41; }
span { border-color: rgb(141,170,65); }
td.TdClassName
{
border-color: #8DAA41;
}
.TagClassName
{
border-color: #8DAA41;
}
</style>