Shades of Green Smoke #9DAB4A
Tints of Green Smoke #9DAB4A
RGB
CMYK
RGB Variations
Color information
#9DAB4A (or 0x9DAB4A) is known color: Green Smoke. HEX triplet: 9D, AB and 4A. RGB value is (157,171,74). Sum of RGB (Red+Green+Blue) = 157+171+74=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAB4A is #6254B5. Grayscale: #9C9C9C. Windows color (decimal): -6444214 or 4893597. OLE color: 4893597.
HSL color Cylindrical-coordinate representation of color #9DAB4A: hue angle of 68.66º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DAB4A is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 74 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.33 |
| HSL | 68.66º | 0.4% | 0.48% | - |
| HSV(B) | 68.66º | 0.57% | 0.67% | - |
| XYZ | 29.7 | 36.79 | 12.01 | - |
| YUV | 155.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 74 | 0.08 | 0 | 0.57 | 0.33 | 68.66 | 0.4 | 0.48 |
| Hex | 9D | AB | 4A | 8 | 0 | 39 | 21 | 45 | 28 | 30 |
| Octal | 235 | 253 | 112 | 10 | 0 | 71 | 41 | 105 | 50 | 60 |
| Binary | 10011101 | 10101011 | 1001010 | 1000 | 0 | 111001 | 100001 | 1000101 | 101000 | 110000 |
Color Harmonies of #9DAB4A
Complementary color
Monochromatic Colors of #9DAB4A
Black with #9DAB4A
Text Example
Text Example
White with #9DAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB4A; }
p { color: rgb(157,171,74); }
H1.HeaderClassName
{
color: #9DAB4A;
}
.AnyTagClassName
{
color: #9DAB4A;
}
</style>
background-color css
<style>
a { background-color: #9DAB4A; }
a { background-color: rgb(157,171,74); }
div.DivClassName
{
background-color: #9DAB4A;
}
.BgClassName
{
background-color: #9DAB4A;
}
</style>
border-color css
<style>
span { border-color: #9DAB4A; }
span { border-color: rgb(157,171,74); }
td.TdClassName
{
border-color: #9DAB4A;
}
.TagClassName
{
border-color: #9DAB4A;
}
</style>