Shades of Highball #9AA047
Tints of Highball #9AA047
RGB
CMYK
RGB Variations
Color information
#9AA047 (or 0x9AA047) is known color: Highball. HEX triplet: 9A, A0 and 47. RGB value is (154,160,71). Sum of RGB (Red+Green+Blue) = 154+160+71=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA047 is #655FB8. Grayscale: #949494. Windows color (decimal): -6643641 or 4694170. OLE color: 4694170.
HSL color Cylindrical-coordinate representation of color #9AA047: hue angle of 64.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AA047 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 71 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.37 |
| HSL | 64.04º | 0.39% | 0.45% | - |
| HSV(B) | 64.04º | 0.56% | 0.63% | - |
| XYZ | 27.03 | 32.47 | 10.8 | - |
| YUV | 148.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 71 | 0.04 | 0 | 0.56 | 0.37 | 64.04 | 0.39 | 0.45 |
| Hex | 9A | A0 | 47 | 4 | 0 | 38 | 25 | 40 | 27 | 2D |
| Octal | 232 | 240 | 107 | 4 | 0 | 70 | 45 | 100 | 47 | 55 |
| Binary | 10011010 | 10100000 | 1000111 | 100 | 0 | 111000 | 100101 | 1000000 | 100111 | 101101 |
Color Harmonies of #9AA047
Complementary color
Monochromatic Colors of #9AA047
Black with #9AA047
Text Example
Text Example
White with #9AA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA047; }
p { color: rgb(154,160,71); }
H1.HeaderClassName
{
color: #9AA047;
}
.AnyTagClassName
{
color: #9AA047;
}
</style>
background-color css
<style>
a { background-color: #9AA047; }
a { background-color: rgb(154,160,71); }
div.DivClassName
{
background-color: #9AA047;
}
.BgClassName
{
background-color: #9AA047;
}
</style>
border-color css
<style>
span { border-color: #9AA047; }
span { border-color: rgb(154,160,71); }
td.TdClassName
{
border-color: #9AA047;
}
.TagClassName
{
border-color: #9AA047;
}
</style>