Shades of Limerick #9EAC2D
Tints of Limerick #9EAC2D
RGB
CMYK
RGB Variations
Color information
#9EAC2D (or 0x9EAC2D) is known color: Limerick. HEX triplet: 9E, AC and 2D. RGB value is (158,172,45). Sum of RGB (Red+Green+Blue) = 158+172+45=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC2D is #6153D2. Grayscale: #999999. Windows color (decimal): -6378451 or 2993310. OLE color: 2993310.
HSL color Cylindrical-coordinate representation of color #9EAC2D: hue angle of 66.61º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EAC2D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 45 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.33 |
| HSL | 66.61º | 0.59% | 0.43% | - |
| HSV(B) | 66.61º | 0.74% | 0.67% | - |
| XYZ | 29.33 | 36.96 | 8.07 | - |
| YUV | 153.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 45 | 0.08 | 0 | 0.74 | 0.33 | 66.61 | 0.59 | 0.43 |
| Hex | 9E | AC | 2D | 8 | 0 | 4A | 21 | 43 | 3B | 2B |
| Octal | 236 | 254 | 55 | 10 | 0 | 112 | 41 | 103 | 73 | 53 |
| Binary | 10011110 | 10101100 | 101101 | 1000 | 0 | 1001010 | 100001 | 1000011 | 111011 | 101011 |
Color Harmonies of #9EAC2D
Complementary color
Monochromatic Colors of #9EAC2D
Black with #9EAC2D
Text Example
Text Example
White with #9EAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC2D; }
p { color: rgb(158,172,45); }
H1.HeaderClassName
{
color: #9EAC2D;
}
.AnyTagClassName
{
color: #9EAC2D;
}
</style>
background-color css
<style>
a { background-color: #9EAC2D; }
a { background-color: rgb(158,172,45); }
div.DivClassName
{
background-color: #9EAC2D;
}
.BgClassName
{
background-color: #9EAC2D;
}
</style>
border-color css
<style>
span { border-color: #9EAC2D; }
span { border-color: rgb(158,172,45); }
td.TdClassName
{
border-color: #9EAC2D;
}
.TagClassName
{
border-color: #9EAC2D;
}
</style>