Shades of Green Smoke #9FB25E
Tints of Green Smoke #9FB25E
RGB
CMYK
RGB Variations
Color information
#9FB25E (or 0x9FB25E) is known color: Green Smoke. HEX triplet: 9F, B2 and 5E. RGB value is (159,178,94). Sum of RGB (Red+Green+Blue) = 159+178+94=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB25E is #604DA1. Grayscale: #A3A3A3. Windows color (decimal): -6311330 or 6206111. OLE color: 6206111.
HSL color Cylindrical-coordinate representation of color #9FB25E: hue angle of 73.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FB25E is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 178 | 94 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.30 |
| HSL | 73.57º | 0.35% | 0.53% | - |
| HSV(B) | 73.57º | 0.47% | 0.7% | - |
| XYZ | 32.24 | 40.02 | 16.62 | - |
| YUV | 162.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 178 | 94 | 0.11 | 0 | 0.47 | 0.30 | 73.57 | 0.35 | 0.53 |
| Hex | 9F | B2 | 5E | B | 0 | 2F | 1E | 4A | 23 | 35 |
| Octal | 237 | 262 | 136 | 13 | 0 | 57 | 36 | 112 | 43 | 65 |
| Binary | 10011111 | 10110010 | 1011110 | 1011 | 0 | 101111 | 11110 | 1001010 | 100011 | 110101 |
Color Harmonies of #9FB25E
Complementary color
Monochromatic Colors of #9FB25E
Black with #9FB25E
Text Example
Text Example
White with #9FB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB25E; }
p { color: rgb(159,178,94); }
H1.HeaderClassName
{
color: #9FB25E;
}
.AnyTagClassName
{
color: #9FB25E;
}
</style>
background-color css
<style>
a { background-color: #9FB25E; }
a { background-color: rgb(159,178,94); }
div.DivClassName
{
background-color: #9FB25E;
}
.BgClassName
{
background-color: #9FB25E;
}
</style>
border-color css
<style>
span { border-color: #9FB25E; }
span { border-color: rgb(159,178,94); }
td.TdClassName
{
border-color: #9FB25E;
}
.TagClassName
{
border-color: #9FB25E;
}
</style>