Shades of Limerick #8EAC27
Tints of Limerick #8EAC27
RGB
CMYK
RGB Variations
Color information
#8EAC27 (or 0x8EAC27) is known color: Limerick. HEX triplet: 8E, AC and 27. RGB value is (142,172,39). Sum of RGB (Red+Green+Blue) = 142+172+39=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAC27 is #7153D8. Grayscale: #949494. Windows color (decimal): -7427033 or 2600078. OLE color: 2600078.
HSL color Cylindrical-coordinate representation of color #8EAC27: hue angle of 73.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8EAC27 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 39 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.33 |
| HSL | 73.53º | 0.63% | 0.41% | - |
| HSV(B) | 73.53º | 0.77% | 0.67% | - |
| XYZ | 26.27 | 35.4 | 7.37 | - |
| YUV | 147.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 39 | 0.17 | 0 | 0.77 | 0.33 | 73.53 | 0.63 | 0.41 |
| Hex | 8E | AC | 27 | 11 | 0 | 4D | 21 | 4A | 3F | 29 |
| Octal | 216 | 254 | 47 | 21 | 0 | 115 | 41 | 112 | 77 | 51 |
| Binary | 10001110 | 10101100 | 100111 | 10001 | 0 | 1001101 | 100001 | 1001010 | 111111 | 101001 |
Color Harmonies of #8EAC27
Complementary color
Monochromatic Colors of #8EAC27
Black with #8EAC27
Text Example
Text Example
White with #8EAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC27; }
p { color: rgb(142,172,39); }
H1.HeaderClassName
{
color: #8EAC27;
}
.AnyTagClassName
{
color: #8EAC27;
}
</style>
background-color css
<style>
a { background-color: #8EAC27; }
a { background-color: rgb(142,172,39); }
div.DivClassName
{
background-color: #8EAC27;
}
.BgClassName
{
background-color: #8EAC27;
}
</style>
border-color css
<style>
span { border-color: #8EAC27; }
span { border-color: rgb(142,172,39); }
td.TdClassName
{
border-color: #8EAC27;
}
.TagClassName
{
border-color: #8EAC27;
}
</style>