Shades of Green Smoke #9DB44F
Tints of Green Smoke #9DB44F
RGB
CMYK
RGB Variations
Color information
#9DB44F (or 0x9DB44F) is known color: Green Smoke. HEX triplet: 9D, B4 and 4F. RGB value is (157,180,79). Sum of RGB (Red+Green+Blue) = 157+180+79=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB44F is #624BB0. Grayscale: #A1A1A1. Windows color (decimal): -6441905 or 5223581. OLE color: 5223581.
HSL color Cylindrical-coordinate representation of color #9DB44F: hue angle of 73.66º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DB44F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 79 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.29 |
| HSL | 73.66º | 0.4% | 0.51% | - |
| HSV(B) | 73.66º | 0.56% | 0.71% | - |
| XYZ | 31.64 | 40.38 | 13.52 | - |
| YUV | 161.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 79 | 0.13 | 0 | 0.56 | 0.29 | 73.66 | 0.4 | 0.51 |
| Hex | 9D | B4 | 4F | D | 0 | 38 | 1D | 4A | 28 | 33 |
| Octal | 235 | 264 | 117 | 15 | 0 | 70 | 35 | 112 | 50 | 63 |
| Binary | 10011101 | 10110100 | 1001111 | 1101 | 0 | 111000 | 11101 | 1001010 | 101000 | 110011 |
Color Harmonies of #9DB44F
Complementary color
Monochromatic Colors of #9DB44F
Black with #9DB44F
Text Example
Text Example
White with #9DB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB44F; }
p { color: rgb(157,180,79); }
H1.HeaderClassName
{
color: #9DB44F;
}
.AnyTagClassName
{
color: #9DB44F;
}
</style>
background-color css
<style>
a { background-color: #9DB44F; }
a { background-color: rgb(157,180,79); }
div.DivClassName
{
background-color: #9DB44F;
}
.BgClassName
{
background-color: #9DB44F;
}
</style>
border-color css
<style>
span { border-color: #9DB44F; }
span { border-color: rgb(157,180,79); }
td.TdClassName
{
border-color: #9DB44F;
}
.TagClassName
{
border-color: #9DB44F;
}
</style>