Shades of Green Smoke #9DA558
Tints of Green Smoke #9DA558
RGB
CMYK
RGB Variations
Color information
#9DA558 (or 0x9DA558) is known color: Green Smoke. HEX triplet: 9D, A5 and 58. RGB value is (157,165,88). Sum of RGB (Red+Green+Blue) = 157+165+88=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA558 is #625AA7. Grayscale: #9A9A9A. Windows color (decimal): -6445736 or 5809565. OLE color: 5809565.
HSL color Cylindrical-coordinate representation of color #9DA558: hue angle of 66.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DA558 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 165 | 88 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.35 |
| HSL | 66.23º | 0.3% | 0.5% | - |
| HSV(B) | 66.23º | 0.47% | 0.65% | - |
| XYZ | 29.12 | 34.78 | 14.41 | - |
| YUV | 153.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 165 | 88 | 0.05 | 0 | 0.47 | 0.35 | 66.23 | 0.3 | 0.5 |
| Hex | 9D | A5 | 58 | 5 | 0 | 2F | 23 | 42 | 1E | 32 |
| Octal | 235 | 245 | 130 | 5 | 0 | 57 | 43 | 102 | 36 | 62 |
| Binary | 10011101 | 10100101 | 1011000 | 101 | 0 | 101111 | 100011 | 1000010 | 11110 | 110010 |
Color Harmonies of #9DA558
Complementary color
Monochromatic Colors of #9DA558
Black with #9DA558
Text Example
Text Example
White with #9DA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA558; }
p { color: rgb(157,165,88); }
H1.HeaderClassName
{
color: #9DA558;
}
.AnyTagClassName
{
color: #9DA558;
}
</style>
background-color css
<style>
a { background-color: #9DA558; }
a { background-color: rgb(157,165,88); }
div.DivClassName
{
background-color: #9DA558;
}
.BgClassName
{
background-color: #9DA558;
}
</style>
border-color css
<style>
span { border-color: #9DA558; }
span { border-color: rgb(157,165,88); }
td.TdClassName
{
border-color: #9DA558;
}
.TagClassName
{
border-color: #9DA558;
}
</style>