Shades of Limerick #9AB22E
Tints of Limerick #9AB22E
RGB
CMYK
RGB Variations
Color information
#9AB22E (or 0x9AB22E) is known color: Limerick. HEX triplet: 9A, B2 and 2E. RGB value is (154,178,46). Sum of RGB (Red+Green+Blue) = 154+178+46=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB22E is #654DD1. Grayscale: #9C9C9C. Windows color (decimal): -6639058 or 3060378. OLE color: 3060378.
HSL color Cylindrical-coordinate representation of color #9AB22E: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB22E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 46 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.30 |
| HSL | 70.91º | 0.59% | 0.44% | - |
| HSV(B) | 70.91º | 0.74% | 0.7% | - |
| XYZ | 29.74 | 38.91 | 8.53 | - |
| YUV | 155.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 46 | 0.13 | 0 | 0.74 | 0.30 | 70.91 | 0.59 | 0.44 |
| Hex | 9A | B2 | 2E | D | 0 | 4A | 1E | 47 | 3B | 2C |
| Octal | 232 | 262 | 56 | 15 | 0 | 112 | 36 | 107 | 73 | 54 |
| Binary | 10011010 | 10110010 | 101110 | 1101 | 0 | 1001010 | 11110 | 1000111 | 111011 | 101100 |
Color Harmonies of #9AB22E
Complementary color
Monochromatic Colors of #9AB22E
Black with #9AB22E
Text Example
Text Example
White with #9AB22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB22E; }
p { color: rgb(154,178,46); }
H1.HeaderClassName
{
color: #9AB22E;
}
.AnyTagClassName
{
color: #9AB22E;
}
</style>
background-color css
<style>
a { background-color: #9AB22E; }
a { background-color: rgb(154,178,46); }
div.DivClassName
{
background-color: #9AB22E;
}
.BgClassName
{
background-color: #9AB22E;
}
</style>
border-color css
<style>
span { border-color: #9AB22E; }
span { border-color: rgb(154,178,46); }
td.TdClassName
{
border-color: #9AB22E;
}
.TagClassName
{
border-color: #9AB22E;
}
</style>