Shades of Green Smoke #9AAF5D
Tints of Green Smoke #9AAF5D
RGB
CMYK
RGB Variations
Color information
#9AAF5D (or 0x9AAF5D) is known color: Green Smoke. HEX triplet: 9A, AF and 5D. RGB value is (154,175,93). Sum of RGB (Red+Green+Blue) = 154+175+93=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF5D is #6550A2. Grayscale: #9F9F9F. Windows color (decimal): -6639779 or 6139802. OLE color: 6139802.
HSL color Cylindrical-coordinate representation of color #9AAF5D: hue angle of 75.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AAF5D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 93 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.31 |
| HSL | 75.37º | 0.34% | 0.53% | - |
| HSV(B) | 75.37º | 0.47% | 0.69% | - |
| XYZ | 30.63 | 38.32 | 16.14 | - |
| YUV | 159.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 93 | 0.12 | 0 | 0.47 | 0.31 | 75.37 | 0.34 | 0.53 |
| Hex | 9A | AF | 5D | C | 0 | 2F | 1F | 4B | 22 | 35 |
| Octal | 232 | 257 | 135 | 14 | 0 | 57 | 37 | 113 | 42 | 65 |
| Binary | 10011010 | 10101111 | 1011101 | 1100 | 0 | 101111 | 11111 | 1001011 | 100010 | 110101 |
Color Harmonies of #9AAF5D
Complementary color
Monochromatic Colors of #9AAF5D
Black with #9AAF5D
Text Example
Text Example
White with #9AAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF5D; }
p { color: rgb(154,175,93); }
H1.HeaderClassName
{
color: #9AAF5D;
}
.AnyTagClassName
{
color: #9AAF5D;
}
</style>
background-color css
<style>
a { background-color: #9AAF5D; }
a { background-color: rgb(154,175,93); }
div.DivClassName
{
background-color: #9AAF5D;
}
.BgClassName
{
background-color: #9AAF5D;
}
</style>
border-color css
<style>
span { border-color: #9AAF5D; }
span { border-color: rgb(154,175,93); }
td.TdClassName
{
border-color: #9AAF5D;
}
.TagClassName
{
border-color: #9AAF5D;
}
</style>