Shades of Limerick #8EBC16
Tints of Limerick #8EBC16
RGB
CMYK
RGB Variations
Color information
#8EBC16 (or 0x8EBC16) is known color: Limerick. HEX triplet: 8E, BC and 16. RGB value is (142,188,22). Sum of RGB (Red+Green+Blue) = 142+188+22=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBC16 is #7143E9. Grayscale: #9B9B9B. Windows color (decimal): -7422954 or 1490062. OLE color: 1490062.
HSL color Cylindrical-coordinate representation of color #8EBC16: hue angle of 76.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8EBC16 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 22 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.26 |
| HSL | 76.63º | 0.79% | 0.41% | - |
| HSV(B) | 76.63º | 0.88% | 0.74% | - |
| XYZ | 29.28 | 41.78 | 7.28 | - |
| YUV | 155.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 22 | 0.24 | 0 | 0.88 | 0.26 | 76.63 | 0.79 | 0.41 |
| Hex | 8E | BC | 16 | 18 | 0 | 58 | 1A | 4D | 4F | 29 |
| Octal | 216 | 274 | 26 | 30 | 0 | 130 | 32 | 115 | 117 | 51 |
| Binary | 10001110 | 10111100 | 10110 | 11000 | 0 | 1011000 | 11010 | 1001101 | 1001111 | 101001 |
Color Harmonies of #8EBC16
Complementary color
Monochromatic Colors of #8EBC16
Black with #8EBC16
Text Example
Text Example
White with #8EBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC16; }
p { color: rgb(142,188,22); }
H1.HeaderClassName
{
color: #8EBC16;
}
.AnyTagClassName
{
color: #8EBC16;
}
</style>
background-color css
<style>
a { background-color: #8EBC16; }
a { background-color: rgb(142,188,22); }
div.DivClassName
{
background-color: #8EBC16;
}
.BgClassName
{
background-color: #8EBC16;
}
</style>
border-color css
<style>
span { border-color: #8EBC16; }
span { border-color: rgb(142,188,22); }
td.TdClassName
{
border-color: #8EBC16;
}
.TagClassName
{
border-color: #8EBC16;
}
</style>