Shades of Limerick #8EAC2A
Tints of Limerick #8EAC2A
RGB
CMYK
RGB Variations
Color information
#8EAC2A (or 0x8EAC2A) is known color: Limerick. HEX triplet: 8E, AC and 2A. RGB value is (142,172,42). Sum of RGB (Red+Green+Blue) = 142+172+42=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAC2A is #7153D5. Grayscale: #949494. Windows color (decimal): -7427030 or 2796686. OLE color: 2796686.
HSL color Cylindrical-coordinate representation of color #8EAC2A: hue angle of 73.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EAC2A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 42 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.33 |
| HSL | 73.85º | 0.61% | 0.42% | - |
| HSV(B) | 73.85º | 0.76% | 0.67% | - |
| XYZ | 26.33 | 35.42 | 7.64 | - |
| YUV | 148.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 42 | 0.17 | 0 | 0.76 | 0.33 | 73.85 | 0.61 | 0.42 |
| Hex | 8E | AC | 2A | 11 | 0 | 4C | 21 | 4A | 3D | 2A |
| Octal | 216 | 254 | 52 | 21 | 0 | 114 | 41 | 112 | 75 | 52 |
| Binary | 10001110 | 10101100 | 101010 | 10001 | 0 | 1001100 | 100001 | 1001010 | 111101 | 101010 |
Color Harmonies of #8EAC2A
Complementary color
Monochromatic Colors of #8EAC2A
Black with #8EAC2A
Text Example
Text Example
White with #8EAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC2A; }
p { color: rgb(142,172,42); }
H1.HeaderClassName
{
color: #8EAC2A;
}
.AnyTagClassName
{
color: #8EAC2A;
}
</style>
background-color css
<style>
a { background-color: #8EAC2A; }
a { background-color: rgb(142,172,42); }
div.DivClassName
{
background-color: #8EAC2A;
}
.BgClassName
{
background-color: #8EAC2A;
}
</style>
border-color css
<style>
span { border-color: #8EAC2A; }
span { border-color: rgb(142,172,42); }
td.TdClassName
{
border-color: #8EAC2A;
}
.TagClassName
{
border-color: #8EAC2A;
}
</style>