Shades of Green Smoke #9DAF4A
Tints of Green Smoke #9DAF4A
RGB
CMYK
RGB Variations
Color information
#9DAF4A (or 0x9DAF4A) is known color: Green Smoke. HEX triplet: 9D, AF and 4A. RGB value is (157,175,74). Sum of RGB (Red+Green+Blue) = 157+175+74=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF4A is #6250B5. Grayscale: #9E9E9E. Windows color (decimal): -6443190 or 4894621. OLE color: 4894621.
HSL color Cylindrical-coordinate representation of color #9DAF4A: hue angle of 70.69º 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 #9DAF4A is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 74 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.31 |
| HSL | 70.69º | 0.41% | 0.49% | - |
| HSV(B) | 70.69º | 0.58% | 0.69% | - |
| XYZ | 30.47 | 38.32 | 12.27 | - |
| YUV | 158.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 74 | 0.10 | 0 | 0.58 | 0.31 | 70.69 | 0.41 | 0.49 |
| Hex | 9D | AF | 4A | A | 0 | 3A | 1F | 47 | 29 | 31 |
| Octal | 235 | 257 | 112 | 12 | 0 | 72 | 37 | 107 | 51 | 61 |
| Binary | 10011101 | 10101111 | 1001010 | 1010 | 0 | 111010 | 11111 | 1000111 | 101001 | 110001 |
Color Harmonies of #9DAF4A
Complementary color
Monochromatic Colors of #9DAF4A
Black with #9DAF4A
Text Example
Text Example
White with #9DAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF4A; }
p { color: rgb(157,175,74); }
H1.HeaderClassName
{
color: #9DAF4A;
}
.AnyTagClassName
{
color: #9DAF4A;
}
</style>
background-color css
<style>
a { background-color: #9DAF4A; }
a { background-color: rgb(157,175,74); }
div.DivClassName
{
background-color: #9DAF4A;
}
.BgClassName
{
background-color: #9DAF4A;
}
</style>
border-color css
<style>
span { border-color: #9DAF4A; }
span { border-color: rgb(157,175,74); }
td.TdClassName
{
border-color: #9DAF4A;
}
.TagClassName
{
border-color: #9DAF4A;
}
</style>