Shades of Limerick #8EB92D
Tints of Limerick #8EB92D
RGB
CMYK
RGB Variations
Color information
#8EB92D (or 0x8EB92D) is known color: Limerick. HEX triplet: 8E, B9 and 2D. RGB value is (142,185,45). Sum of RGB (Red+Green+Blue) = 142+185+45=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB92D is #7146D2. Grayscale: #9C9C9C. Windows color (decimal): -7423699 or 2996622. OLE color: 2996622.
HSL color Cylindrical-coordinate representation of color #8EB92D: hue angle of 78.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EB92D is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 45 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.27 |
| HSL | 78.43º | 0.61% | 0.45% | - |
| HSV(B) | 78.43º | 0.76% | 0.73% | - |
| XYZ | 28.98 | 40.64 | 8.8 | - |
| YUV | 156.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 45 | 0.23 | 0 | 0.76 | 0.27 | 78.43 | 0.61 | 0.45 |
| Hex | 8E | B9 | 2D | 17 | 0 | 4C | 1B | 4E | 3D | 2D |
| Octal | 216 | 271 | 55 | 27 | 0 | 114 | 33 | 116 | 75 | 55 |
| Binary | 10001110 | 10111001 | 101101 | 10111 | 0 | 1001100 | 11011 | 1001110 | 111101 | 101101 |
Color Harmonies of #8EB92D
Complementary color
Monochromatic Colors of #8EB92D
Black with #8EB92D
Text Example
Text Example
White with #8EB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB92D; }
p { color: rgb(142,185,45); }
H1.HeaderClassName
{
color: #8EB92D;
}
.AnyTagClassName
{
color: #8EB92D;
}
</style>
background-color css
<style>
a { background-color: #8EB92D; }
a { background-color: rgb(142,185,45); }
div.DivClassName
{
background-color: #8EB92D;
}
.BgClassName
{
background-color: #8EB92D;
}
</style>
border-color css
<style>
span { border-color: #8EB92D; }
span { border-color: rgb(142,185,45); }
td.TdClassName
{
border-color: #8EB92D;
}
.TagClassName
{
border-color: #8EB92D;
}
</style>