Shades of Green Smoke #9FB350
Tints of Green Smoke #9FB350
RGB
CMYK
RGB Variations
Color information
#9FB350 (or 0x9FB350) is known color: Green Smoke. HEX triplet: 9F, B3 and 50. RGB value is (159,179,80). Sum of RGB (Red+Green+Blue) = 159+179+80=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB350 is #604CAF. Grayscale: #A2A2A2. Windows color (decimal): -6311088 or 5288863. OLE color: 5288863.
HSL color Cylindrical-coordinate representation of color #9FB350: hue angle of 72.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FB350 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 80 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.30 |
| HSL | 72.12º | 0.39% | 0.51% | - |
| HSV(B) | 72.12º | 0.55% | 0.7% | - |
| XYZ | 31.87 | 40.19 | 13.67 | - |
| YUV | 161.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 80 | 0.11 | 0 | 0.55 | 0.30 | 72.12 | 0.39 | 0.51 |
| Hex | 9F | B3 | 50 | B | 0 | 37 | 1E | 48 | 27 | 33 |
| Octal | 237 | 263 | 120 | 13 | 0 | 67 | 36 | 110 | 47 | 63 |
| Binary | 10011111 | 10110011 | 1010000 | 1011 | 0 | 110111 | 11110 | 1001000 | 100111 | 110011 |
Color Harmonies of #9FB350
Complementary color
Monochromatic Colors of #9FB350
Black with #9FB350
Text Example
Text Example
White with #9FB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB350; }
p { color: rgb(159,179,80); }
H1.HeaderClassName
{
color: #9FB350;
}
.AnyTagClassName
{
color: #9FB350;
}
</style>
background-color css
<style>
a { background-color: #9FB350; }
a { background-color: rgb(159,179,80); }
div.DivClassName
{
background-color: #9FB350;
}
.BgClassName
{
background-color: #9FB350;
}
</style>
border-color css
<style>
span { border-color: #9FB350; }
span { border-color: rgb(159,179,80); }
td.TdClassName
{
border-color: #9FB350;
}
.TagClassName
{
border-color: #9FB350;
}
</style>