Shades of Limerick #8DAB2C
Tints of Limerick #8DAB2C
RGB
CMYK
RGB Variations
Color information
#8DAB2C (or 0x8DAB2C) is known color: Limerick. HEX triplet: 8D, AB and 2C. RGB value is (141,171,44). Sum of RGB (Red+Green+Blue) = 141+171+44=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAB2C is #7254D3. Grayscale: #949494. Windows color (decimal): -7492820 or 2927501. OLE color: 2927501.
HSL color Cylindrical-coordinate representation of color #8DAB2C: hue angle of 74.17º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DAB2C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 44 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.33 |
| HSL | 74.17º | 0.59% | 0.42% | - |
| HSV(B) | 74.17º | 0.74% | 0.67% | - |
| XYZ | 26 | 34.97 | 7.76 | - |
| YUV | 147.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 44 | 0.18 | 0 | 0.74 | 0.33 | 74.17 | 0.59 | 0.42 |
| Hex | 8D | AB | 2C | 12 | 0 | 4A | 21 | 4A | 3B | 2A |
| Octal | 215 | 253 | 54 | 22 | 0 | 112 | 41 | 112 | 73 | 52 |
| Binary | 10001101 | 10101011 | 101100 | 10010 | 0 | 1001010 | 100001 | 1001010 | 111011 | 101010 |
Color Harmonies of #8DAB2C
Complementary color
Monochromatic Colors of #8DAB2C
Black with #8DAB2C
Text Example
Text Example
White with #8DAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB2C; }
p { color: rgb(141,171,44); }
H1.HeaderClassName
{
color: #8DAB2C;
}
.AnyTagClassName
{
color: #8DAB2C;
}
</style>
background-color css
<style>
a { background-color: #8DAB2C; }
a { background-color: rgb(141,171,44); }
div.DivClassName
{
background-color: #8DAB2C;
}
.BgClassName
{
background-color: #8DAB2C;
}
</style>
border-color css
<style>
span { border-color: #8DAB2C; }
span { border-color: rgb(141,171,44); }
td.TdClassName
{
border-color: #8DAB2C;
}
.TagClassName
{
border-color: #8DAB2C;
}
</style>