Shades of Limerick #9AAA3F
Tints of Limerick #9AAA3F
RGB
CMYK
RGB Variations
Color information
#9AAA3F (or 0x9AAA3F) is known color: Limerick. HEX triplet: 9A, AA and 3F. RGB value is (154,170,63). Sum of RGB (Red+Green+Blue) = 154+170+63=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAA3F is #6555C0. Grayscale: #999999. Windows color (decimal): -6641089 or 4172442. OLE color: 4172442.
HSL color Cylindrical-coordinate representation of color #9AAA3F: hue angle of 68.97º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AAA3F is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 63 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.33 |
| HSL | 68.97º | 0.46% | 0.46% | - |
| HSV(B) | 68.97º | 0.63% | 0.67% | - |
| XYZ | 28.6 | 35.98 | 10.14 | - |
| YUV | 153.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 63 | 0.09 | 0 | 0.63 | 0.33 | 68.97 | 0.46 | 0.46 |
| Hex | 9A | AA | 3F | 9 | 0 | 3F | 21 | 45 | 2E | 2E |
| Octal | 232 | 252 | 77 | 11 | 0 | 77 | 41 | 105 | 56 | 56 |
| Binary | 10011010 | 10101010 | 111111 | 1001 | 0 | 111111 | 100001 | 1000101 | 101110 | 101110 |
Color Harmonies of #9AAA3F
Complementary color
Monochromatic Colors of #9AAA3F
Black with #9AAA3F
Text Example
Text Example
White with #9AAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA3F; }
p { color: rgb(154,170,63); }
H1.HeaderClassName
{
color: #9AAA3F;
}
.AnyTagClassName
{
color: #9AAA3F;
}
</style>
background-color css
<style>
a { background-color: #9AAA3F; }
a { background-color: rgb(154,170,63); }
div.DivClassName
{
background-color: #9AAA3F;
}
.BgClassName
{
background-color: #9AAA3F;
}
</style>
border-color css
<style>
span { border-color: #9AAA3F; }
span { border-color: rgb(154,170,63); }
td.TdClassName
{
border-color: #9AAA3F;
}
.TagClassName
{
border-color: #9AAA3F;
}
</style>