Shades of Limerick #9AB330
Tints of Limerick #9AB330
RGB
CMYK
RGB Variations
Color information
#9AB330 (or 0x9AB330) is known color: Limerick. HEX triplet: 9A, B3 and 30. RGB value is (154,179,48). Sum of RGB (Red+Green+Blue) = 154+179+48=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB330 is #654CCF. Grayscale: #9D9D9D. Windows color (decimal): -6638800 or 3191706. OLE color: 3191706.
HSL color Cylindrical-coordinate representation of color #9AB330: hue angle of 71.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9AB330 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 48 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.30 |
| HSL | 71.45º | 0.58% | 0.45% | - |
| HSV(B) | 71.45º | 0.73% | 0.7% | - |
| XYZ | 29.98 | 39.32 | 8.81 | - |
| YUV | 156.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 48 | 0.14 | 0 | 0.73 | 0.30 | 71.45 | 0.58 | 0.45 |
| Hex | 9A | B3 | 30 | E | 0 | 49 | 1E | 47 | 3A | 2D |
| Octal | 232 | 263 | 60 | 16 | 0 | 111 | 36 | 107 | 72 | 55 |
| Binary | 10011010 | 10110011 | 110000 | 1110 | 0 | 1001001 | 11110 | 1000111 | 111010 | 101101 |
Color Harmonies of #9AB330
Complementary color
Monochromatic Colors of #9AB330
Black with #9AB330
Text Example
Text Example
White with #9AB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB330; }
p { color: rgb(154,179,48); }
H1.HeaderClassName
{
color: #9AB330;
}
.AnyTagClassName
{
color: #9AB330;
}
</style>
background-color css
<style>
a { background-color: #9AB330; }
a { background-color: rgb(154,179,48); }
div.DivClassName
{
background-color: #9AB330;
}
.BgClassName
{
background-color: #9AB330;
}
</style>
border-color css
<style>
span { border-color: #9AB330; }
span { border-color: rgb(154,179,48); }
td.TdClassName
{
border-color: #9AB330;
}
.TagClassName
{
border-color: #9AB330;
}
</style>