Shades of Limerick #9AB52C
Tints of Limerick #9AB52C
RGB
CMYK
RGB Variations
Color information
#9AB52C (or 0x9AB52C) is known color: Limerick. HEX triplet: 9A, B5 and 2C. RGB value is (154,181,44). Sum of RGB (Red+Green+Blue) = 154+181+44=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB52C is #654AD3. Grayscale: #9D9D9D. Windows color (decimal): -6638292 or 2930074. OLE color: 2930074.
HSL color Cylindrical-coordinate representation of color #9AB52C: hue angle of 71.82º 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 #9AB52C is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 44 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.29 |
| HSL | 71.82º | 0.61% | 0.44% | - |
| HSV(B) | 71.82º | 0.76% | 0.71% | - |
| XYZ | 30.3 | 40.1 | 8.53 | - |
| YUV | 157.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 44 | 0.15 | 0 | 0.76 | 0.29 | 71.82 | 0.61 | 0.44 |
| Hex | 9A | B5 | 2C | F | 0 | 4C | 1D | 48 | 3D | 2C |
| Octal | 232 | 265 | 54 | 17 | 0 | 114 | 35 | 110 | 75 | 54 |
| Binary | 10011010 | 10110101 | 101100 | 1111 | 0 | 1001100 | 11101 | 1001000 | 111101 | 101100 |
Color Harmonies of #9AB52C
Complementary color
Monochromatic Colors of #9AB52C
Black with #9AB52C
Text Example
Text Example
White with #9AB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB52C; }
p { color: rgb(154,181,44); }
H1.HeaderClassName
{
color: #9AB52C;
}
.AnyTagClassName
{
color: #9AB52C;
}
</style>
background-color css
<style>
a { background-color: #9AB52C; }
a { background-color: rgb(154,181,44); }
div.DivClassName
{
background-color: #9AB52C;
}
.BgClassName
{
background-color: #9AB52C;
}
</style>
border-color css
<style>
span { border-color: #9AB52C; }
span { border-color: rgb(154,181,44); }
td.TdClassName
{
border-color: #9AB52C;
}
.TagClassName
{
border-color: #9AB52C;
}
</style>