Shades of Limerick #9AB33A
Tints of Limerick #9AB33A
RGB
CMYK
RGB Variations
Color information
#9AB33A (or 0x9AB33A) is known color: Limerick. HEX triplet: 9A, B3 and 3A. RGB value is (154,179,58). Sum of RGB (Red+Green+Blue) = 154+179+58=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB33A is #654CC5. Grayscale: #9E9E9E. Windows color (decimal): -6638790 or 3847066. OLE color: 3847066.
HSL color Cylindrical-coordinate representation of color #9AB33A: hue angle of 72.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AB33A is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 58 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.30 |
| HSL | 72.4º | 0.51% | 0.46% | - |
| HSV(B) | 72.4º | 0.68% | 0.7% | - |
| XYZ | 30.21 | 39.42 | 10.02 | - |
| YUV | 157.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 58 | 0.14 | 0 | 0.68 | 0.30 | 72.4 | 0.51 | 0.46 |
| Hex | 9A | B3 | 3A | E | 0 | 44 | 1E | 48 | 33 | 2E |
| Octal | 232 | 263 | 72 | 16 | 0 | 104 | 36 | 110 | 63 | 56 |
| Binary | 10011010 | 10110011 | 111010 | 1110 | 0 | 1000100 | 11110 | 1001000 | 110011 | 101110 |
Color Harmonies of #9AB33A
Complementary color
Monochromatic Colors of #9AB33A
Black with #9AB33A
Text Example
Text Example
White with #9AB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB33A; }
p { color: rgb(154,179,58); }
H1.HeaderClassName
{
color: #9AB33A;
}
.AnyTagClassName
{
color: #9AB33A;
}
</style>
background-color css
<style>
a { background-color: #9AB33A; }
a { background-color: rgb(154,179,58); }
div.DivClassName
{
background-color: #9AB33A;
}
.BgClassName
{
background-color: #9AB33A;
}
</style>
border-color css
<style>
span { border-color: #9AB33A; }
span { border-color: rgb(154,179,58); }
td.TdClassName
{
border-color: #9AB33A;
}
.TagClassName
{
border-color: #9AB33A;
}
</style>