Shades of Limerick #9AAA35
Tints of Limerick #9AAA35
RGB
CMYK
RGB Variations
Color information
#9AAA35 (or 0x9AAA35) is known color: Limerick. HEX triplet: 9A, AA and 35. RGB value is (154,170,53). Sum of RGB (Red+Green+Blue) = 154+170+53=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA35 is #6555CA. Grayscale: #989898. Windows color (decimal): -6641099 or 3517082. OLE color: 3517082.
HSL color Cylindrical-coordinate representation of color #9AAA35: hue angle of 68.21º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9AAA35 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 53 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.33 |
| HSL | 68.21º | 0.52% | 0.44% | - |
| HSV(B) | 68.21º | 0.69% | 0.67% | - |
| XYZ | 28.34 | 35.88 | 8.8 | - |
| YUV | 151.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 53 | 0.09 | 0 | 0.69 | 0.33 | 68.21 | 0.52 | 0.44 |
| Hex | 9A | AA | 35 | 9 | 0 | 45 | 21 | 44 | 34 | 2C |
| Octal | 232 | 252 | 65 | 11 | 0 | 105 | 41 | 104 | 64 | 54 |
| Binary | 10011010 | 10101010 | 110101 | 1001 | 0 | 1000101 | 100001 | 1000100 | 110100 | 101100 |
Color Harmonies of #9AAA35
Complementary color
Monochromatic Colors of #9AAA35
Black with #9AAA35
Text Example
Text Example
White with #9AAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA35; }
p { color: rgb(154,170,53); }
H1.HeaderClassName
{
color: #9AAA35;
}
.AnyTagClassName
{
color: #9AAA35;
}
</style>
background-color css
<style>
a { background-color: #9AAA35; }
a { background-color: rgb(154,170,53); }
div.DivClassName
{
background-color: #9AAA35;
}
.BgClassName
{
background-color: #9AAA35;
}
</style>
border-color css
<style>
span { border-color: #9AAA35; }
span { border-color: rgb(154,170,53); }
td.TdClassName
{
border-color: #9AAA35;
}
.TagClassName
{
border-color: #9AAA35;
}
</style>