Shades of Limerick #9EAC37
Tints of Limerick #9EAC37
RGB
CMYK
RGB Variations
Color information
#9EAC37 (or 0x9EAC37) is known color: Limerick. HEX triplet: 9E, AC and 37. RGB value is (158,172,55). Sum of RGB (Red+Green+Blue) = 158+172+55=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC37 is #6153C8. Grayscale: #9A9A9A. Windows color (decimal): -6378441 or 3648670. OLE color: 3648670.
HSL color Cylindrical-coordinate representation of color #9EAC37: hue angle of 67.18º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EAC37 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 55 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.33 |
| HSL | 67.18º | 0.52% | 0.45% | - |
| HSV(B) | 67.18º | 0.68% | 0.67% | - |
| XYZ | 29.54 | 37.05 | 9.21 | - |
| YUV | 154.48 | 71.86 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 55 | 0.08 | 0 | 0.68 | 0.33 | 67.18 | 0.52 | 0.45 |
| Hex | 9E | AC | 37 | 8 | 0 | 44 | 21 | 43 | 34 | 2D |
| Octal | 236 | 254 | 67 | 10 | 0 | 104 | 41 | 103 | 64 | 55 |
| Binary | 10011110 | 10101100 | 110111 | 1000 | 0 | 1000100 | 100001 | 1000011 | 110100 | 101101 |
Color Harmonies of #9EAC37
Complementary color
Monochromatic Colors of #9EAC37
Black with #9EAC37
Text Example
Text Example
White with #9EAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC37; }
p { color: rgb(158,172,55); }
H1.HeaderClassName
{
color: #9EAC37;
}
.AnyTagClassName
{
color: #9EAC37;
}
</style>
background-color css
<style>
a { background-color: #9EAC37; }
a { background-color: rgb(158,172,55); }
div.DivClassName
{
background-color: #9EAC37;
}
.BgClassName
{
background-color: #9EAC37;
}
</style>
border-color css
<style>
span { border-color: #9EAC37; }
span { border-color: rgb(158,172,55); }
td.TdClassName
{
border-color: #9EAC37;
}
.TagClassName
{
border-color: #9EAC37;
}
</style>