Shades of Limerick #9AAA29
Tints of Limerick #9AAA29
RGB
CMYK
RGB Variations
Color information
#9AAA29 (or 0x9AAA29) is known color: Limerick. HEX triplet: 9A, AA and 29. RGB value is (154,170,41). Sum of RGB (Red+Green+Blue) = 154+170+41=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA29 is #6555D6. Grayscale: #979797. Windows color (decimal): -6641111 or 2730650. OLE color: 2730650.
HSL color Cylindrical-coordinate representation of color #9AAA29: hue angle of 67.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9AAA29 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 41 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.33 |
| HSL | 67.44º | 0.61% | 0.41% | - |
| HSV(B) | 67.44º | 0.76% | 0.67% | - |
| XYZ | 28.1 | 35.78 | 7.52 | - |
| YUV | 150.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 41 | 0.09 | 0 | 0.76 | 0.33 | 67.44 | 0.61 | 0.41 |
| Hex | 9A | AA | 29 | 9 | 0 | 4C | 21 | 43 | 3D | 29 |
| Octal | 232 | 252 | 51 | 11 | 0 | 114 | 41 | 103 | 75 | 51 |
| Binary | 10011010 | 10101010 | 101001 | 1001 | 0 | 1001100 | 100001 | 1000011 | 111101 | 101001 |
Color Harmonies of #9AAA29
Complementary color
Monochromatic Colors of #9AAA29
Black with #9AAA29
Text Example
Text Example
White with #9AAA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA29; }
p { color: rgb(154,170,41); }
H1.HeaderClassName
{
color: #9AAA29;
}
.AnyTagClassName
{
color: #9AAA29;
}
</style>
background-color css
<style>
a { background-color: #9AAA29; }
a { background-color: rgb(154,170,41); }
div.DivClassName
{
background-color: #9AAA29;
}
.BgClassName
{
background-color: #9AAA29;
}
</style>
border-color css
<style>
span { border-color: #9AAA29; }
span { border-color: rgb(154,170,41); }
td.TdClassName
{
border-color: #9AAA29;
}
.TagClassName
{
border-color: #9AAA29;
}
</style>