Shades of Limerick #9AB72A
Tints of Limerick #9AB72A
RGB
CMYK
RGB Variations
Color information
#9AB72A (or 0x9AB72A) is known color: Limerick. HEX triplet: 9A, B7 and 2A. RGB value is (154,183,42). Sum of RGB (Red+Green+Blue) = 154+183+42=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB72A is #6548D5. Grayscale: #9E9E9E. Windows color (decimal): -6637782 or 2799514. OLE color: 2799514.
HSL color Cylindrical-coordinate representation of color #9AB72A: hue angle of 72.34º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9AB72A is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 42 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.28 |
| HSL | 72.34º | 0.63% | 0.44% | - |
| HSV(B) | 72.34º | 0.77% | 0.72% | - |
| XYZ | 30.68 | 40.9 | 8.47 | - |
| YUV | 158.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 42 | 0.16 | 0 | 0.77 | 0.28 | 72.34 | 0.63 | 0.44 |
| Hex | 9A | B7 | 2A | 10 | 0 | 4D | 1C | 48 | 3F | 2C |
| Octal | 232 | 267 | 52 | 20 | 0 | 115 | 34 | 110 | 77 | 54 |
| Binary | 10011010 | 10110111 | 101010 | 10000 | 0 | 1001101 | 11100 | 1001000 | 111111 | 101100 |
Color Harmonies of #9AB72A
Complementary color
Monochromatic Colors of #9AB72A
Black with #9AB72A
Text Example
Text Example
White with #9AB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB72A; }
p { color: rgb(154,183,42); }
H1.HeaderClassName
{
color: #9AB72A;
}
.AnyTagClassName
{
color: #9AB72A;
}
</style>
background-color css
<style>
a { background-color: #9AB72A; }
a { background-color: rgb(154,183,42); }
div.DivClassName
{
background-color: #9AB72A;
}
.BgClassName
{
background-color: #9AB72A;
}
</style>
border-color css
<style>
span { border-color: #9AB72A; }
span { border-color: rgb(154,183,42); }
td.TdClassName
{
border-color: #9AB72A;
}
.TagClassName
{
border-color: #9AB72A;
}
</style>