Shades of Green Smoke #9AAD4D
Tints of Green Smoke #9AAD4D
RGB
CMYK
RGB Variations
Color information
#9AAD4D (or 0x9AAD4D) is known color: Green Smoke. HEX triplet: 9A, AD and 4D. RGB value is (154,173,77). Sum of RGB (Red+Green+Blue) = 154+173+77=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAD4D is #6552B2. Grayscale: #9C9C9C. Windows color (decimal): -6640307 or 5090714. OLE color: 5090714.
HSL color Cylindrical-coordinate representation of color #9AAD4D: hue angle of 71.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AAD4D is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 173 | 77 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.32 |
| HSL | 71.88º | 0.38% | 0.49% | - |
| HSV(B) | 71.88º | 0.55% | 0.68% | - |
| XYZ | 29.61 | 37.29 | 12.66 | - |
| YUV | 156.38 | 83.21 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 77 | 0.11 | 0 | 0.55 | 0.32 | 71.88 | 0.38 | 0.49 |
| Hex | 9A | AD | 4D | B | 0 | 37 | 20 | 48 | 26 | 31 |
| Octal | 232 | 255 | 115 | 13 | 0 | 67 | 40 | 110 | 46 | 61 |
| Binary | 10011010 | 10101101 | 1001101 | 1011 | 0 | 110111 | 100000 | 1001000 | 100110 | 110001 |
Color Harmonies of #9AAD4D
Complementary color
Monochromatic Colors of #9AAD4D
Black with #9AAD4D
Text Example
Text Example
White with #9AAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAD4D; }
p { color: rgb(154,173,77); }
H1.HeaderClassName
{
color: #9AAD4D;
}
.AnyTagClassName
{
color: #9AAD4D;
}
</style>
background-color css
<style>
a { background-color: #9AAD4D; }
a { background-color: rgb(154,173,77); }
div.DivClassName
{
background-color: #9AAD4D;
}
.BgClassName
{
background-color: #9AAD4D;
}
</style>
border-color css
<style>
span { border-color: #9AAD4D; }
span { border-color: rgb(154,173,77); }
td.TdClassName
{
border-color: #9AAD4D;
}
.TagClassName
{
border-color: #9AAD4D;
}
</style>