Shades of Limerick #9AB52F
Tints of Limerick #9AB52F
RGB
CMYK
RGB Variations
Color information
#9AB52F (or 0x9AB52F) is known color: Limerick. HEX triplet: 9A, B5 and 2F. RGB value is (154,181,47). Sum of RGB (Red+Green+Blue) = 154+181+47=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB52F is #654AD0. Grayscale: #9E9E9E. Windows color (decimal): -6638289 or 3126682. OLE color: 3126682.
HSL color Cylindrical-coordinate representation of color #9AB52F: hue angle of 72.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9AB52F is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 47 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.29 |
| HSL | 72.09º | 0.59% | 0.45% | - |
| HSV(B) | 72.09º | 0.74% | 0.71% | - |
| XYZ | 30.36 | 40.12 | 8.83 | - |
| YUV | 157.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 47 | 0.15 | 0 | 0.74 | 0.29 | 72.09 | 0.59 | 0.45 |
| Hex | 9A | B5 | 2F | F | 0 | 4A | 1D | 48 | 3B | 2D |
| Octal | 232 | 265 | 57 | 17 | 0 | 112 | 35 | 110 | 73 | 55 |
| Binary | 10011010 | 10110101 | 101111 | 1111 | 0 | 1001010 | 11101 | 1001000 | 111011 | 101101 |
Color Harmonies of #9AB52F
Complementary color
Monochromatic Colors of #9AB52F
Black with #9AB52F
Text Example
Text Example
White with #9AB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB52F; }
p { color: rgb(154,181,47); }
H1.HeaderClassName
{
color: #9AB52F;
}
.AnyTagClassName
{
color: #9AB52F;
}
</style>
background-color css
<style>
a { background-color: #9AB52F; }
a { background-color: rgb(154,181,47); }
div.DivClassName
{
background-color: #9AB52F;
}
.BgClassName
{
background-color: #9AB52F;
}
</style>
border-color css
<style>
span { border-color: #9AB52F; }
span { border-color: rgb(154,181,47); }
td.TdClassName
{
border-color: #9AB52F;
}
.TagClassName
{
border-color: #9AB52F;
}
</style>