Shades of Limerick #8DAD20
Tints of Limerick #8DAD20
RGB
CMYK
RGB Variations
Color information
#8DAD20 (or 0x8DAD20) is known color: Limerick. HEX triplet: 8D, AD and 20. RGB value is (141,173,32). Sum of RGB (Red+Green+Blue) = 141+173+32=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD20 is #7252DF. Grayscale: #939393. Windows color (decimal): -7492320 or 2141581. OLE color: 2141581.
HSL color Cylindrical-coordinate representation of color #8DAD20: hue angle of 73.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DAD20 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 32 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.32 |
| HSL | 73.62º | 0.69% | 0.4% | - |
| HSV(B) | 73.62º | 0.82% | 0.68% | - |
| XYZ | 26.19 | 35.65 | 6.87 | - |
| YUV | 147.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 32 | 0.18 | 0 | 0.82 | 0.32 | 73.62 | 0.69 | 0.4 |
| Hex | 8D | AD | 20 | 12 | 0 | 52 | 20 | 4A | 45 | 28 |
| Octal | 215 | 255 | 40 | 22 | 0 | 122 | 40 | 112 | 105 | 50 |
| Binary | 10001101 | 10101101 | 100000 | 10010 | 0 | 1010010 | 100000 | 1001010 | 1000101 | 101000 |
Color Harmonies of #8DAD20
Complementary color
Monochromatic Colors of #8DAD20
Black with #8DAD20
Text Example
Text Example
White with #8DAD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD20; }
p { color: rgb(141,173,32); }
H1.HeaderClassName
{
color: #8DAD20;
}
.AnyTagClassName
{
color: #8DAD20;
}
</style>
background-color css
<style>
a { background-color: #8DAD20; }
a { background-color: rgb(141,173,32); }
div.DivClassName
{
background-color: #8DAD20;
}
.BgClassName
{
background-color: #8DAD20;
}
</style>
border-color css
<style>
span { border-color: #8DAD20; }
span { border-color: rgb(141,173,32); }
td.TdClassName
{
border-color: #8DAD20;
}
.TagClassName
{
border-color: #8DAD20;
}
</style>