Shades of Limerick #8EAB41
Tints of Limerick #8EAB41
RGB
CMYK
RGB Variations
Color information
#8EAB41 (or 0x8EAB41) is known color: Limerick. HEX triplet: 8E, AB and 41. RGB value is (142,171,65). Sum of RGB (Red+Green+Blue) = 142+171+65=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #8EAB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAB41 is #7154BE. Grayscale: #969696. Windows color (decimal): -7427263 or 4303758. OLE color: 4303758.
HSL color Cylindrical-coordinate representation of color #8EAB41: hue angle of 76.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EAB41 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 171 | 65 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.33 |
| HSL | 76.42º | 0.45% | 0.46% | - |
| HSV(B) | 76.42º | 0.62% | 0.67% | - |
| XYZ | 26.67 | 35.26 | 10.4 | - |
| YUV | 150.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 65 | 0.17 | 0 | 0.62 | 0.33 | 76.42 | 0.45 | 0.46 |
| Hex | 8E | AB | 41 | 11 | 0 | 3E | 21 | 4C | 2D | 2E |
| Octal | 216 | 253 | 101 | 21 | 0 | 76 | 41 | 114 | 55 | 56 |
| Binary | 10001110 | 10101011 | 1000001 | 10001 | 0 | 111110 | 100001 | 1001100 | 101101 | 101110 |
Color Harmonies of #8EAB41
Complementary color
Monochromatic Colors of #8EAB41
Black with #8EAB41
Text Example
Text Example
White with #8EAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAB41; }
p { color: rgb(142,171,65); }
H1.HeaderClassName
{
color: #8EAB41;
}
.AnyTagClassName
{
color: #8EAB41;
}
</style>
background-color css
<style>
a { background-color: #8EAB41; }
a { background-color: rgb(142,171,65); }
div.DivClassName
{
background-color: #8EAB41;
}
.BgClassName
{
background-color: #8EAB41;
}
</style>
border-color css
<style>
span { border-color: #8EAB41; }
span { border-color: rgb(142,171,65); }
td.TdClassName
{
border-color: #8EAB41;
}
.TagClassName
{
border-color: #8EAB41;
}
</style>