Shades of Green Smoke #9DA450
Tints of Green Smoke #9DA450
RGB
CMYK
RGB Variations
Color information
#9DA450 (or 0x9DA450) is known color: Green Smoke. HEX triplet: 9D, A4 and 50. RGB value is (157,164,80). Sum of RGB (Red+Green+Blue) = 157+164+80=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA450 is #625BAF. Grayscale: #989898. Windows color (decimal): -6446000 or 5285021. OLE color: 5285021.
HSL color Cylindrical-coordinate representation of color #9DA450: hue angle of 65º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DA450 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 80 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.36 |
| HSL | 65º | 0.34% | 0.48% | - |
| HSV(B) | 65º | 0.51% | 0.64% | - |
| XYZ | 28.63 | 34.3 | 12.7 | - |
| YUV | 152.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 80 | 0.04 | 0 | 0.51 | 0.36 | 65 | 0.34 | 0.48 |
| Hex | 9D | A4 | 50 | 4 | 0 | 33 | 24 | 41 | 22 | 30 |
| Octal | 235 | 244 | 120 | 4 | 0 | 63 | 44 | 101 | 42 | 60 |
| Binary | 10011101 | 10100100 | 1010000 | 100 | 0 | 110011 | 100100 | 1000001 | 100010 | 110000 |
Color Harmonies of #9DA450
Complementary color
Monochromatic Colors of #9DA450
Black with #9DA450
Text Example
Text Example
White with #9DA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA450; }
p { color: rgb(157,164,80); }
H1.HeaderClassName
{
color: #9DA450;
}
.AnyTagClassName
{
color: #9DA450;
}
</style>
background-color css
<style>
a { background-color: #9DA450; }
a { background-color: rgb(157,164,80); }
div.DivClassName
{
background-color: #9DA450;
}
.BgClassName
{
background-color: #9DA450;
}
</style>
border-color css
<style>
span { border-color: #9DA450; }
span { border-color: rgb(157,164,80); }
td.TdClassName
{
border-color: #9DA450;
}
.TagClassName
{
border-color: #9DA450;
}
</style>