Shades of Green Smoke #9AAF49
Tints of Green Smoke #9AAF49
RGB
CMYK
RGB Variations
Color information
#9AAF49 (or 0x9AAF49) is known color: Green Smoke. HEX triplet: 9A, AF and 49. RGB value is (154,175,73). Sum of RGB (Red+Green+Blue) = 154+175+73=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF49 is #6550B6. Grayscale: #9D9D9D. Windows color (decimal): -6639799 or 4829082. OLE color: 4829082.
HSL color Cylindrical-coordinate representation of color #9AAF49: hue angle of 72.35º 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 #9AAF49 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 73 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.31 |
| HSL | 72.35º | 0.41% | 0.49% | - |
| HSV(B) | 72.35º | 0.58% | 0.69% | - |
| XYZ | 29.86 | 38.01 | 12.07 | - |
| YUV | 157.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 73 | 0.12 | 0 | 0.58 | 0.31 | 72.35 | 0.41 | 0.49 |
| Hex | 9A | AF | 49 | C | 0 | 3A | 1F | 48 | 29 | 31 |
| Octal | 232 | 257 | 111 | 14 | 0 | 72 | 37 | 110 | 51 | 61 |
| Binary | 10011010 | 10101111 | 1001001 | 1100 | 0 | 111010 | 11111 | 1001000 | 101001 | 110001 |
Color Harmonies of #9AAF49
Complementary color
Monochromatic Colors of #9AAF49
Black with #9AAF49
Text Example
Text Example
White with #9AAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF49; }
p { color: rgb(154,175,73); }
H1.HeaderClassName
{
color: #9AAF49;
}
.AnyTagClassName
{
color: #9AAF49;
}
</style>
background-color css
<style>
a { background-color: #9AAF49; }
a { background-color: rgb(154,175,73); }
div.DivClassName
{
background-color: #9AAF49;
}
.BgClassName
{
background-color: #9AAF49;
}
</style>
border-color css
<style>
span { border-color: #9AAF49; }
span { border-color: rgb(154,175,73); }
td.TdClassName
{
border-color: #9AAF49;
}
.TagClassName
{
border-color: #9AAF49;
}
</style>