Shades of Limerick #8EC418
Tints of Limerick #8EC418
RGB
CMYK
RGB Variations
Color information
#8EC418 (or 0x8EC418) is known color: Limerick. HEX triplet: 8E, C4 and 18. RGB value is (142,196,24). Sum of RGB (Red+Green+Blue) = 142+196+24=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC418 is #713BE7. Grayscale: #A0A0A0. Windows color (decimal): -7420904 or 1623182. OLE color: 1623182.
HSL color Cylindrical-coordinate representation of color #8EC418: hue angle of 78.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EC418 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 24 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.23 |
| HSL | 78.84º | 0.78% | 0.43% | - |
| HSV(B) | 78.84º | 0.88% | 0.77% | - |
| XYZ | 31.06 | 45.3 | 7.97 | - |
| YUV | 160.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 24 | 0.28 | 0 | 0.88 | 0.23 | 78.84 | 0.78 | 0.43 |
| Hex | 8E | C4 | 18 | 1C | 0 | 58 | 17 | 4F | 4E | 2B |
| Octal | 216 | 304 | 30 | 34 | 0 | 130 | 27 | 117 | 116 | 53 |
| Binary | 10001110 | 11000100 | 11000 | 11100 | 0 | 1011000 | 10111 | 1001111 | 1001110 | 101011 |
Color Harmonies of #8EC418
Complementary color
Monochromatic Colors of #8EC418
Black with #8EC418
Text Example
Text Example
White with #8EC418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC418; }
p { color: rgb(142,196,24); }
H1.HeaderClassName
{
color: #8EC418;
}
.AnyTagClassName
{
color: #8EC418;
}
</style>
background-color css
<style>
a { background-color: #8EC418; }
a { background-color: rgb(142,196,24); }
div.DivClassName
{
background-color: #8EC418;
}
.BgClassName
{
background-color: #8EC418;
}
</style>
border-color css
<style>
span { border-color: #8EC418; }
span { border-color: rgb(142,196,24); }
td.TdClassName
{
border-color: #8EC418;
}
.TagClassName
{
border-color: #8EC418;
}
</style>