Shades of Green Smoke #9CAC50
Tints of Green Smoke #9CAC50
RGB
CMYK
RGB Variations
Color information
#9CAC50 (or 0x9CAC50) is known color: Green Smoke. HEX triplet: 9C, AC and 50. RGB value is (156,172,80). Sum of RGB (Red+Green+Blue) = 156+172+80=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAC50 is #6353AF. Grayscale: #9D9D9D. Windows color (decimal): -6509488 or 5287068. OLE color: 5287068.
HSL color Cylindrical-coordinate representation of color #9CAC50: hue angle of 70.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CAC50 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 80 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.33 |
| HSL | 70.43º | 0.37% | 0.49% | - |
| HSV(B) | 70.43º | 0.53% | 0.67% | - |
| XYZ | 29.91 | 37.15 | 13.18 | - |
| YUV | 156.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 80 | 0.09 | 0 | 0.53 | 0.33 | 70.43 | 0.37 | 0.49 |
| Hex | 9C | AC | 50 | 9 | 0 | 35 | 21 | 46 | 25 | 31 |
| Octal | 234 | 254 | 120 | 11 | 0 | 65 | 41 | 106 | 45 | 61 |
| Binary | 10011100 | 10101100 | 1010000 | 1001 | 0 | 110101 | 100001 | 1000110 | 100101 | 110001 |
Color Harmonies of #9CAC50
Complementary color
Monochromatic Colors of #9CAC50
Black with #9CAC50
Text Example
Text Example
White with #9CAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC50; }
p { color: rgb(156,172,80); }
H1.HeaderClassName
{
color: #9CAC50;
}
.AnyTagClassName
{
color: #9CAC50;
}
</style>
background-color css
<style>
a { background-color: #9CAC50; }
a { background-color: rgb(156,172,80); }
div.DivClassName
{
background-color: #9CAC50;
}
.BgClassName
{
background-color: #9CAC50;
}
</style>
border-color css
<style>
span { border-color: #9CAC50; }
span { border-color: rgb(156,172,80); }
td.TdClassName
{
border-color: #9CAC50;
}
.TagClassName
{
border-color: #9CAC50;
}
</style>