Shades of Limerick #8DA82A
Tints of Limerick #8DA82A
RGB
CMYK
RGB Variations
Color information
#8DA82A (or 0x8DA82A) is known color: Limerick. HEX triplet: 8D, A8 and 2A. RGB value is (141,168,42). Sum of RGB (Red+Green+Blue) = 141+168+42=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA82A is #7257D5. Grayscale: #929292. Windows color (decimal): -7493590 or 2795661. OLE color: 2795661.
HSL color Cylindrical-coordinate representation of color #8DA82A: hue angle of 72.86º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DA82A is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 168 | 42 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.34 |
| HSL | 72.86º | 0.6% | 0.41% | - |
| HSV(B) | 72.86º | 0.75% | 0.66% | - |
| XYZ | 25.41 | 33.84 | 7.38 | - |
| YUV | 145.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 42 | 0.16 | 0 | 0.75 | 0.34 | 72.86 | 0.6 | 0.41 |
| Hex | 8D | A8 | 2A | 10 | 0 | 4B | 22 | 49 | 3C | 29 |
| Octal | 215 | 250 | 52 | 20 | 0 | 113 | 42 | 111 | 74 | 51 |
| Binary | 10001101 | 10101000 | 101010 | 10000 | 0 | 1001011 | 100010 | 1001001 | 111100 | 101001 |
Color Harmonies of #8DA82A
Complementary color
Monochromatic Colors of #8DA82A
Black with #8DA82A
Text Example
Text Example
White with #8DA82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA82A; }
p { color: rgb(141,168,42); }
H1.HeaderClassName
{
color: #8DA82A;
}
.AnyTagClassName
{
color: #8DA82A;
}
</style>
background-color css
<style>
a { background-color: #8DA82A; }
a { background-color: rgb(141,168,42); }
div.DivClassName
{
background-color: #8DA82A;
}
.BgClassName
{
background-color: #8DA82A;
}
</style>
border-color css
<style>
span { border-color: #8DA82A; }
span { border-color: rgb(141,168,42); }
td.TdClassName
{
border-color: #8DA82A;
}
.TagClassName
{
border-color: #8DA82A;
}
</style>