Shades of Highball #9EA044
Tints of Highball #9EA044
RGB
CMYK
RGB Variations
Color information
#9EA044 (or 0x9EA044) is known color: Highball. HEX triplet: 9E, A0 and 44. RGB value is (158,160,68). Sum of RGB (Red+Green+Blue) = 158+160+68=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA044 is #615FBB. Grayscale: #959595. Windows color (decimal): -6381500 or 4497566. OLE color: 4497566.
HSL color Cylindrical-coordinate representation of color #9EA044: hue angle of 61.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EA044 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 160 | 68 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.37 |
| HSL | 61.3º | 0.4% | 0.45% | - |
| HSV(B) | 61.3º | 0.58% | 0.63% | - |
| XYZ | 27.71 | 32.83 | 10.34 | - |
| YUV | 148.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 68 | 0.01 | 0 | 0.57 | 0.37 | 61.3 | 0.4 | 0.45 |
| Hex | 9E | A0 | 44 | 1 | 0 | 39 | 25 | 3D | 28 | 2D |
| Octal | 236 | 240 | 104 | 1 | 0 | 71 | 45 | 75 | 50 | 55 |
| Binary | 10011110 | 10100000 | 1000100 | 1 | 0 | 111001 | 100101 | 111101 | 101000 | 101101 |
Color Harmonies of #9EA044
Complementary color
Monochromatic Colors of #9EA044
Black with #9EA044
Text Example
Text Example
White with #9EA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA044; }
p { color: rgb(158,160,68); }
H1.HeaderClassName
{
color: #9EA044;
}
.AnyTagClassName
{
color: #9EA044;
}
</style>
background-color css
<style>
a { background-color: #9EA044; }
a { background-color: rgb(158,160,68); }
div.DivClassName
{
background-color: #9EA044;
}
.BgClassName
{
background-color: #9EA044;
}
</style>
border-color css
<style>
span { border-color: #9EA044; }
span { border-color: rgb(158,160,68); }
td.TdClassName
{
border-color: #9EA044;
}
.TagClassName
{
border-color: #9EA044;
}
</style>