Shades of Limerick #9EAF37
Tints of Limerick #9EAF37
RGB
CMYK
RGB Variations
Color information
#9EAF37 (or 0x9EAF37) is known color: Limerick. HEX triplet: 9E, AF and 37. RGB value is (158,175,55). Sum of RGB (Red+Green+Blue) = 158+175+55=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF37 is #6150C8. Grayscale: #9C9C9C. Windows color (decimal): -6377673 or 3649438. OLE color: 3649438.
HSL color Cylindrical-coordinate representation of color #9EAF37: hue angle of 68.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EAF37 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 55 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.31 |
| HSL | 68.5º | 0.52% | 0.45% | - |
| HSV(B) | 68.5º | 0.69% | 0.69% | - |
| XYZ | 30.12 | 38.2 | 9.4 | - |
| YUV | 156.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 55 | 0.10 | 0 | 0.69 | 0.31 | 68.5 | 0.52 | 0.45 |
| Hex | 9E | AF | 37 | A | 0 | 45 | 1F | 44 | 34 | 2D |
| Octal | 236 | 257 | 67 | 12 | 0 | 105 | 37 | 104 | 64 | 55 |
| Binary | 10011110 | 10101111 | 110111 | 1010 | 0 | 1000101 | 11111 | 1000100 | 110100 | 101101 |
Color Harmonies of #9EAF37
Complementary color
Monochromatic Colors of #9EAF37
Black with #9EAF37
Text Example
Text Example
White with #9EAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF37; }
p { color: rgb(158,175,55); }
H1.HeaderClassName
{
color: #9EAF37;
}
.AnyTagClassName
{
color: #9EAF37;
}
</style>
background-color css
<style>
a { background-color: #9EAF37; }
a { background-color: rgb(158,175,55); }
div.DivClassName
{
background-color: #9EAF37;
}
.BgClassName
{
background-color: #9EAF37;
}
</style>
border-color css
<style>
span { border-color: #9EAF37; }
span { border-color: rgb(158,175,55); }
td.TdClassName
{
border-color: #9EAF37;
}
.TagClassName
{
border-color: #9EAF37;
}
</style>