Shades of Limerick #8EBC19
Tints of Limerick #8EBC19
RGB
CMYK
RGB Variations
Color information
#8EBC19 (or 0x8EBC19) is known color: Limerick. HEX triplet: 8E, BC and 19. RGB value is (142,188,25). Sum of RGB (Red+Green+Blue) = 142+188+25=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #8EBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBC19 is #7143E6. Grayscale: #9C9C9C. Windows color (decimal): -7422951 or 1686670. OLE color: 1686670.
HSL color Cylindrical-coordinate representation of color #8EBC19: hue angle of 76.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8EBC19 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 188 | 25 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.26 |
| HSL | 76.93º | 0.77% | 0.42% | - |
| HSV(B) | 76.93º | 0.87% | 0.74% | - |
| XYZ | 29.31 | 41.79 | 7.44 | - |
| YUV | 155.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 25 | 0.24 | 0 | 0.87 | 0.26 | 76.93 | 0.77 | 0.42 |
| Hex | 8E | BC | 19 | 18 | 0 | 57 | 1A | 4D | 4D | 2A |
| Octal | 216 | 274 | 31 | 30 | 0 | 127 | 32 | 115 | 115 | 52 |
| Binary | 10001110 | 10111100 | 11001 | 11000 | 0 | 1010111 | 11010 | 1001101 | 1001101 | 101010 |
Color Harmonies of #8EBC19
Complementary color
Monochromatic Colors of #8EBC19
Black with #8EBC19
Text Example
Text Example
White with #8EBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBC19; }
p { color: rgb(142,188,25); }
H1.HeaderClassName
{
color: #8EBC19;
}
.AnyTagClassName
{
color: #8EBC19;
}
</style>
background-color css
<style>
a { background-color: #8EBC19; }
a { background-color: rgb(142,188,25); }
div.DivClassName
{
background-color: #8EBC19;
}
.BgClassName
{
background-color: #8EBC19;
}
</style>
border-color css
<style>
span { border-color: #8EBC19; }
span { border-color: rgb(142,188,25); }
td.TdClassName
{
border-color: #8EBC19;
}
.TagClassName
{
border-color: #8EBC19;
}
</style>