Shades of Green Smoke #9FAE5F
Tints of Green Smoke #9FAE5F
RGB
CMYK
RGB Variations
Color information
#9FAE5F (or 0x9FAE5F) is known color: Green Smoke. HEX triplet: 9F, AE and 5F. RGB value is (159,174,95). Sum of RGB (Red+Green+Blue) = 159+174+95=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE5F is #6051A0. Grayscale: #A0A0A0. Windows color (decimal): -6312353 or 6270623. OLE color: 6270623.
HSL color Cylindrical-coordinate representation of color #9FAE5F: hue angle of 71.39º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FAE5F is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 95 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.32 |
| HSL | 71.39º | 0.33% | 0.53% | - |
| HSV(B) | 71.39º | 0.45% | 0.68% | - |
| XYZ | 31.5 | 38.47 | 16.59 | - |
| YUV | 160.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 95 | 0.09 | 0 | 0.45 | 0.32 | 71.39 | 0.33 | 0.53 |
| Hex | 9F | AE | 5F | 9 | 0 | 2D | 20 | 47 | 21 | 35 |
| Octal | 237 | 256 | 137 | 11 | 0 | 55 | 40 | 107 | 41 | 65 |
| Binary | 10011111 | 10101110 | 1011111 | 1001 | 0 | 101101 | 100000 | 1000111 | 100001 | 110101 |
Color Harmonies of #9FAE5F
Complementary color
Monochromatic Colors of #9FAE5F
Black with #9FAE5F
Text Example
Text Example
White with #9FAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE5F; }
p { color: rgb(159,174,95); }
H1.HeaderClassName
{
color: #9FAE5F;
}
.AnyTagClassName
{
color: #9FAE5F;
}
</style>
background-color css
<style>
a { background-color: #9FAE5F; }
a { background-color: rgb(159,174,95); }
div.DivClassName
{
background-color: #9FAE5F;
}
.BgClassName
{
background-color: #9FAE5F;
}
</style>
border-color css
<style>
span { border-color: #9FAE5F; }
span { border-color: rgb(159,174,95); }
td.TdClassName
{
border-color: #9FAE5F;
}
.TagClassName
{
border-color: #9FAE5F;
}
</style>