Shades of Green Smoke #9CAE64
Tints of Green Smoke #9CAE64
RGB
CMYK
RGB Variations
Color information
#9CAE64 (or 0x9CAE64) is known color: Green Smoke. HEX triplet: 9C, AE and 64. RGB value is (156,174,100). Sum of RGB (Red+Green+Blue) = 156+174+100=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE64 is #63519B. Grayscale: #A0A0A0. Windows color (decimal): -6508956 or 6598300. OLE color: 6598300.
HSL color Cylindrical-coordinate representation of color #9CAE64: hue angle of 74.59º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CAE64 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 100 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.32 |
| HSL | 74.59º | 0.31% | 0.54% | - |
| HSV(B) | 74.59º | 0.43% | 0.68% | - |
| XYZ | 31.15 | 38.26 | 17.8 | - |
| YUV | 160.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 100 | 0.10 | 0 | 0.43 | 0.32 | 74.59 | 0.31 | 0.54 |
| Hex | 9C | AE | 64 | A | 0 | 2B | 20 | 4B | 1F | 36 |
| Octal | 234 | 256 | 144 | 12 | 0 | 53 | 40 | 113 | 37 | 66 |
| Binary | 10011100 | 10101110 | 1100100 | 1010 | 0 | 101011 | 100000 | 1001011 | 11111 | 110110 |
Color Harmonies of #9CAE64
Complementary color
Monochromatic Colors of #9CAE64
Black with #9CAE64
Text Example
Text Example
White with #9CAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE64; }
p { color: rgb(156,174,100); }
H1.HeaderClassName
{
color: #9CAE64;
}
.AnyTagClassName
{
color: #9CAE64;
}
</style>
background-color css
<style>
a { background-color: #9CAE64; }
a { background-color: rgb(156,174,100); }
div.DivClassName
{
background-color: #9CAE64;
}
.BgClassName
{
background-color: #9CAE64;
}
</style>
border-color css
<style>
span { border-color: #9CAE64; }
span { border-color: rgb(156,174,100); }
td.TdClassName
{
border-color: #9CAE64;
}
.TagClassName
{
border-color: #9CAE64;
}
</style>