Shades of Limerick #8EB919
Tints of Limerick #8EB919
RGB
CMYK
RGB Variations
Color information
#8EB919 (or 0x8EB919) is known color: Limerick. HEX triplet: 8E, B9 and 19. RGB value is (142,185,25). Sum of RGB (Red+Green+Blue) = 142+185+25=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB919 is #7146E6. Grayscale: #9A9A9A. Windows color (decimal): -7423719 or 1685902. OLE color: 1685902.
HSL color Cylindrical-coordinate representation of color #8EB919: hue angle of 76.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EB919 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 25 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.27 |
| HSL | 76.13º | 0.76% | 0.41% | - |
| HSV(B) | 76.13º | 0.86% | 0.73% | - |
| XYZ | 28.68 | 40.52 | 7.23 | - |
| YUV | 153.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 25 | 0.23 | 0 | 0.86 | 0.27 | 76.13 | 0.76 | 0.41 |
| Hex | 8E | B9 | 19 | 17 | 0 | 56 | 1B | 4C | 4C | 29 |
| Octal | 216 | 271 | 31 | 27 | 0 | 126 | 33 | 114 | 114 | 51 |
| Binary | 10001110 | 10111001 | 11001 | 10111 | 0 | 1010110 | 11011 | 1001100 | 1001100 | 101001 |
Color Harmonies of #8EB919
Complementary color
Monochromatic Colors of #8EB919
Black with #8EB919
Text Example
Text Example
White with #8EB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB919; }
p { color: rgb(142,185,25); }
H1.HeaderClassName
{
color: #8EB919;
}
.AnyTagClassName
{
color: #8EB919;
}
</style>
background-color css
<style>
a { background-color: #8EB919; }
a { background-color: rgb(142,185,25); }
div.DivClassName
{
background-color: #8EB919;
}
.BgClassName
{
background-color: #8EB919;
}
</style>
border-color css
<style>
span { border-color: #8EB919; }
span { border-color: rgb(142,185,25); }
td.TdClassName
{
border-color: #8EB919;
}
.TagClassName
{
border-color: #8EB919;
}
</style>