Shades of Limerick #9AB52D
Tints of Limerick #9AB52D
RGB
CMYK
RGB Variations
Color information
#9AB52D (or 0x9AB52D) is known color: Limerick. HEX triplet: 9A, B5 and 2D. RGB value is (154,181,45). Sum of RGB (Red+Green+Blue) = 154+181+45=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB52D is #654AD2. Grayscale: #9D9D9D. Windows color (decimal): -6638291 or 2995610. OLE color: 2995610.
HSL color Cylindrical-coordinate representation of color #9AB52D: hue angle of 71.91º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9AB52D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 45 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.29 |
| HSL | 71.91º | 0.6% | 0.44% | - |
| HSV(B) | 71.91º | 0.75% | 0.71% | - |
| XYZ | 30.32 | 40.11 | 8.63 | - |
| YUV | 157.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 45 | 0.15 | 0 | 0.75 | 0.29 | 71.91 | 0.6 | 0.44 |
| Hex | 9A | B5 | 2D | F | 0 | 4B | 1D | 48 | 3C | 2C |
| Octal | 232 | 265 | 55 | 17 | 0 | 113 | 35 | 110 | 74 | 54 |
| Binary | 10011010 | 10110101 | 101101 | 1111 | 0 | 1001011 | 11101 | 1001000 | 111100 | 101100 |
Color Harmonies of #9AB52D
Complementary color
Monochromatic Colors of #9AB52D
Black with #9AB52D
Text Example
Text Example
White with #9AB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB52D; }
p { color: rgb(154,181,45); }
H1.HeaderClassName
{
color: #9AB52D;
}
.AnyTagClassName
{
color: #9AB52D;
}
</style>
background-color css
<style>
a { background-color: #9AB52D; }
a { background-color: rgb(154,181,45); }
div.DivClassName
{
background-color: #9AB52D;
}
.BgClassName
{
background-color: #9AB52D;
}
</style>
border-color css
<style>
span { border-color: #9AB52D; }
span { border-color: rgb(154,181,45); }
td.TdClassName
{
border-color: #9AB52D;
}
.TagClassName
{
border-color: #9AB52D;
}
</style>