Shades of Green Smoke #9CAE50
Tints of Green Smoke #9CAE50
RGB
CMYK
RGB Variations
Color information
#9CAE50 (or 0x9CAE50) is known color: Green Smoke. HEX triplet: 9C, AE and 50. RGB value is (156,174,80). Sum of RGB (Red+Green+Blue) = 156+174+80=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAE50 is #6351AF. Grayscale: #9E9E9E. Windows color (decimal): -6508976 or 5287580. OLE color: 5287580.
HSL color Cylindrical-coordinate representation of color #9CAE50: hue angle of 71.49º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CAE50 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 174 | 80 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.32 |
| HSL | 71.49º | 0.37% | 0.5% | - |
| HSV(B) | 71.49º | 0.54% | 0.68% | - |
| XYZ | 30.29 | 37.92 | 13.31 | - |
| YUV | 157.9 | 84.04 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 80 | 0.10 | 0 | 0.54 | 0.32 | 71.49 | 0.37 | 0.5 |
| Hex | 9C | AE | 50 | A | 0 | 36 | 20 | 47 | 25 | 32 |
| Octal | 234 | 256 | 120 | 12 | 0 | 66 | 40 | 107 | 45 | 62 |
| Binary | 10011100 | 10101110 | 1010000 | 1010 | 0 | 110110 | 100000 | 1000111 | 100101 | 110010 |
Color Harmonies of #9CAE50
Complementary color
Monochromatic Colors of #9CAE50
Black with #9CAE50
Text Example
Text Example
White with #9CAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAE50; }
p { color: rgb(156,174,80); }
H1.HeaderClassName
{
color: #9CAE50;
}
.AnyTagClassName
{
color: #9CAE50;
}
</style>
background-color css
<style>
a { background-color: #9CAE50; }
a { background-color: rgb(156,174,80); }
div.DivClassName
{
background-color: #9CAE50;
}
.BgClassName
{
background-color: #9CAE50;
}
</style>
border-color css
<style>
span { border-color: #9CAE50; }
span { border-color: rgb(156,174,80); }
td.TdClassName
{
border-color: #9CAE50;
}
.TagClassName
{
border-color: #9CAE50;
}
</style>