Shades of Limerick #8DAD1D
Tints of Limerick #8DAD1D
RGB
CMYK
RGB Variations
Color information
#8DAD1D (or 0x8DAD1D) is known color: Limerick. HEX triplet: 8D, AD and 1D. RGB value is (141,173,29). Sum of RGB (Red+Green+Blue) = 141+173+29=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAD1D is #7252E2. Grayscale: #939393. Windows color (decimal): -7492323 or 1944973. OLE color: 1944973.
HSL color Cylindrical-coordinate representation of color #8DAD1D: hue angle of 73.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DAD1D is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 29 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.32 |
| HSL | 73.33º | 0.71% | 0.4% | - |
| HSV(B) | 73.33º | 0.83% | 0.68% | - |
| XYZ | 26.15 | 35.64 | 6.66 | - |
| YUV | 147.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 29 | 0.18 | 0 | 0.83 | 0.32 | 73.33 | 0.71 | 0.4 |
| Hex | 8D | AD | 1D | 12 | 0 | 53 | 20 | 49 | 47 | 28 |
| Octal | 215 | 255 | 35 | 22 | 0 | 123 | 40 | 111 | 107 | 50 |
| Binary | 10001101 | 10101101 | 11101 | 10010 | 0 | 1010011 | 100000 | 1001001 | 1000111 | 101000 |
Color Harmonies of #8DAD1D
Complementary color
Monochromatic Colors of #8DAD1D
Black with #8DAD1D
Text Example
Text Example
White with #8DAD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD1D; }
p { color: rgb(141,173,29); }
H1.HeaderClassName
{
color: #8DAD1D;
}
.AnyTagClassName
{
color: #8DAD1D;
}
</style>
background-color css
<style>
a { background-color: #8DAD1D; }
a { background-color: rgb(141,173,29); }
div.DivClassName
{
background-color: #8DAD1D;
}
.BgClassName
{
background-color: #8DAD1D;
}
</style>
border-color css
<style>
span { border-color: #8DAD1D; }
span { border-color: rgb(141,173,29); }
td.TdClassName
{
border-color: #8DAD1D;
}
.TagClassName
{
border-color: #8DAD1D;
}
</style>