Shades of Green Smoke #9CAC45
Tints of Green Smoke #9CAC45
RGB
CMYK
RGB Variations
Color information
#9CAC45 (or 0x9CAC45) is known color: Green Smoke. HEX triplet: 9C, AC and 45. RGB value is (156,172,69). Sum of RGB (Red+Green+Blue) = 156+172+69=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC45 is #6353BA. Grayscale: #9B9B9B. Windows color (decimal): -6509499 or 4566172. OLE color: 4566172.
HSL color Cylindrical-coordinate representation of color #9CAC45: hue angle of 69.32º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9CAC45 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 69 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.33 |
| HSL | 69.32º | 0.43% | 0.47% | - |
| HSV(B) | 69.32º | 0.6% | 0.67% | - |
| XYZ | 29.54 | 37 | 11.22 | - |
| YUV | 155.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 69 | 0.09 | 0 | 0.60 | 0.33 | 69.32 | 0.43 | 0.47 |
| Hex | 9C | AC | 45 | 9 | 0 | 3C | 21 | 45 | 2B | 2F |
| Octal | 234 | 254 | 105 | 11 | 0 | 74 | 41 | 105 | 53 | 57 |
| Binary | 10011100 | 10101100 | 1000101 | 1001 | 0 | 111100 | 100001 | 1000101 | 101011 | 101111 |
Color Harmonies of #9CAC45
Complementary color
Monochromatic Colors of #9CAC45
Black with #9CAC45
Text Example
Text Example
White with #9CAC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC45; }
p { color: rgb(156,172,69); }
H1.HeaderClassName
{
color: #9CAC45;
}
.AnyTagClassName
{
color: #9CAC45;
}
</style>
background-color css
<style>
a { background-color: #9CAC45; }
a { background-color: rgb(156,172,69); }
div.DivClassName
{
background-color: #9CAC45;
}
.BgClassName
{
background-color: #9CAC45;
}
</style>
border-color css
<style>
span { border-color: #9CAC45; }
span { border-color: rgb(156,172,69); }
td.TdClassName
{
border-color: #9CAC45;
}
.TagClassName
{
border-color: #9CAC45;
}
</style>