Shades of Green Smoke #9CAF55
Tints of Green Smoke #9CAF55
RGB
CMYK
RGB Variations
Color information
#9CAF55 (or 0x9CAF55) is known color: Green Smoke. HEX triplet: 9C, AF and 55. RGB value is (156,175,85). Sum of RGB (Red+Green+Blue) = 156+175+85=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF55 is #6350AA. Grayscale: #9F9F9F. Windows color (decimal): -6508715 or 5615516. OLE color: 5615516.
HSL color Cylindrical-coordinate representation of color #9CAF55: hue angle of 72.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CAF55 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 85 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.31 |
| HSL | 72.67º | 0.36% | 0.51% | - |
| HSV(B) | 72.67º | 0.51% | 0.69% | - |
| XYZ | 30.68 | 38.38 | 14.39 | - |
| YUV | 159.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 85 | 0.11 | 0 | 0.51 | 0.31 | 72.67 | 0.36 | 0.51 |
| Hex | 9C | AF | 55 | B | 0 | 33 | 1F | 49 | 24 | 33 |
| Octal | 234 | 257 | 125 | 13 | 0 | 63 | 37 | 111 | 44 | 63 |
| Binary | 10011100 | 10101111 | 1010101 | 1011 | 0 | 110011 | 11111 | 1001001 | 100100 | 110011 |
Color Harmonies of #9CAF55
Complementary color
Monochromatic Colors of #9CAF55
Black with #9CAF55
Text Example
Text Example
White with #9CAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF55; }
p { color: rgb(156,175,85); }
H1.HeaderClassName
{
color: #9CAF55;
}
.AnyTagClassName
{
color: #9CAF55;
}
</style>
background-color css
<style>
a { background-color: #9CAF55; }
a { background-color: rgb(156,175,85); }
div.DivClassName
{
background-color: #9CAF55;
}
.BgClassName
{
background-color: #9CAF55;
}
</style>
border-color css
<style>
span { border-color: #9CAF55; }
span { border-color: rgb(156,175,85); }
td.TdClassName
{
border-color: #9CAF55;
}
.TagClassName
{
border-color: #9CAF55;
}
</style>