Shades of Green Smoke #9AAF4C
Tints of Green Smoke #9AAF4C
RGB
CMYK
RGB Variations
Color information
#9AAF4C (or 0x9AAF4C) is known color: Green Smoke. HEX triplet: 9A, AF and 4C. RGB value is (154,175,76). Sum of RGB (Red+Green+Blue) = 154+175+76=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AAF4C is #6550B3. Grayscale: #9D9D9D. Windows color (decimal): -6639796 or 5025690. OLE color: 5025690.
HSL color Cylindrical-coordinate representation of color #9AAF4C: hue angle of 72.73º degrees, saturation: 0.39, 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 #9AAF4C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 76 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.31 |
| HSL | 72.73º | 0.39% | 0.49% | - |
| HSV(B) | 72.73º | 0.57% | 0.69% | - |
| XYZ | 29.96 | 38.05 | 12.6 | - |
| YUV | 157.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 76 | 0.12 | 0 | 0.57 | 0.31 | 72.73 | 0.39 | 0.49 |
| Hex | 9A | AF | 4C | C | 0 | 39 | 1F | 49 | 27 | 31 |
| Octal | 232 | 257 | 114 | 14 | 0 | 71 | 37 | 111 | 47 | 61 |
| Binary | 10011010 | 10101111 | 1001100 | 1100 | 0 | 111001 | 11111 | 1001001 | 100111 | 110001 |
Color Harmonies of #9AAF4C
Complementary color
Monochromatic Colors of #9AAF4C
Black with #9AAF4C
Text Example
Text Example
White with #9AAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF4C; }
p { color: rgb(154,175,76); }
H1.HeaderClassName
{
color: #9AAF4C;
}
.AnyTagClassName
{
color: #9AAF4C;
}
</style>
background-color css
<style>
a { background-color: #9AAF4C; }
a { background-color: rgb(154,175,76); }
div.DivClassName
{
background-color: #9AAF4C;
}
.BgClassName
{
background-color: #9AAF4C;
}
</style>
border-color css
<style>
span { border-color: #9AAF4C; }
span { border-color: rgb(154,175,76); }
td.TdClassName
{
border-color: #9AAF4C;
}
.TagClassName
{
border-color: #9AAF4C;
}
</style>