Shades of Limerick #9EAA3A
Tints of Limerick #9EAA3A
RGB
CMYK
RGB Variations
Color information
#9EAA3A (or 0x9EAA3A) is known color: Limerick. HEX triplet: 9E, AA and 3A. RGB value is (158,170,58). Sum of RGB (Red+Green+Blue) = 158+170+58=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA3A is #6155C5. Grayscale: #9A9A9A. Windows color (decimal): -6378950 or 3844766. OLE color: 3844766.
HSL color Cylindrical-coordinate representation of color #9EAA3A: hue angle of 66.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EAA3A is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 58 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.33 |
| HSL | 66.43º | 0.49% | 0.45% | - |
| HSV(B) | 66.43º | 0.66% | 0.67% | - |
| XYZ | 29.24 | 36.32 | 9.47 | - |
| YUV | 153.64 | 74.02 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 58 | 0.07 | 0 | 0.66 | 0.33 | 66.43 | 0.49 | 0.45 |
| Hex | 9E | AA | 3A | 7 | 0 | 42 | 21 | 42 | 31 | 2D |
| Octal | 236 | 252 | 72 | 7 | 0 | 102 | 41 | 102 | 61 | 55 |
| Binary | 10011110 | 10101010 | 111010 | 111 | 0 | 1000010 | 100001 | 1000010 | 110001 | 101101 |
Color Harmonies of #9EAA3A
Complementary color
Monochromatic Colors of #9EAA3A
Black with #9EAA3A
Text Example
Text Example
White with #9EAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA3A; }
p { color: rgb(158,170,58); }
H1.HeaderClassName
{
color: #9EAA3A;
}
.AnyTagClassName
{
color: #9EAA3A;
}
</style>
background-color css
<style>
a { background-color: #9EAA3A; }
a { background-color: rgb(158,170,58); }
div.DivClassName
{
background-color: #9EAA3A;
}
.BgClassName
{
background-color: #9EAA3A;
}
</style>
border-color css
<style>
span { border-color: #9EAA3A; }
span { border-color: rgb(158,170,58); }
td.TdClassName
{
border-color: #9EAA3A;
}
.TagClassName
{
border-color: #9EAA3A;
}
</style>