Shades of Highball #9AA243
Tints of Highball #9AA243
RGB
CMYK
RGB Variations
Color information
#9AA243 (or 0x9AA243) is known color: Highball. HEX triplet: 9A, A2 and 43. RGB value is (154,162,67). Sum of RGB (Red+Green+Blue) = 154+162+67=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA243 is #655DBC. Grayscale: #959595. Windows color (decimal): -6643133 or 4432538. OLE color: 4432538.
HSL color Cylindrical-coordinate representation of color #9AA243: hue angle of 65.05º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AA243 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 67 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.36 |
| HSL | 65.05º | 0.41% | 0.45% | - |
| HSV(B) | 65.05º | 0.59% | 0.64% | - |
| XYZ | 27.26 | 33.12 | 10.27 | - |
| YUV | 148.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 67 | 0.05 | 0 | 0.59 | 0.36 | 65.05 | 0.41 | 0.45 |
| Hex | 9A | A2 | 43 | 5 | 0 | 3B | 24 | 41 | 29 | 2D |
| Octal | 232 | 242 | 103 | 5 | 0 | 73 | 44 | 101 | 51 | 55 |
| Binary | 10011010 | 10100010 | 1000011 | 101 | 0 | 111011 | 100100 | 1000001 | 101001 | 101101 |
Color Harmonies of #9AA243
Complementary color
Monochromatic Colors of #9AA243
Black with #9AA243
Text Example
Text Example
White with #9AA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA243; }
p { color: rgb(154,162,67); }
H1.HeaderClassName
{
color: #9AA243;
}
.AnyTagClassName
{
color: #9AA243;
}
</style>
background-color css
<style>
a { background-color: #9AA243; }
a { background-color: rgb(154,162,67); }
div.DivClassName
{
background-color: #9AA243;
}
.BgClassName
{
background-color: #9AA243;
}
</style>
border-color css
<style>
span { border-color: #9AA243; }
span { border-color: rgb(154,162,67); }
td.TdClassName
{
border-color: #9AA243;
}
.TagClassName
{
border-color: #9AA243;
}
</style>