Shades of Limerick #9AAA39
Tints of Limerick #9AAA39
RGB
CMYK
RGB Variations
Color information
#9AAA39 (or 0x9AAA39) is known color: Limerick. HEX triplet: 9A, AA and 39. RGB value is (154,170,57). Sum of RGB (Red+Green+Blue) = 154+170+57=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA39 is #6555C6. Grayscale: #989898. Windows color (decimal): -6641095 or 3779226. OLE color: 3779226.
HSL color Cylindrical-coordinate representation of color #9AAA39: hue angle of 68.5º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AAA39 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 57 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.33 |
| HSL | 68.5º | 0.5% | 0.45% | - |
| HSV(B) | 68.5º | 0.66% | 0.67% | - |
| XYZ | 28.44 | 35.91 | 9.3 | - |
| YUV | 152.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 57 | 0.09 | 0 | 0.66 | 0.33 | 68.5 | 0.5 | 0.45 |
| Hex | 9A | AA | 39 | 9 | 0 | 42 | 21 | 44 | 32 | 2D |
| Octal | 232 | 252 | 71 | 11 | 0 | 102 | 41 | 104 | 62 | 55 |
| Binary | 10011010 | 10101010 | 111001 | 1001 | 0 | 1000010 | 100001 | 1000100 | 110010 | 101101 |
Color Harmonies of #9AAA39
Complementary color
Monochromatic Colors of #9AAA39
Black with #9AAA39
Text Example
Text Example
White with #9AAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA39; }
p { color: rgb(154,170,57); }
H1.HeaderClassName
{
color: #9AAA39;
}
.AnyTagClassName
{
color: #9AAA39;
}
</style>
background-color css
<style>
a { background-color: #9AAA39; }
a { background-color: rgb(154,170,57); }
div.DivClassName
{
background-color: #9AAA39;
}
.BgClassName
{
background-color: #9AAA39;
}
</style>
border-color css
<style>
span { border-color: #9AAA39; }
span { border-color: rgb(154,170,57); }
td.TdClassName
{
border-color: #9AAA39;
}
.TagClassName
{
border-color: #9AAA39;
}
</style>