Shades of Green Smoke #9FAE4A
Tints of Green Smoke #9FAE4A
RGB
CMYK
RGB Variations
Color information
#9FAE4A (or 0x9FAE4A) is known color: Green Smoke. HEX triplet: 9F, AE and 4A. RGB value is (159,174,74). Sum of RGB (Red+Green+Blue) = 159+174+74=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAE4A is #6051B5. Grayscale: #9E9E9E. Windows color (decimal): -6312374 or 4894367. OLE color: 4894367.
HSL color Cylindrical-coordinate representation of color #9FAE4A: hue angle of 69º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FAE4A is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 74 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.32 |
| HSL | 69º | 0.4% | 0.49% | - |
| HSV(B) | 69º | 0.57% | 0.68% | - |
| XYZ | 30.67 | 38.14 | 12.22 | - |
| YUV | 158.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 74 | 0.09 | 0 | 0.57 | 0.32 | 69 | 0.4 | 0.49 |
| Hex | 9F | AE | 4A | 9 | 0 | 39 | 20 | 45 | 28 | 31 |
| Octal | 237 | 256 | 112 | 11 | 0 | 71 | 40 | 105 | 50 | 61 |
| Binary | 10011111 | 10101110 | 1001010 | 1001 | 0 | 111001 | 100000 | 1000101 | 101000 | 110001 |
Color Harmonies of #9FAE4A
Complementary color
Monochromatic Colors of #9FAE4A
Black with #9FAE4A
Text Example
Text Example
White with #9FAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE4A; }
p { color: rgb(159,174,74); }
H1.HeaderClassName
{
color: #9FAE4A;
}
.AnyTagClassName
{
color: #9FAE4A;
}
</style>
background-color css
<style>
a { background-color: #9FAE4A; }
a { background-color: rgb(159,174,74); }
div.DivClassName
{
background-color: #9FAE4A;
}
.BgClassName
{
background-color: #9FAE4A;
}
</style>
border-color css
<style>
span { border-color: #9FAE4A; }
span { border-color: rgb(159,174,74); }
td.TdClassName
{
border-color: #9FAE4A;
}
.TagClassName
{
border-color: #9FAE4A;
}
</style>