Shades of Highball #9DA33A
Tints of Highball #9DA33A
RGB
CMYK
RGB Variations
Color information
#9DA33A (or 0x9DA33A) is known color: Highball. HEX triplet: 9D, A3 and 3A. RGB value is (157,163,58). Sum of RGB (Red+Green+Blue) = 157+163+58=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA33A is #625CC5. Grayscale: #959595. Windows color (decimal): -6446278 or 3842973. OLE color: 3842973.
HSL color Cylindrical-coordinate representation of color #9DA33A: hue angle of 63.43º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DA33A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 58 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.36 |
| HSL | 63.43º | 0.48% | 0.43% | - |
| HSV(B) | 63.43º | 0.64% | 0.64% | - |
| XYZ | 27.77 | 33.67 | 9.04 | - |
| YUV | 149.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 58 | 0.04 | 0 | 0.64 | 0.36 | 63.43 | 0.48 | 0.43 |
| Hex | 9D | A3 | 3A | 4 | 0 | 40 | 24 | 3F | 30 | 2B |
| Octal | 235 | 243 | 72 | 4 | 0 | 100 | 44 | 77 | 60 | 53 |
| Binary | 10011101 | 10100011 | 111010 | 100 | 0 | 1000000 | 100100 | 111111 | 110000 | 101011 |
Color Harmonies of #9DA33A
Complementary color
Monochromatic Colors of #9DA33A
Black with #9DA33A
Text Example
Text Example
White with #9DA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA33A; }
p { color: rgb(157,163,58); }
H1.HeaderClassName
{
color: #9DA33A;
}
.AnyTagClassName
{
color: #9DA33A;
}
</style>
background-color css
<style>
a { background-color: #9DA33A; }
a { background-color: rgb(157,163,58); }
div.DivClassName
{
background-color: #9DA33A;
}
.BgClassName
{
background-color: #9DA33A;
}
</style>
border-color css
<style>
span { border-color: #9DA33A; }
span { border-color: rgb(157,163,58); }
td.TdClassName
{
border-color: #9DA33A;
}
.TagClassName
{
border-color: #9DA33A;
}
</style>