Shades of Green Smoke #9DB45D
Tints of Green Smoke #9DB45D
RGB
CMYK
RGB Variations
Color information
#9DB45D (or 0x9DB45D) is known color: Green Smoke. HEX triplet: 9D, B4 and 5D. RGB value is (157,180,93). Sum of RGB (Red+Green+Blue) = 157+180+93=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB45D is #624BA2. Grayscale: #A3A3A3. Windows color (decimal): -6441891 or 6141085. OLE color: 6141085.
HSL color Cylindrical-coordinate representation of color #9DB45D: hue angle of 75.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB45D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 93 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.29 |
| HSL | 75.86º | 0.37% | 0.54% | - |
| HSV(B) | 75.86º | 0.48% | 0.71% | - |
| XYZ | 32.2 | 40.6 | 16.5 | - |
| YUV | 163.21 | 88.38 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 93 | 0.13 | 0 | 0.48 | 0.29 | 75.86 | 0.37 | 0.54 |
| Hex | 9D | B4 | 5D | D | 0 | 30 | 1D | 4C | 25 | 36 |
| Octal | 235 | 264 | 135 | 15 | 0 | 60 | 35 | 114 | 45 | 66 |
| Binary | 10011101 | 10110100 | 1011101 | 1101 | 0 | 110000 | 11101 | 1001100 | 100101 | 110110 |
Color Harmonies of #9DB45D
Complementary color
Monochromatic Colors of #9DB45D
Black with #9DB45D
Text Example
Text Example
White with #9DB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB45D; }
p { color: rgb(157,180,93); }
H1.HeaderClassName
{
color: #9DB45D;
}
.AnyTagClassName
{
color: #9DB45D;
}
</style>
background-color css
<style>
a { background-color: #9DB45D; }
a { background-color: rgb(157,180,93); }
div.DivClassName
{
background-color: #9DB45D;
}
.BgClassName
{
background-color: #9DB45D;
}
</style>
border-color css
<style>
span { border-color: #9DB45D; }
span { border-color: rgb(157,180,93); }
td.TdClassName
{
border-color: #9DB45D;
}
.TagClassName
{
border-color: #9DB45D;
}
</style>