Shades of Highball #9DA036
Tints of Highball #9DA036
RGB
CMYK
RGB Variations
Color information
#9DA036 (or 0x9DA036) is known color: Highball. HEX triplet: 9D, A0 and 36. RGB value is (157,160,54). Sum of RGB (Red+Green+Blue) = 157+160+54=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA036 is #625FC9. Grayscale: #939393. Windows color (decimal): -6447050 or 3580061. OLE color: 3580061.
HSL color Cylindrical-coordinate representation of color #9DA036: hue angle of 61.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DA036 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 54 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.37 |
| HSL | 61.7º | 0.5% | 0.42% | - |
| HSV(B) | 61.7º | 0.66% | 0.63% | - |
| XYZ | 27.14 | 32.58 | 8.35 | - |
| YUV | 147.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 54 | 0.02 | 0 | 0.66 | 0.37 | 61.7 | 0.5 | 0.42 |
| Hex | 9D | A0 | 36 | 2 | 0 | 42 | 25 | 3E | 32 | 2A |
| Octal | 235 | 240 | 66 | 2 | 0 | 102 | 45 | 76 | 62 | 52 |
| Binary | 10011101 | 10100000 | 110110 | 10 | 0 | 1000010 | 100101 | 111110 | 110010 | 101010 |
Color Harmonies of #9DA036
Complementary color
Monochromatic Colors of #9DA036
Black with #9DA036
Text Example
Text Example
White with #9DA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA036; }
p { color: rgb(157,160,54); }
H1.HeaderClassName
{
color: #9DA036;
}
.AnyTagClassName
{
color: #9DA036;
}
</style>
background-color css
<style>
a { background-color: #9DA036; }
a { background-color: rgb(157,160,54); }
div.DivClassName
{
background-color: #9DA036;
}
.BgClassName
{
background-color: #9DA036;
}
</style>
border-color css
<style>
span { border-color: #9DA036; }
span { border-color: rgb(157,160,54); }
td.TdClassName
{
border-color: #9DA036;
}
.TagClassName
{
border-color: #9DA036;
}
</style>