Shades of Green Smoke #9DA358
Tints of Green Smoke #9DA358
RGB
CMYK
RGB Variations
Color information
#9DA358 (or 0x9DA358) is known color: Green Smoke. HEX triplet: 9D, A3 and 58. RGB value is (157,163,88). Sum of RGB (Red+Green+Blue) = 157+163+88=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA358 is #625CA7. Grayscale: #989898. Windows color (decimal): -6446248 or 5809053. OLE color: 5809053.
HSL color Cylindrical-coordinate representation of color #9DA358: hue angle of 64.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DA358 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 88 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.36 |
| HSL | 64.8º | 0.3% | 0.49% | - |
| HSV(B) | 64.8º | 0.46% | 0.64% | - |
| XYZ | 28.76 | 34.07 | 14.29 | - |
| YUV | 152.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 88 | 0.04 | 0 | 0.46 | 0.36 | 64.8 | 0.3 | 0.49 |
| Hex | 9D | A3 | 58 | 4 | 0 | 2E | 24 | 41 | 1E | 31 |
| Octal | 235 | 243 | 130 | 4 | 0 | 56 | 44 | 101 | 36 | 61 |
| Binary | 10011101 | 10100011 | 1011000 | 100 | 0 | 101110 | 100100 | 1000001 | 11110 | 110001 |
Color Harmonies of #9DA358
Complementary color
Monochromatic Colors of #9DA358
Black with #9DA358
Text Example
Text Example
White with #9DA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA358; }
p { color: rgb(157,163,88); }
H1.HeaderClassName
{
color: #9DA358;
}
.AnyTagClassName
{
color: #9DA358;
}
</style>
background-color css
<style>
a { background-color: #9DA358; }
a { background-color: rgb(157,163,88); }
div.DivClassName
{
background-color: #9DA358;
}
.BgClassName
{
background-color: #9DA358;
}
</style>
border-color css
<style>
span { border-color: #9DA358; }
span { border-color: rgb(157,163,88); }
td.TdClassName
{
border-color: #9DA358;
}
.TagClassName
{
border-color: #9DA358;
}
</style>