Shades of Limerick #8EBA34
Tints of Limerick #8EBA34
RGB
CMYK
RGB Variations
Color information
#8EBA34 (or 0x8EBA34) is known color: Limerick. HEX triplet: 8E, BA and 34. RGB value is (142,186,52). Sum of RGB (Red+Green+Blue) = 142+186+52=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA34 is #7145CB. Grayscale: #9E9E9E. Windows color (decimal): -7423436 or 3455630. OLE color: 3455630.
HSL color Cylindrical-coordinate representation of color #8EBA34: hue angle of 79.7º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8EBA34 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 52 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.27 |
| HSL | 79.7º | 0.56% | 0.47% | - |
| HSV(B) | 79.7º | 0.72% | 0.73% | - |
| XYZ | 29.33 | 41.12 | 9.64 | - |
| YUV | 157.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 52 | 0.24 | 0 | 0.72 | 0.27 | 79.7 | 0.56 | 0.47 |
| Hex | 8E | BA | 34 | 18 | 0 | 48 | 1B | 50 | 38 | 2F |
| Octal | 216 | 272 | 64 | 30 | 0 | 110 | 33 | 120 | 70 | 57 |
| Binary | 10001110 | 10111010 | 110100 | 11000 | 0 | 1001000 | 11011 | 1010000 | 111000 | 101111 |
Color Harmonies of #8EBA34
Complementary color
Monochromatic Colors of #8EBA34
Black with #8EBA34
Text Example
Text Example
White with #8EBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA34; }
p { color: rgb(142,186,52); }
H1.HeaderClassName
{
color: #8EBA34;
}
.AnyTagClassName
{
color: #8EBA34;
}
</style>
background-color css
<style>
a { background-color: #8EBA34; }
a { background-color: rgb(142,186,52); }
div.DivClassName
{
background-color: #8EBA34;
}
.BgClassName
{
background-color: #8EBA34;
}
</style>
border-color css
<style>
span { border-color: #8EBA34; }
span { border-color: rgb(142,186,52); }
td.TdClassName
{
border-color: #8EBA34;
}
.TagClassName
{
border-color: #8EBA34;
}
</style>