Shades of Limerick #9EB02D
Tints of Limerick #9EB02D
RGB
CMYK
RGB Variations
Color information
#9EB02D (or 0x9EB02D) is known color: Limerick. HEX triplet: 9E, B0 and 2D. RGB value is (158,176,45). Sum of RGB (Red+Green+Blue) = 158+176+45=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB02D is #614FD2. Grayscale: #9C9C9C. Windows color (decimal): -6377427 or 2994334. OLE color: 2994334.
HSL color Cylindrical-coordinate representation of color #9EB02D: hue angle of 68.24º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9EB02D is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 176 | 45 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.31 |
| HSL | 68.24º | 0.59% | 0.43% | - |
| HSV(B) | 68.24º | 0.74% | 0.69% | - |
| XYZ | 30.1 | 38.51 | 8.33 | - |
| YUV | 155.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 176 | 45 | 0.10 | 0 | 0.74 | 0.31 | 68.24 | 0.59 | 0.43 |
| Hex | 9E | B0 | 2D | A | 0 | 4A | 1F | 44 | 3B | 2B |
| Octal | 236 | 260 | 55 | 12 | 0 | 112 | 37 | 104 | 73 | 53 |
| Binary | 10011110 | 10110000 | 101101 | 1010 | 0 | 1001010 | 11111 | 1000100 | 111011 | 101011 |
Color Harmonies of #9EB02D
Complementary color
Monochromatic Colors of #9EB02D
Black with #9EB02D
Text Example
Text Example
White with #9EB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB02D; }
p { color: rgb(158,176,45); }
H1.HeaderClassName
{
color: #9EB02D;
}
.AnyTagClassName
{
color: #9EB02D;
}
</style>
background-color css
<style>
a { background-color: #9EB02D; }
a { background-color: rgb(158,176,45); }
div.DivClassName
{
background-color: #9EB02D;
}
.BgClassName
{
background-color: #9EB02D;
}
</style>
border-color css
<style>
span { border-color: #9EB02D; }
span { border-color: rgb(158,176,45); }
td.TdClassName
{
border-color: #9EB02D;
}
.TagClassName
{
border-color: #9EB02D;
}
</style>