Shades of Limerick #9AB92D
Tints of Limerick #9AB92D
RGB
CMYK
RGB Variations
Color information
#9AB92D (or 0x9AB92D) is known color: Limerick. HEX triplet: 9A, B9 and 2D. RGB value is (154,185,45). Sum of RGB (Red+Green+Blue) = 154+185+45=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB92D is #6546D2. Grayscale: #A0A0A0. Windows color (decimal): -6637267 or 2996634. OLE color: 2996634.
HSL color Cylindrical-coordinate representation of color #9AB92D: hue angle of 73.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AB92D is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 45 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.27 |
| HSL | 73.29º | 0.61% | 0.45% | - |
| HSV(B) | 73.29º | 0.76% | 0.73% | - |
| XYZ | 31.15 | 41.76 | 8.9 | - |
| YUV | 159.77 | 63.23 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 45 | 0.17 | 0 | 0.76 | 0.27 | 73.29 | 0.61 | 0.45 |
| Hex | 9A | B9 | 2D | 11 | 0 | 4C | 1B | 49 | 3D | 2D |
| Octal | 232 | 271 | 55 | 21 | 0 | 114 | 33 | 111 | 75 | 55 |
| Binary | 10011010 | 10111001 | 101101 | 10001 | 0 | 1001100 | 11011 | 1001001 | 111101 | 101101 |
Color Harmonies of #9AB92D
Complementary color
Monochromatic Colors of #9AB92D
Black with #9AB92D
Text Example
Text Example
White with #9AB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB92D; }
p { color: rgb(154,185,45); }
H1.HeaderClassName
{
color: #9AB92D;
}
.AnyTagClassName
{
color: #9AB92D;
}
</style>
background-color css
<style>
a { background-color: #9AB92D; }
a { background-color: rgb(154,185,45); }
div.DivClassName
{
background-color: #9AB92D;
}
.BgClassName
{
background-color: #9AB92D;
}
</style>
border-color css
<style>
span { border-color: #9AB92D; }
span { border-color: rgb(154,185,45); }
td.TdClassName
{
border-color: #9AB92D;
}
.TagClassName
{
border-color: #9AB92D;
}
</style>