Shades of Green Smoke #9CA44A
Tints of Green Smoke #9CA44A
RGB
CMYK
RGB Variations
Color information
#9CA44A (or 0x9CA44A) is known color: Green Smoke. HEX triplet: 9C, A4 and 4A. RGB value is (156,164,74). Sum of RGB (Red+Green+Blue) = 156+164+74=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA44A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA44A is #635BB5. Grayscale: #979797. Windows color (decimal): -6511542 or 4891804. OLE color: 4891804.
HSL color Cylindrical-coordinate representation of color #9CA44A: hue angle of 65.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA44A is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 74 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.36 |
| HSL | 65.33º | 0.38% | 0.47% | - |
| HSV(B) | 65.33º | 0.55% | 0.64% | - |
| XYZ | 28.22 | 34.11 | 11.58 | - |
| YUV | 151.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 74 | 0.05 | 0 | 0.55 | 0.36 | 65.33 | 0.38 | 0.47 |
| Hex | 9C | A4 | 4A | 5 | 0 | 37 | 24 | 41 | 26 | 2F |
| Octal | 234 | 244 | 112 | 5 | 0 | 67 | 44 | 101 | 46 | 57 |
| Binary | 10011100 | 10100100 | 1001010 | 101 | 0 | 110111 | 100100 | 1000001 | 100110 | 101111 |
Color Harmonies of #9CA44A
Complementary color
Monochromatic Colors of #9CA44A
Black with #9CA44A
Text Example
Text Example
White with #9CA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA44A; }
p { color: rgb(156,164,74); }
H1.HeaderClassName
{
color: #9CA44A;
}
.AnyTagClassName
{
color: #9CA44A;
}
</style>
background-color css
<style>
a { background-color: #9CA44A; }
a { background-color: rgb(156,164,74); }
div.DivClassName
{
background-color: #9CA44A;
}
.BgClassName
{
background-color: #9CA44A;
}
</style>
border-color css
<style>
span { border-color: #9CA44A; }
span { border-color: rgb(156,164,74); }
td.TdClassName
{
border-color: #9CA44A;
}
.TagClassName
{
border-color: #9CA44A;
}
</style>