Shades of Green Smoke #9CAE5E
Tints of Green Smoke #9CAE5E
RGB
CMYK
RGB Variations
Color information
#9CAE5E (or 0x9CAE5E) is known color: Green Smoke. HEX triplet: 9C, AE and 5E. RGB value is (156,174,94). Sum of RGB (Red+Green+Blue) = 156+174+94=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE5E is #6351A1. Grayscale: #9F9F9F. Windows color (decimal): -6508962 or 6205084. OLE color: 6205084.
HSL color Cylindrical-coordinate representation of color #9CAE5E: hue angle of 73.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CAE5E is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 94 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.32 |
| HSL | 73.5º | 0.33% | 0.53% | - |
| HSV(B) | 73.5º | 0.46% | 0.68% | - |
| XYZ | 30.87 | 38.15 | 16.33 | - |
| YUV | 159.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 94 | 0.10 | 0 | 0.46 | 0.32 | 73.5 | 0.33 | 0.53 |
| Hex | 9C | AE | 5E | A | 0 | 2E | 20 | 4A | 21 | 35 |
| Octal | 234 | 256 | 136 | 12 | 0 | 56 | 40 | 112 | 41 | 65 |
| Binary | 10011100 | 10101110 | 1011110 | 1010 | 0 | 101110 | 100000 | 1001010 | 100001 | 110101 |
Color Harmonies of #9CAE5E
Complementary color
Monochromatic Colors of #9CAE5E
Black with #9CAE5E
Text Example
Text Example
White with #9CAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE5E; }
p { color: rgb(156,174,94); }
H1.HeaderClassName
{
color: #9CAE5E;
}
.AnyTagClassName
{
color: #9CAE5E;
}
</style>
background-color css
<style>
a { background-color: #9CAE5E; }
a { background-color: rgb(156,174,94); }
div.DivClassName
{
background-color: #9CAE5E;
}
.BgClassName
{
background-color: #9CAE5E;
}
</style>
border-color css
<style>
span { border-color: #9CAE5E; }
span { border-color: rgb(156,174,94); }
td.TdClassName
{
border-color: #9CAE5E;
}
.TagClassName
{
border-color: #9CAE5E;
}
</style>