Shades of Limerick #9EA938
Tints of Limerick #9EA938
RGB
CMYK
RGB Variations
Color information
#9EA938 (or 0x9EA938) is known color: Limerick. HEX triplet: 9E, A9 and 38. RGB value is (158,169,56). Sum of RGB (Red+Green+Blue) = 158+169+56=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA938 is #6156C7. Grayscale: #999999. Windows color (decimal): -6379208 or 3713438. OLE color: 3713438.
HSL color Cylindrical-coordinate representation of color #9EA938: hue angle of 65.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EA938 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 169 | 56 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.34 |
| HSL | 65.84º | 0.5% | 0.44% | - |
| HSV(B) | 65.84º | 0.67% | 0.66% | - |
| XYZ | 29 | 35.93 | 9.15 | - |
| YUV | 152.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 169 | 56 | 0.07 | 0 | 0.67 | 0.34 | 65.84 | 0.5 | 0.44 |
| Hex | 9E | A9 | 38 | 7 | 0 | 43 | 22 | 42 | 32 | 2C |
| Octal | 236 | 251 | 70 | 7 | 0 | 103 | 42 | 102 | 62 | 54 |
| Binary | 10011110 | 10101001 | 111000 | 111 | 0 | 1000011 | 100010 | 1000010 | 110010 | 101100 |
Color Harmonies of #9EA938
Complementary color
Monochromatic Colors of #9EA938
Black with #9EA938
Text Example
Text Example
White with #9EA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA938; }
p { color: rgb(158,169,56); }
H1.HeaderClassName
{
color: #9EA938;
}
.AnyTagClassName
{
color: #9EA938;
}
</style>
background-color css
<style>
a { background-color: #9EA938; }
a { background-color: rgb(158,169,56); }
div.DivClassName
{
background-color: #9EA938;
}
.BgClassName
{
background-color: #9EA938;
}
</style>
border-color css
<style>
span { border-color: #9EA938; }
span { border-color: rgb(158,169,56); }
td.TdClassName
{
border-color: #9EA938;
}
.TagClassName
{
border-color: #9EA938;
}
</style>