Shades of Green Smoke #9FB45B
Tints of Green Smoke #9FB45B
RGB
CMYK
RGB Variations
Color information
#9FB45B (or 0x9FB45B) is known color: Green Smoke. HEX triplet: 9F, B4 and 5B. RGB value is (159,180,91). Sum of RGB (Red+Green+Blue) = 159+180+91=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB45B is #604BA4. Grayscale: #A3A3A3. Windows color (decimal): -6310821 or 6010015. OLE color: 6010015.
HSL color Cylindrical-coordinate representation of color #9FB45B: hue angle of 74.16º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FB45B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 91 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.29 |
| HSL | 74.16º | 0.37% | 0.53% | - |
| HSV(B) | 74.16º | 0.49% | 0.71% | - |
| XYZ | 32.51 | 40.77 | 16.05 | - |
| YUV | 163.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 91 | 0.12 | 0 | 0.49 | 0.29 | 74.16 | 0.37 | 0.53 |
| Hex | 9F | B4 | 5B | C | 0 | 31 | 1D | 4A | 25 | 35 |
| Octal | 237 | 264 | 133 | 14 | 0 | 61 | 35 | 112 | 45 | 65 |
| Binary | 10011111 | 10110100 | 1011011 | 1100 | 0 | 110001 | 11101 | 1001010 | 100101 | 110101 |
Color Harmonies of #9FB45B
Complementary color
Monochromatic Colors of #9FB45B
Black with #9FB45B
Text Example
Text Example
White with #9FB45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB45B; }
p { color: rgb(159,180,91); }
H1.HeaderClassName
{
color: #9FB45B;
}
.AnyTagClassName
{
color: #9FB45B;
}
</style>
background-color css
<style>
a { background-color: #9FB45B; }
a { background-color: rgb(159,180,91); }
div.DivClassName
{
background-color: #9FB45B;
}
.BgClassName
{
background-color: #9FB45B;
}
</style>
border-color css
<style>
span { border-color: #9FB45B; }
span { border-color: rgb(159,180,91); }
td.TdClassName
{
border-color: #9FB45B;
}
.TagClassName
{
border-color: #9FB45B;
}
</style>