Shades of Green Smoke #99AC64
Tints of Green Smoke #99AC64
RGB
CMYK
RGB Variations
Color information
#99AC64 (or 0x99AC64) is known color: Green Smoke. HEX triplet: 99, AC and 64. RGB value is (153,172,100). Sum of RGB (Red+Green+Blue) = 153+172+100=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AC64 is #66539B. Grayscale: #9E9E9E. Windows color (decimal): -6706076 or 6597785. OLE color: 6597785.
HSL color Cylindrical-coordinate representation of color #99AC64: hue angle of 75.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99AC64 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 100 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.33 |
| HSL | 75.83º | 0.3% | 0.53% | - |
| HSV(B) | 75.83º | 0.42% | 0.67% | - |
| XYZ | 30.19 | 37.2 | 17.65 | - |
| YUV | 158.11 | 95.21 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 100 | 0.11 | 0 | 0.42 | 0.33 | 75.83 | 0.3 | 0.53 |
| Hex | 99 | AC | 64 | B | 0 | 2A | 21 | 4C | 1E | 35 |
| Octal | 231 | 254 | 144 | 13 | 0 | 52 | 41 | 114 | 36 | 65 |
| Binary | 10011001 | 10101100 | 1100100 | 1011 | 0 | 101010 | 100001 | 1001100 | 11110 | 110101 |
Color Harmonies of #99AC64
Complementary color
Monochromatic Colors of #99AC64
Black with #99AC64
Text Example
Text Example
White with #99AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC64; }
p { color: rgb(153,172,100); }
H1.HeaderClassName
{
color: #99AC64;
}
.AnyTagClassName
{
color: #99AC64;
}
</style>
background-color css
<style>
a { background-color: #99AC64; }
a { background-color: rgb(153,172,100); }
div.DivClassName
{
background-color: #99AC64;
}
.BgClassName
{
background-color: #99AC64;
}
</style>
border-color css
<style>
span { border-color: #99AC64; }
span { border-color: rgb(153,172,100); }
td.TdClassName
{
border-color: #99AC64;
}
.TagClassName
{
border-color: #99AC64;
}
</style>