Shades of Highball #9AA148
Tints of Highball #9AA148
RGB
CMYK
RGB Variations
Color information
#9AA148 (or 0x9AA148) is known color: Highball. HEX triplet: 9A, A1 and 48. RGB value is (154,161,72). Sum of RGB (Red+Green+Blue) = 154+161+72=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA148 is #655EB7. Grayscale: #959595. Windows color (decimal): -6643384 or 4759962. OLE color: 4759962.
HSL color Cylindrical-coordinate representation of color #9AA148: hue angle of 64.72º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AA148 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 72 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.37 |
| HSL | 64.72º | 0.38% | 0.46% | - |
| HSV(B) | 64.72º | 0.55% | 0.63% | - |
| XYZ | 27.24 | 32.83 | 11.03 | - |
| YUV | 148.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 72 | 0.04 | 0 | 0.55 | 0.37 | 64.72 | 0.38 | 0.46 |
| Hex | 9A | A1 | 48 | 4 | 0 | 37 | 25 | 41 | 26 | 2E |
| Octal | 232 | 241 | 110 | 4 | 0 | 67 | 45 | 101 | 46 | 56 |
| Binary | 10011010 | 10100001 | 1001000 | 100 | 0 | 110111 | 100101 | 1000001 | 100110 | 101110 |
Color Harmonies of #9AA148
Complementary color
Monochromatic Colors of #9AA148
Black with #9AA148
Text Example
Text Example
White with #9AA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA148; }
p { color: rgb(154,161,72); }
H1.HeaderClassName
{
color: #9AA148;
}
.AnyTagClassName
{
color: #9AA148;
}
</style>
background-color css
<style>
a { background-color: #9AA148; }
a { background-color: rgb(154,161,72); }
div.DivClassName
{
background-color: #9AA148;
}
.BgClassName
{
background-color: #9AA148;
}
</style>
border-color css
<style>
span { border-color: #9AA148; }
span { border-color: rgb(154,161,72); }
td.TdClassName
{
border-color: #9AA148;
}
.TagClassName
{
border-color: #9AA148;
}
</style>