Shades of Green Smoke #9AAD4C
Tints of Green Smoke #9AAD4C
RGB
CMYK
RGB Variations
Color information
#9AAD4C (or 0x9AAD4C) is known color: Green Smoke. HEX triplet: 9A, AD and 4C. RGB value is (154,173,76). Sum of RGB (Red+Green+Blue) = 154+173+76=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAD4C is #6552B3. Grayscale: #9C9C9C. Windows color (decimal): -6640308 or 5025178. OLE color: 5025178.
HSL color Cylindrical-coordinate representation of color #9AAD4C: hue angle of 71.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AAD4C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 173 | 76 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.32 |
| HSL | 71.75º | 0.39% | 0.49% | - |
| HSV(B) | 71.75º | 0.56% | 0.68% | - |
| XYZ | 29.57 | 37.28 | 12.47 | - |
| YUV | 156.26 | 82.71 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 76 | 0.11 | 0 | 0.56 | 0.32 | 71.75 | 0.39 | 0.49 |
| Hex | 9A | AD | 4C | B | 0 | 38 | 20 | 48 | 27 | 31 |
| Octal | 232 | 255 | 114 | 13 | 0 | 70 | 40 | 110 | 47 | 61 |
| Binary | 10011010 | 10101101 | 1001100 | 1011 | 0 | 111000 | 100000 | 1001000 | 100111 | 110001 |
Color Harmonies of #9AAD4C
Complementary color
Monochromatic Colors of #9AAD4C
Black with #9AAD4C
Text Example
Text Example
White with #9AAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAD4C; }
p { color: rgb(154,173,76); }
H1.HeaderClassName
{
color: #9AAD4C;
}
.AnyTagClassName
{
color: #9AAD4C;
}
</style>
background-color css
<style>
a { background-color: #9AAD4C; }
a { background-color: rgb(154,173,76); }
div.DivClassName
{
background-color: #9AAD4C;
}
.BgClassName
{
background-color: #9AAD4C;
}
</style>
border-color css
<style>
span { border-color: #9AAD4C; }
span { border-color: rgb(154,173,76); }
td.TdClassName
{
border-color: #9AAD4C;
}
.TagClassName
{
border-color: #9AAD4C;
}
</style>