Shades of Green Smoke #9FA150
Tints of Green Smoke #9FA150
RGB
CMYK
RGB Variations
Color information
#9FA150 (or 0x9FA150) is known color: Green Smoke. HEX triplet: 9F, A1 and 50. RGB value is (159,161,80). Sum of RGB (Red+Green+Blue) = 159+161+80=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA150 is #605EAF. Grayscale: #979797. Windows color (decimal): -6315696 or 5284255. OLE color: 5284255.
HSL color Cylindrical-coordinate representation of color #9FA150: hue angle of 61.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FA150 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 80 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.37 |
| HSL | 61.48º | 0.34% | 0.47% | - |
| HSV(B) | 61.48º | 0.5% | 0.63% | - |
| XYZ | 28.49 | 33.44 | 12.54 | - |
| YUV | 151.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 80 | 0.01 | 0 | 0.50 | 0.37 | 61.48 | 0.34 | 0.47 |
| Hex | 9F | A1 | 50 | 1 | 0 | 32 | 25 | 3D | 22 | 2F |
| Octal | 237 | 241 | 120 | 1 | 0 | 62 | 45 | 75 | 42 | 57 |
| Binary | 10011111 | 10100001 | 1010000 | 1 | 0 | 110010 | 100101 | 111101 | 100010 | 101111 |
Color Harmonies of #9FA150
Complementary color
Monochromatic Colors of #9FA150
Black with #9FA150
Text Example
Text Example
White with #9FA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA150; }
p { color: rgb(159,161,80); }
H1.HeaderClassName
{
color: #9FA150;
}
.AnyTagClassName
{
color: #9FA150;
}
</style>
background-color css
<style>
a { background-color: #9FA150; }
a { background-color: rgb(159,161,80); }
div.DivClassName
{
background-color: #9FA150;
}
.BgClassName
{
background-color: #9FA150;
}
</style>
border-color css
<style>
span { border-color: #9FA150; }
span { border-color: rgb(159,161,80); }
td.TdClassName
{
border-color: #9FA150;
}
.TagClassName
{
border-color: #9FA150;
}
</style>