Shades of Limerick #9AB42B
Tints of Limerick #9AB42B
RGB
CMYK
RGB Variations
Color information
#9AB42B (or 0x9AB42B) is known color: Limerick. HEX triplet: 9A, B4 and 2B. RGB value is (154,180,43). Sum of RGB (Red+Green+Blue) = 154+180+43=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB42B is #654BD4. Grayscale: #9D9D9D. Windows color (decimal): -6638549 or 2864282. OLE color: 2864282.
HSL color Cylindrical-coordinate representation of color #9AB42B: hue angle of 71.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AB42B is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 43 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.29 |
| HSL | 71.39º | 0.61% | 0.44% | - |
| HSV(B) | 71.39º | 0.76% | 0.71% | - |
| XYZ | 30.08 | 39.69 | 8.36 | - |
| YUV | 156.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 43 | 0.14 | 0 | 0.76 | 0.29 | 71.39 | 0.61 | 0.44 |
| Hex | 9A | B4 | 2B | E | 0 | 4C | 1D | 47 | 3D | 2C |
| Octal | 232 | 264 | 53 | 16 | 0 | 114 | 35 | 107 | 75 | 54 |
| Binary | 10011010 | 10110100 | 101011 | 1110 | 0 | 1001100 | 11101 | 1000111 | 111101 | 101100 |
Color Harmonies of #9AB42B
Complementary color
Monochromatic Colors of #9AB42B
Black with #9AB42B
Text Example
Text Example
White with #9AB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB42B; }
p { color: rgb(154,180,43); }
H1.HeaderClassName
{
color: #9AB42B;
}
.AnyTagClassName
{
color: #9AB42B;
}
</style>
background-color css
<style>
a { background-color: #9AB42B; }
a { background-color: rgb(154,180,43); }
div.DivClassName
{
background-color: #9AB42B;
}
.BgClassName
{
background-color: #9AB42B;
}
</style>
border-color css
<style>
span { border-color: #9AB42B; }
span { border-color: rgb(154,180,43); }
td.TdClassName
{
border-color: #9AB42B;
}
.TagClassName
{
border-color: #9AB42B;
}
</style>