Shades of Green Smoke #9AAF4B
Tints of Green Smoke #9AAF4B
RGB
CMYK
RGB Variations
Color information
#9AAF4B (or 0x9AAF4B) is known color: Green Smoke. HEX triplet: 9A, AF and 4B. RGB value is (154,175,75). Sum of RGB (Red+Green+Blue) = 154+175+75=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF4B is #6550B4. Grayscale: #9D9D9D. Windows color (decimal): -6639797 or 4960154. OLE color: 4960154.
HSL color Cylindrical-coordinate representation of color #9AAF4B: hue angle of 72.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AAF4B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 75 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.31 |
| HSL | 72.6º | 0.4% | 0.49% | - |
| HSV(B) | 72.6º | 0.57% | 0.69% | - |
| XYZ | 29.93 | 38.04 | 12.42 | - |
| YUV | 157.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 75 | 0.12 | 0 | 0.57 | 0.31 | 72.6 | 0.4 | 0.49 |
| Hex | 9A | AF | 4B | C | 0 | 39 | 1F | 49 | 28 | 31 |
| Octal | 232 | 257 | 113 | 14 | 0 | 71 | 37 | 111 | 50 | 61 |
| Binary | 10011010 | 10101111 | 1001011 | 1100 | 0 | 111001 | 11111 | 1001001 | 101000 | 110001 |
Color Harmonies of #9AAF4B
Complementary color
Monochromatic Colors of #9AAF4B
Black with #9AAF4B
Text Example
Text Example
White with #9AAF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF4B; }
p { color: rgb(154,175,75); }
H1.HeaderClassName
{
color: #9AAF4B;
}
.AnyTagClassName
{
color: #9AAF4B;
}
</style>
background-color css
<style>
a { background-color: #9AAF4B; }
a { background-color: rgb(154,175,75); }
div.DivClassName
{
background-color: #9AAF4B;
}
.BgClassName
{
background-color: #9AAF4B;
}
</style>
border-color css
<style>
span { border-color: #9AAF4B; }
span { border-color: rgb(154,175,75); }
td.TdClassName
{
border-color: #9AAF4B;
}
.TagClassName
{
border-color: #9AAF4B;
}
</style>