Shades of Highball #9DA345
Tints of Highball #9DA345
RGB
CMYK
RGB Variations
Color information
#9DA345 (or 0x9DA345) is known color: Highball. HEX triplet: 9D, A3 and 45. RGB value is (157,163,69). Sum of RGB (Red+Green+Blue) = 157+163+69=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA345 is #625CBA. Grayscale: #969696. Windows color (decimal): -6446267 or 4563869. OLE color: 4563869.
HSL color Cylindrical-coordinate representation of color #9DA345: hue angle of 63.83º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DA345 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 69 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.36 |
| HSL | 63.83º | 0.41% | 0.45% | - |
| HSV(B) | 63.83º | 0.58% | 0.64% | - |
| XYZ | 28.08 | 33.79 | 10.67 | - |
| YUV | 150.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 69 | 0.04 | 0 | 0.58 | 0.36 | 63.83 | 0.41 | 0.45 |
| Hex | 9D | A3 | 45 | 4 | 0 | 3A | 24 | 40 | 29 | 2D |
| Octal | 235 | 243 | 105 | 4 | 0 | 72 | 44 | 100 | 51 | 55 |
| Binary | 10011101 | 10100011 | 1000101 | 100 | 0 | 111010 | 100100 | 1000000 | 101001 | 101101 |
Color Harmonies of #9DA345
Complementary color
Monochromatic Colors of #9DA345
Black with #9DA345
Text Example
Text Example
White with #9DA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA345; }
p { color: rgb(157,163,69); }
H1.HeaderClassName
{
color: #9DA345;
}
.AnyTagClassName
{
color: #9DA345;
}
</style>
background-color css
<style>
a { background-color: #9DA345; }
a { background-color: rgb(157,163,69); }
div.DivClassName
{
background-color: #9DA345;
}
.BgClassName
{
background-color: #9DA345;
}
</style>
border-color css
<style>
span { border-color: #9DA345; }
span { border-color: rgb(157,163,69); }
td.TdClassName
{
border-color: #9DA345;
}
.TagClassName
{
border-color: #9DA345;
}
</style>