Shades of Limerick #8EA53B
Tints of Limerick #8EA53B
RGB
CMYK
RGB Variations
Color information
#8EA53B (or 0x8EA53B) is known color: Limerick. HEX triplet: 8E, A5 and 3B. RGB value is (142,165,59). Sum of RGB (Red+Green+Blue) = 142+165+59=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #8EA53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA53B is #715AC4. Grayscale: #929292. Windows color (decimal): -7428805 or 3909006. OLE color: 3909006.
HSL color Cylindrical-coordinate representation of color #8EA53B: hue angle of 73.02º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EA53B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 165 | 59 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.35 |
| HSL | 73.02º | 0.47% | 0.44% | - |
| HSV(B) | 73.02º | 0.64% | 0.65% | - |
| XYZ | 25.4 | 32.98 | 9.16 | - |
| YUV | 146.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 165 | 59 | 0.14 | 0 | 0.64 | 0.35 | 73.02 | 0.47 | 0.44 |
| Hex | 8E | A5 | 3B | E | 0 | 40 | 23 | 49 | 2F | 2C |
| Octal | 216 | 245 | 73 | 16 | 0 | 100 | 43 | 111 | 57 | 54 |
| Binary | 10001110 | 10100101 | 111011 | 1110 | 0 | 1000000 | 100011 | 1001001 | 101111 | 101100 |
Color Harmonies of #8EA53B
Complementary color
Monochromatic Colors of #8EA53B
Black with #8EA53B
Text Example
Text Example
White with #8EA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA53B; }
p { color: rgb(142,165,59); }
H1.HeaderClassName
{
color: #8EA53B;
}
.AnyTagClassName
{
color: #8EA53B;
}
</style>
background-color css
<style>
a { background-color: #8EA53B; }
a { background-color: rgb(142,165,59); }
div.DivClassName
{
background-color: #8EA53B;
}
.BgClassName
{
background-color: #8EA53B;
}
</style>
border-color css
<style>
span { border-color: #8EA53B; }
span { border-color: rgb(142,165,59); }
td.TdClassName
{
border-color: #8EA53B;
}
.TagClassName
{
border-color: #8EA53B;
}
</style>