Shades of Limerick #8EB23A
Tints of Limerick #8EB23A
RGB
CMYK
RGB Variations
Color information
#8EB23A (or 0x8EB23A) is known color: Limerick. HEX triplet: 8E, B2 and 3A. RGB value is (142,178,58). Sum of RGB (Red+Green+Blue) = 142+178+58=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB23A is #714DC5. Grayscale: #9A9A9A. Windows color (decimal): -7425478 or 3846798. OLE color: 3846798.
HSL color Cylindrical-coordinate representation of color #8EB23A: hue angle of 78º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EB23A is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 178 | 58 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.30 |
| HSL | 78º | 0.51% | 0.46% | - |
| HSV(B) | 78º | 0.67% | 0.7% | - |
| XYZ | 27.84 | 37.9 | 9.85 | - |
| YUV | 153.56 | 74.07 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 58 | 0.20 | 0 | 0.67 | 0.30 | 78 | 0.51 | 0.46 |
| Hex | 8E | B2 | 3A | 14 | 0 | 43 | 1E | 4E | 33 | 2E |
| Octal | 216 | 262 | 72 | 24 | 0 | 103 | 36 | 116 | 63 | 56 |
| Binary | 10001110 | 10110010 | 111010 | 10100 | 0 | 1000011 | 11110 | 1001110 | 110011 | 101110 |
Color Harmonies of #8EB23A
Complementary color
Monochromatic Colors of #8EB23A
Black with #8EB23A
Text Example
Text Example
White with #8EB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB23A; }
p { color: rgb(142,178,58); }
H1.HeaderClassName
{
color: #8EB23A;
}
.AnyTagClassName
{
color: #8EB23A;
}
</style>
background-color css
<style>
a { background-color: #8EB23A; }
a { background-color: rgb(142,178,58); }
div.DivClassName
{
background-color: #8EB23A;
}
.BgClassName
{
background-color: #8EB23A;
}
</style>
border-color css
<style>
span { border-color: #8EB23A; }
span { border-color: rgb(142,178,58); }
td.TdClassName
{
border-color: #8EB23A;
}
.TagClassName
{
border-color: #8EB23A;
}
</style>