Shades of Green Smoke #9CAE69
Tints of Green Smoke #9CAE69
RGB
CMYK
RGB Variations
Color information
#9CAE69 (or 0x9CAE69) is known color: Green Smoke. HEX triplet: 9C, AE and 69. RGB value is (156,174,105). Sum of RGB (Red+Green+Blue) = 156+174+105=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE69 is #635196. Grayscale: #A1A1A1. Windows color (decimal): -6508951 or 6925980. OLE color: 6925980.
HSL color Cylindrical-coordinate representation of color #9CAE69: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CAE69 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 105 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.32 |
| HSL | 75.65º | 0.3% | 0.55% | - |
| HSV(B) | 75.65º | 0.4% | 0.68% | - |
| XYZ | 31.4 | 38.36 | 19.11 | - |
| YUV | 160.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 105 | 0.10 | 0 | 0.40 | 0.32 | 75.65 | 0.3 | 0.55 |
| Hex | 9C | AE | 69 | A | 0 | 28 | 20 | 4C | 1E | 37 |
| Octal | 234 | 256 | 151 | 12 | 0 | 50 | 40 | 114 | 36 | 67 |
| Binary | 10011100 | 10101110 | 1101001 | 1010 | 0 | 101000 | 100000 | 1001100 | 11110 | 110111 |
Color Harmonies of #9CAE69
Complementary color
Monochromatic Colors of #9CAE69
Black with #9CAE69
Text Example
Text Example
White with #9CAE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE69; }
p { color: rgb(156,174,105); }
H1.HeaderClassName
{
color: #9CAE69;
}
.AnyTagClassName
{
color: #9CAE69;
}
</style>
background-color css
<style>
a { background-color: #9CAE69; }
a { background-color: rgb(156,174,105); }
div.DivClassName
{
background-color: #9CAE69;
}
.BgClassName
{
background-color: #9CAE69;
}
</style>
border-color css
<style>
span { border-color: #9CAE69; }
span { border-color: rgb(156,174,105); }
td.TdClassName
{
border-color: #9CAE69;
}
.TagClassName
{
border-color: #9CAE69;
}
</style>