Shades of Green Smoke #9FB45D
Tints of Green Smoke #9FB45D
RGB
CMYK
RGB Variations
Color information
#9FB45D (or 0x9FB45D) is known color: Green Smoke. HEX triplet: 9F, B4 and 5D. RGB value is (159,180,93). Sum of RGB (Red+Green+Blue) = 159+180+93=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB45D is #604BA2. Grayscale: #A4A4A4. Windows color (decimal): -6310819 or 6141087. OLE color: 6141087.
HSL color Cylindrical-coordinate representation of color #9FB45D: hue angle of 74.48º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FB45D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 93 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.29 |
| HSL | 74.48º | 0.37% | 0.54% | - |
| HSV(B) | 74.48º | 0.48% | 0.71% | - |
| XYZ | 32.6 | 40.8 | 16.51 | - |
| YUV | 163.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 93 | 0.12 | 0 | 0.48 | 0.29 | 74.48 | 0.37 | 0.54 |
| Hex | 9F | B4 | 5D | C | 0 | 30 | 1D | 4A | 25 | 36 |
| Octal | 237 | 264 | 135 | 14 | 0 | 60 | 35 | 112 | 45 | 66 |
| Binary | 10011111 | 10110100 | 1011101 | 1100 | 0 | 110000 | 11101 | 1001010 | 100101 | 110110 |
Color Harmonies of #9FB45D
Complementary color
Monochromatic Colors of #9FB45D
Black with #9FB45D
Text Example
Text Example
White with #9FB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB45D; }
p { color: rgb(159,180,93); }
H1.HeaderClassName
{
color: #9FB45D;
}
.AnyTagClassName
{
color: #9FB45D;
}
</style>
background-color css
<style>
a { background-color: #9FB45D; }
a { background-color: rgb(159,180,93); }
div.DivClassName
{
background-color: #9FB45D;
}
.BgClassName
{
background-color: #9FB45D;
}
</style>
border-color css
<style>
span { border-color: #9FB45D; }
span { border-color: rgb(159,180,93); }
td.TdClassName
{
border-color: #9FB45D;
}
.TagClassName
{
border-color: #9FB45D;
}
</style>