Shades of Green Smoke #9CAF60
Tints of Green Smoke #9CAF60
RGB
CMYK
RGB Variations
Color information
#9CAF60 (or 0x9CAF60) is known color: Green Smoke. HEX triplet: 9C, AF and 60. RGB value is (156,175,96). Sum of RGB (Red+Green+Blue) = 156+175+96=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF60 is #63509F. Grayscale: #A0A0A0. Windows color (decimal): -6508704 or 6336412. OLE color: 6336412.
HSL color Cylindrical-coordinate representation of color #9CAF60: hue angle of 74.43º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CAF60 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 96 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.31 |
| HSL | 74.43º | 0.33% | 0.53% | - |
| HSV(B) | 74.43º | 0.45% | 0.69% | - |
| XYZ | 31.15 | 38.57 | 16.87 | - |
| YUV | 160.31 | 91.71 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 96 | 0.11 | 0 | 0.45 | 0.31 | 74.43 | 0.33 | 0.53 |
| Hex | 9C | AF | 60 | B | 0 | 2D | 1F | 4A | 21 | 35 |
| Octal | 234 | 257 | 140 | 13 | 0 | 55 | 37 | 112 | 41 | 65 |
| Binary | 10011100 | 10101111 | 1100000 | 1011 | 0 | 101101 | 11111 | 1001010 | 100001 | 110101 |
Color Harmonies of #9CAF60
Complementary color
Monochromatic Colors of #9CAF60
Black with #9CAF60
Text Example
Text Example
White with #9CAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF60; }
p { color: rgb(156,175,96); }
H1.HeaderClassName
{
color: #9CAF60;
}
.AnyTagClassName
{
color: #9CAF60;
}
</style>
background-color css
<style>
a { background-color: #9CAF60; }
a { background-color: rgb(156,175,96); }
div.DivClassName
{
background-color: #9CAF60;
}
.BgClassName
{
background-color: #9CAF60;
}
</style>
border-color css
<style>
span { border-color: #9CAF60; }
span { border-color: rgb(156,175,96); }
td.TdClassName
{
border-color: #9CAF60;
}
.TagClassName
{
border-color: #9CAF60;
}
</style>