Shades of Limerick #9EB430
Tints of Limerick #9EB430
RGB
CMYK
RGB Variations
Color information
#9EB430 (or 0x9EB430) is known color: Limerick. HEX triplet: 9E, B4 and 30. RGB value is (158,180,48). Sum of RGB (Red+Green+Blue) = 158+180+48=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB430 is #614BCF. Grayscale: #9E9E9E. Windows color (decimal): -6376400 or 3191966. OLE color: 3191966.
HSL color Cylindrical-coordinate representation of color #9EB430: hue angle of 70º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EB430 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 180 | 48 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.29 |
| HSL | 70º | 0.58% | 0.45% | - |
| HSV(B) | 70º | 0.73% | 0.71% | - |
| XYZ | 30.96 | 40.13 | 8.91 | - |
| YUV | 158.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 180 | 48 | 0.12 | 0 | 0.73 | 0.29 | 70 | 0.58 | 0.45 |
| Hex | 9E | B4 | 30 | C | 0 | 49 | 1D | 46 | 3A | 2D |
| Octal | 236 | 264 | 60 | 14 | 0 | 111 | 35 | 106 | 72 | 55 |
| Binary | 10011110 | 10110100 | 110000 | 1100 | 0 | 1001001 | 11101 | 1000110 | 111010 | 101101 |
Color Harmonies of #9EB430
Complementary color
Monochromatic Colors of #9EB430
Black with #9EB430
Text Example
Text Example
White with #9EB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB430; }
p { color: rgb(158,180,48); }
H1.HeaderClassName
{
color: #9EB430;
}
.AnyTagClassName
{
color: #9EB430;
}
</style>
background-color css
<style>
a { background-color: #9EB430; }
a { background-color: rgb(158,180,48); }
div.DivClassName
{
background-color: #9EB430;
}
.BgClassName
{
background-color: #9EB430;
}
</style>
border-color css
<style>
span { border-color: #9EB430; }
span { border-color: rgb(158,180,48); }
td.TdClassName
{
border-color: #9EB430;
}
.TagClassName
{
border-color: #9EB430;
}
</style>