Shades of Highball #9DA245
Tints of Highball #9DA245
RGB
CMYK
RGB Variations
Color information
#9DA245 (or 0x9DA245) is known color: Highball. HEX triplet: 9D, A2 and 45. RGB value is (157,162,69). Sum of RGB (Red+Green+Blue) = 157+162+69=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA245 is #625DBA. Grayscale: #969696. Windows color (decimal): -6446523 or 4563613. OLE color: 4563613.
HSL color Cylindrical-coordinate representation of color #9DA245: hue angle of 63.23º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DA245 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 69 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.36 |
| HSL | 63.23º | 0.4% | 0.45% | - |
| HSV(B) | 63.23º | 0.57% | 0.64% | - |
| XYZ | 27.9 | 33.44 | 10.61 | - |
| YUV | 149.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 69 | 0.03 | 0 | 0.57 | 0.36 | 63.23 | 0.4 | 0.45 |
| Hex | 9D | A2 | 45 | 3 | 0 | 39 | 24 | 3F | 28 | 2D |
| Octal | 235 | 242 | 105 | 3 | 0 | 71 | 44 | 77 | 50 | 55 |
| Binary | 10011101 | 10100010 | 1000101 | 11 | 0 | 111001 | 100100 | 111111 | 101000 | 101101 |
Color Harmonies of #9DA245
Complementary color
Monochromatic Colors of #9DA245
Black with #9DA245
Text Example
Text Example
White with #9DA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA245; }
p { color: rgb(157,162,69); }
H1.HeaderClassName
{
color: #9DA245;
}
.AnyTagClassName
{
color: #9DA245;
}
</style>
background-color css
<style>
a { background-color: #9DA245; }
a { background-color: rgb(157,162,69); }
div.DivClassName
{
background-color: #9DA245;
}
.BgClassName
{
background-color: #9DA245;
}
</style>
border-color css
<style>
span { border-color: #9DA245; }
span { border-color: rgb(157,162,69); }
td.TdClassName
{
border-color: #9DA245;
}
.TagClassName
{
border-color: #9DA245;
}
</style>