Shades of Limerick #8EAC40
Tints of Limerick #8EAC40
RGB
CMYK
RGB Variations
Color information
#8EAC40 (or 0x8EAC40) is known color: Limerick. HEX triplet: 8E, AC and 40. RGB value is (142,172,64). Sum of RGB (Red+Green+Blue) = 142+172+64=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAC40 is #7153BF. Grayscale: #979797. Windows color (decimal): -7427008 or 4238478. OLE color: 4238478.
HSL color Cylindrical-coordinate representation of color #8EAC40: hue angle of 76.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EAC40 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 64 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.33 |
| HSL | 76.67º | 0.46% | 0.46% | - |
| HSV(B) | 76.67º | 0.63% | 0.67% | - |
| XYZ | 26.83 | 35.63 | 10.31 | - |
| YUV | 150.72 | 79.06 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 64 | 0.17 | 0 | 0.63 | 0.33 | 76.67 | 0.46 | 0.46 |
| Hex | 8E | AC | 40 | 11 | 0 | 3F | 21 | 4D | 2E | 2E |
| Octal | 216 | 254 | 100 | 21 | 0 | 77 | 41 | 115 | 56 | 56 |
| Binary | 10001110 | 10101100 | 1000000 | 10001 | 0 | 111111 | 100001 | 1001101 | 101110 | 101110 |
Color Harmonies of #8EAC40
Complementary color
Monochromatic Colors of #8EAC40
Black with #8EAC40
Text Example
Text Example
White with #8EAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC40; }
p { color: rgb(142,172,64); }
H1.HeaderClassName
{
color: #8EAC40;
}
.AnyTagClassName
{
color: #8EAC40;
}
</style>
background-color css
<style>
a { background-color: #8EAC40; }
a { background-color: rgb(142,172,64); }
div.DivClassName
{
background-color: #8EAC40;
}
.BgClassName
{
background-color: #8EAC40;
}
</style>
border-color css
<style>
span { border-color: #8EAC40; }
span { border-color: rgb(142,172,64); }
td.TdClassName
{
border-color: #8EAC40;
}
.TagClassName
{
border-color: #8EAC40;
}
</style>