Shades of Green Smoke #9DB04A
Tints of Green Smoke #9DB04A
RGB
CMYK
RGB Variations
Color information
#9DB04A (or 0x9DB04A) is known color: Green Smoke. HEX triplet: 9D, B0 and 4A. RGB value is (157,176,74). Sum of RGB (Red+Green+Blue) = 157+176+74=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB04A is #624FB5. Grayscale: #9F9F9F. Windows color (decimal): -6442934 or 4894877. OLE color: 4894877.
HSL color Cylindrical-coordinate representation of color #9DB04A: hue angle of 71.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DB04A is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 74 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.31 |
| HSL | 71.18º | 0.41% | 0.49% | - |
| HSV(B) | 71.18º | 0.58% | 0.69% | - |
| XYZ | 30.67 | 38.71 | 12.33 | - |
| YUV | 158.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 74 | 0.11 | 0 | 0.58 | 0.31 | 71.18 | 0.41 | 0.49 |
| Hex | 9D | B0 | 4A | B | 0 | 3A | 1F | 47 | 29 | 31 |
| Octal | 235 | 260 | 112 | 13 | 0 | 72 | 37 | 107 | 51 | 61 |
| Binary | 10011101 | 10110000 | 1001010 | 1011 | 0 | 111010 | 11111 | 1000111 | 101001 | 110001 |
Color Harmonies of #9DB04A
Complementary color
Monochromatic Colors of #9DB04A
Black with #9DB04A
Text Example
Text Example
White with #9DB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB04A; }
p { color: rgb(157,176,74); }
H1.HeaderClassName
{
color: #9DB04A;
}
.AnyTagClassName
{
color: #9DB04A;
}
</style>
background-color css
<style>
a { background-color: #9DB04A; }
a { background-color: rgb(157,176,74); }
div.DivClassName
{
background-color: #9DB04A;
}
.BgClassName
{
background-color: #9DB04A;
}
</style>
border-color css
<style>
span { border-color: #9DB04A; }
span { border-color: rgb(157,176,74); }
td.TdClassName
{
border-color: #9DB04A;
}
.TagClassName
{
border-color: #9DB04A;
}
</style>