Shades of Limerick #9AB42E
Tints of Limerick #9AB42E
RGB
CMYK
RGB Variations
Color information
#9AB42E (or 0x9AB42E) is known color: Limerick. HEX triplet: 9A, B4 and 2E. RGB value is (154,180,46). Sum of RGB (Red+Green+Blue) = 154+180+46=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB42E is #654BD1. Grayscale: #9D9D9D. Windows color (decimal): -6638546 or 3060890. OLE color: 3060890.
HSL color Cylindrical-coordinate representation of color #9AB42E: hue angle of 71.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB42E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 46 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.29 |
| HSL | 71.64º | 0.59% | 0.44% | - |
| HSV(B) | 71.64º | 0.74% | 0.71% | - |
| XYZ | 30.14 | 39.71 | 8.66 | - |
| YUV | 156.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 46 | 0.14 | 0 | 0.74 | 0.29 | 71.64 | 0.59 | 0.44 |
| Hex | 9A | B4 | 2E | E | 0 | 4A | 1D | 48 | 3B | 2C |
| Octal | 232 | 264 | 56 | 16 | 0 | 112 | 35 | 110 | 73 | 54 |
| Binary | 10011010 | 10110100 | 101110 | 1110 | 0 | 1001010 | 11101 | 1001000 | 111011 | 101100 |
Color Harmonies of #9AB42E
Complementary color
Monochromatic Colors of #9AB42E
Black with #9AB42E
Text Example
Text Example
White with #9AB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB42E; }
p { color: rgb(154,180,46); }
H1.HeaderClassName
{
color: #9AB42E;
}
.AnyTagClassName
{
color: #9AB42E;
}
</style>
background-color css
<style>
a { background-color: #9AB42E; }
a { background-color: rgb(154,180,46); }
div.DivClassName
{
background-color: #9AB42E;
}
.BgClassName
{
background-color: #9AB42E;
}
</style>
border-color css
<style>
span { border-color: #9AB42E; }
span { border-color: rgb(154,180,46); }
td.TdClassName
{
border-color: #9AB42E;
}
.TagClassName
{
border-color: #9AB42E;
}
</style>