Shades of Highball #9DA039
Tints of Highball #9DA039
RGB
CMYK
RGB Variations
Color information
#9DA039 (or 0x9DA039) is known color: Highball. HEX triplet: 9D, A0 and 39. RGB value is (157,160,57). Sum of RGB (Red+Green+Blue) = 157+160+57=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA039 is #625FC6. Grayscale: #939393. Windows color (decimal): -6447047 or 3776669. OLE color: 3776669.
HSL color Cylindrical-coordinate representation of color #9DA039: hue angle of 61.75º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DA039 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 57 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.37 |
| HSL | 61.75º | 0.47% | 0.43% | - |
| HSV(B) | 61.75º | 0.64% | 0.63% | - |
| XYZ | 27.21 | 32.61 | 8.73 | - |
| YUV | 147.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 57 | 0.02 | 0 | 0.64 | 0.37 | 61.75 | 0.47 | 0.43 |
| Hex | 9D | A0 | 39 | 2 | 0 | 40 | 25 | 3E | 2F | 2B |
| Octal | 235 | 240 | 71 | 2 | 0 | 100 | 45 | 76 | 57 | 53 |
| Binary | 10011101 | 10100000 | 111001 | 10 | 0 | 1000000 | 100101 | 111110 | 101111 | 101011 |
Color Harmonies of #9DA039
Complementary color
Monochromatic Colors of #9DA039
Black with #9DA039
Text Example
Text Example
White with #9DA039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA039; }
p { color: rgb(157,160,57); }
H1.HeaderClassName
{
color: #9DA039;
}
.AnyTagClassName
{
color: #9DA039;
}
</style>
background-color css
<style>
a { background-color: #9DA039; }
a { background-color: rgb(157,160,57); }
div.DivClassName
{
background-color: #9DA039;
}
.BgClassName
{
background-color: #9DA039;
}
</style>
border-color css
<style>
span { border-color: #9DA039; }
span { border-color: rgb(157,160,57); }
td.TdClassName
{
border-color: #9DA039;
}
.TagClassName
{
border-color: #9DA039;
}
</style>