Shades of Green Smoke #9CAD60
Tints of Green Smoke #9CAD60
RGB
CMYK
RGB Variations
Color information
#9CAD60 (or 0x9CAD60) is known color: Green Smoke. HEX triplet: 9C, AD and 60. RGB value is (156,173,96). Sum of RGB (Red+Green+Blue) = 156+173+96=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAD60 is #63529F. Grayscale: #9F9F9F. Windows color (decimal): -6509216 or 6335900. OLE color: 6335900.
HSL color Cylindrical-coordinate representation of color #9CAD60: hue angle of 73.25º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CAD60 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 96 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.32 |
| HSL | 73.25º | 0.32% | 0.53% | - |
| HSV(B) | 73.25º | 0.45% | 0.68% | - |
| XYZ | 30.77 | 37.8 | 16.74 | - |
| YUV | 159.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 96 | 0.10 | 0 | 0.45 | 0.32 | 73.25 | 0.32 | 0.53 |
| Hex | 9C | AD | 60 | A | 0 | 2D | 20 | 49 | 20 | 35 |
| Octal | 234 | 255 | 140 | 12 | 0 | 55 | 40 | 111 | 40 | 65 |
| Binary | 10011100 | 10101101 | 1100000 | 1010 | 0 | 101101 | 100000 | 1001001 | 100000 | 110101 |
Color Harmonies of #9CAD60
Complementary color
Monochromatic Colors of #9CAD60
Black with #9CAD60
Text Example
Text Example
White with #9CAD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD60; }
p { color: rgb(156,173,96); }
H1.HeaderClassName
{
color: #9CAD60;
}
.AnyTagClassName
{
color: #9CAD60;
}
</style>
background-color css
<style>
a { background-color: #9CAD60; }
a { background-color: rgb(156,173,96); }
div.DivClassName
{
background-color: #9CAD60;
}
.BgClassName
{
background-color: #9CAD60;
}
</style>
border-color css
<style>
span { border-color: #9CAD60; }
span { border-color: rgb(156,173,96); }
td.TdClassName
{
border-color: #9CAD60;
}
.TagClassName
{
border-color: #9CAD60;
}
</style>