Shades of Limerick #8DAB42
Tints of Limerick #8DAB42
RGB
CMYK
RGB Variations
Color information
#8DAB42 (or 0x8DAB42) is known color: Limerick. HEX triplet: 8D, AB and 42. RGB value is (141,171,66). Sum of RGB (Red+Green+Blue) = 141+171+66=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB42 is #7254BD. Grayscale: #969696. Windows color (decimal): -7492798 or 4369293. OLE color: 4369293.
HSL color Cylindrical-coordinate representation of color #8DAB42: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DAB42 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 66 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.33 |
| HSL | 77.14º | 0.44% | 0.46% | - |
| HSV(B) | 77.14º | 0.61% | 0.67% | - |
| XYZ | 26.53 | 35.18 | 10.55 | - |
| YUV | 150.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 66 | 0.18 | 0 | 0.61 | 0.33 | 77.14 | 0.44 | 0.46 |
| Hex | 8D | AB | 42 | 12 | 0 | 3D | 21 | 4D | 2C | 2E |
| Octal | 215 | 253 | 102 | 22 | 0 | 75 | 41 | 115 | 54 | 56 |
| Binary | 10001101 | 10101011 | 1000010 | 10010 | 0 | 111101 | 100001 | 1001101 | 101100 | 101110 |
Color Harmonies of #8DAB42
Complementary color
Monochromatic Colors of #8DAB42
Black with #8DAB42
Text Example
Text Example
White with #8DAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB42; }
p { color: rgb(141,171,66); }
H1.HeaderClassName
{
color: #8DAB42;
}
.AnyTagClassName
{
color: #8DAB42;
}
</style>
background-color css
<style>
a { background-color: #8DAB42; }
a { background-color: rgb(141,171,66); }
div.DivClassName
{
background-color: #8DAB42;
}
.BgClassName
{
background-color: #8DAB42;
}
</style>
border-color css
<style>
span { border-color: #8DAB42; }
span { border-color: rgb(141,171,66); }
td.TdClassName
{
border-color: #8DAB42;
}
.TagClassName
{
border-color: #8DAB42;
}
</style>