Shades of Limerick #8EA831
Tints of Limerick #8EA831
RGB
CMYK
RGB Variations
Color information
#8EA831 (or 0x8EA831) is known color: Limerick. HEX triplet: 8E, A8 and 31. RGB value is (142,168,49). Sum of RGB (Red+Green+Blue) = 142+168+49=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA831 is #7157CE. Grayscale: #939393. Windows color (decimal): -7428047 or 3254414. OLE color: 3254414.
HSL color Cylindrical-coordinate representation of color #8EA831: hue angle of 73.11º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EA831 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 168 | 49 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.34 |
| HSL | 73.11º | 0.55% | 0.43% | - |
| HSV(B) | 73.11º | 0.71% | 0.66% | - |
| XYZ | 25.71 | 33.98 | 8.11 | - |
| YUV | 146.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 49 | 0.15 | 0 | 0.71 | 0.34 | 73.11 | 0.55 | 0.43 |
| Hex | 8E | A8 | 31 | F | 0 | 47 | 22 | 49 | 37 | 2B |
| Octal | 216 | 250 | 61 | 17 | 0 | 107 | 42 | 111 | 67 | 53 |
| Binary | 10001110 | 10101000 | 110001 | 1111 | 0 | 1000111 | 100010 | 1001001 | 110111 | 101011 |
Color Harmonies of #8EA831
Complementary color
Monochromatic Colors of #8EA831
Black with #8EA831
Text Example
Text Example
White with #8EA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA831; }
p { color: rgb(142,168,49); }
H1.HeaderClassName
{
color: #8EA831;
}
.AnyTagClassName
{
color: #8EA831;
}
</style>
background-color css
<style>
a { background-color: #8EA831; }
a { background-color: rgb(142,168,49); }
div.DivClassName
{
background-color: #8EA831;
}
.BgClassName
{
background-color: #8EA831;
}
</style>
border-color css
<style>
span { border-color: #8EA831; }
span { border-color: rgb(142,168,49); }
td.TdClassName
{
border-color: #8EA831;
}
.TagClassName
{
border-color: #8EA831;
}
</style>