Shades of Highball #9DA04A
Tints of Highball #9DA04A
RGB
CMYK
RGB Variations
Color information
#9DA04A (or 0x9DA04A) is known color: Highball. HEX triplet: 9D, A0 and 4A. RGB value is (157,160,74). Sum of RGB (Red+Green+Blue) = 157+160+74=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA04A is #625FB5. Grayscale: #959595. Windows color (decimal): -6447030 or 4890781. OLE color: 4890781.
HSL color Cylindrical-coordinate representation of color #9DA04A: hue angle of 62.09º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DA04A is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 74 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.37 |
| HSL | 62.09º | 0.37% | 0.46% | - |
| HSV(B) | 62.09º | 0.54% | 0.63% | - |
| XYZ | 27.71 | 32.8 | 11.35 | - |
| YUV | 149.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 74 | 0.02 | 0 | 0.54 | 0.37 | 62.09 | 0.37 | 0.46 |
| Hex | 9D | A0 | 4A | 2 | 0 | 36 | 25 | 3E | 25 | 2E |
| Octal | 235 | 240 | 112 | 2 | 0 | 66 | 45 | 76 | 45 | 56 |
| Binary | 10011101 | 10100000 | 1001010 | 10 | 0 | 110110 | 100101 | 111110 | 100101 | 101110 |
Color Harmonies of #9DA04A
Complementary color
Monochromatic Colors of #9DA04A
Black with #9DA04A
Text Example
Text Example
White with #9DA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA04A; }
p { color: rgb(157,160,74); }
H1.HeaderClassName
{
color: #9DA04A;
}
.AnyTagClassName
{
color: #9DA04A;
}
</style>
background-color css
<style>
a { background-color: #9DA04A; }
a { background-color: rgb(157,160,74); }
div.DivClassName
{
background-color: #9DA04A;
}
.BgClassName
{
background-color: #9DA04A;
}
</style>
border-color css
<style>
span { border-color: #9DA04A; }
span { border-color: rgb(157,160,74); }
td.TdClassName
{
border-color: #9DA04A;
}
.TagClassName
{
border-color: #9DA04A;
}
</style>