Shades of Green Smoke #9AAF4D
Tints of Green Smoke #9AAF4D
RGB
CMYK
RGB Variations
Color information
#9AAF4D (or 0x9AAF4D) is known color: Green Smoke. HEX triplet: 9A, AF and 4D. RGB value is (154,175,77). Sum of RGB (Red+Green+Blue) = 154+175+77=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF4D is #6550B2. Grayscale: #9D9D9D. Windows color (decimal): -6639795 or 5091226. OLE color: 5091226.
HSL color Cylindrical-coordinate representation of color #9AAF4D: hue angle of 72.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AAF4D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 77 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.31 |
| HSL | 72.86º | 0.39% | 0.49% | - |
| HSV(B) | 72.86º | 0.56% | 0.69% | - |
| XYZ | 30 | 38.07 | 12.79 | - |
| YUV | 157.55 | 82.54 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 77 | 0.12 | 0 | 0.56 | 0.31 | 72.86 | 0.39 | 0.49 |
| Hex | 9A | AF | 4D | C | 0 | 38 | 1F | 49 | 27 | 31 |
| Octal | 232 | 257 | 115 | 14 | 0 | 70 | 37 | 111 | 47 | 61 |
| Binary | 10011010 | 10101111 | 1001101 | 1100 | 0 | 111000 | 11111 | 1001001 | 100111 | 110001 |
Color Harmonies of #9AAF4D
Complementary color
Monochromatic Colors of #9AAF4D
Black with #9AAF4D
Text Example
Text Example
White with #9AAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF4D; }
p { color: rgb(154,175,77); }
H1.HeaderClassName
{
color: #9AAF4D;
}
.AnyTagClassName
{
color: #9AAF4D;
}
</style>
background-color css
<style>
a { background-color: #9AAF4D; }
a { background-color: rgb(154,175,77); }
div.DivClassName
{
background-color: #9AAF4D;
}
.BgClassName
{
background-color: #9AAF4D;
}
</style>
border-color css
<style>
span { border-color: #9AAF4D; }
span { border-color: rgb(154,175,77); }
td.TdClassName
{
border-color: #9AAF4D;
}
.TagClassName
{
border-color: #9AAF4D;
}
</style>