Shades of Green Smoke #9CAA46
Tints of Green Smoke #9CAA46
RGB
CMYK
RGB Variations
Color information
#9CAA46 (or 0x9CAA46) is known color: Green Smoke. HEX triplet: 9C, AA and 46. RGB value is (156,170,70). Sum of RGB (Red+Green+Blue) = 156+170+70=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA46 is #6355B9. Grayscale: #9A9A9A. Windows color (decimal): -6510010 or 4631196. OLE color: 4631196.
HSL color Cylindrical-coordinate representation of color #9CAA46: hue angle of 68.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CAA46 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 70 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.33 |
| HSL | 68.4º | 0.42% | 0.47% | - |
| HSV(B) | 68.4º | 0.59% | 0.67% | - |
| XYZ | 29.19 | 36.26 | 11.25 | - |
| YUV | 154.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 70 | 0.08 | 0 | 0.59 | 0.33 | 68.4 | 0.42 | 0.47 |
| Hex | 9C | AA | 46 | 8 | 0 | 3B | 21 | 44 | 2A | 2F |
| Octal | 234 | 252 | 106 | 10 | 0 | 73 | 41 | 104 | 52 | 57 |
| Binary | 10011100 | 10101010 | 1000110 | 1000 | 0 | 111011 | 100001 | 1000100 | 101010 | 101111 |
Color Harmonies of #9CAA46
Complementary color
Monochromatic Colors of #9CAA46
Black with #9CAA46
Text Example
Text Example
White with #9CAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA46; }
p { color: rgb(156,170,70); }
H1.HeaderClassName
{
color: #9CAA46;
}
.AnyTagClassName
{
color: #9CAA46;
}
</style>
background-color css
<style>
a { background-color: #9CAA46; }
a { background-color: rgb(156,170,70); }
div.DivClassName
{
background-color: #9CAA46;
}
.BgClassName
{
background-color: #9CAA46;
}
</style>
border-color css
<style>
span { border-color: #9CAA46; }
span { border-color: rgb(156,170,70); }
td.TdClassName
{
border-color: #9CAA46;
}
.TagClassName
{
border-color: #9CAA46;
}
</style>