Shades of Green Smoke #9CA14A
Tints of Green Smoke #9CA14A
RGB
CMYK
RGB Variations
Color information
#9CA14A (or 0x9CA14A) is known color: Green Smoke. HEX triplet: 9C, A1 and 4A. RGB value is (156,161,74). Sum of RGB (Red+Green+Blue) = 156+161+74=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA14A is #635EB5. Grayscale: #959595. Windows color (decimal): -6512310 or 4891036. OLE color: 4891036.
HSL color Cylindrical-coordinate representation of color #9CA14A: hue angle of 63.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CA14A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 161 | 74 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.37 |
| HSL | 63.45º | 0.37% | 0.46% | - |
| HSV(B) | 63.45º | 0.54% | 0.63% | - |
| XYZ | 27.69 | 33.05 | 11.4 | - |
| YUV | 149.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 74 | 0.03 | 0 | 0.54 | 0.37 | 63.45 | 0.37 | 0.46 |
| Hex | 9C | A1 | 4A | 3 | 0 | 36 | 25 | 3F | 25 | 2E |
| Octal | 234 | 241 | 112 | 3 | 0 | 66 | 45 | 77 | 45 | 56 |
| Binary | 10011100 | 10100001 | 1001010 | 11 | 0 | 110110 | 100101 | 111111 | 100101 | 101110 |
Color Harmonies of #9CA14A
Complementary color
Monochromatic Colors of #9CA14A
Black with #9CA14A
Text Example
Text Example
White with #9CA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA14A; }
p { color: rgb(156,161,74); }
H1.HeaderClassName
{
color: #9CA14A;
}
.AnyTagClassName
{
color: #9CA14A;
}
</style>
background-color css
<style>
a { background-color: #9CA14A; }
a { background-color: rgb(156,161,74); }
div.DivClassName
{
background-color: #9CA14A;
}
.BgClassName
{
background-color: #9CA14A;
}
</style>
border-color css
<style>
span { border-color: #9CA14A; }
span { border-color: rgb(156,161,74); }
td.TdClassName
{
border-color: #9CA14A;
}
.TagClassName
{
border-color: #9CA14A;
}
</style>