Shades of Green Smoke #99AA4C
Tints of Green Smoke #99AA4C
RGB
CMYK
RGB Variations
Color information
#99AA4C (or 0x99AA4C) is known color: Green Smoke. HEX triplet: 99, AA and 4C. RGB value is (153,170,76). Sum of RGB (Red+Green+Blue) = 153+170+76=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA4C is #6655B3. Grayscale: #9A9A9A. Windows color (decimal): -6706612 or 5024409. OLE color: 5024409.
HSL color Cylindrical-coordinate representation of color #99AA4C: hue angle of 70.85º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99AA4C is Cyan = 0.1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 76 | - |
| CMYK | 0.1 | 0 | 0.55 | 0.33 |
| HSL | 70.85º | 0.38% | 0.48% | - |
| HSV(B) | 70.85º | 0.55% | 0.67% | - |
| XYZ | 28.82 | 36.04 | 12.28 | - |
| YUV | 154.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 76 | 0.1 | 0 | 0.55 | 0.33 | 70.85 | 0.38 | 0.48 |
| Hex | 99 | AA | 4C | A | 0 | 37 | 21 | 47 | 26 | 30 |
| Octal | 231 | 252 | 114 | 12 | 0 | 67 | 41 | 107 | 46 | 60 |
| Binary | 10011001 | 10101010 | 1001100 | 1010 | 0 | 110111 | 100001 | 1000111 | 100110 | 110000 |
Color Harmonies of #99AA4C
Complementary color
Monochromatic Colors of #99AA4C
Black with #99AA4C
Text Example
Text Example
White with #99AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA4C; }
p { color: rgb(153,170,76); }
H1.HeaderClassName
{
color: #99AA4C;
}
.AnyTagClassName
{
color: #99AA4C;
}
</style>
background-color css
<style>
a { background-color: #99AA4C; }
a { background-color: rgb(153,170,76); }
div.DivClassName
{
background-color: #99AA4C;
}
.BgClassName
{
background-color: #99AA4C;
}
</style>
border-color css
<style>
span { border-color: #99AA4C; }
span { border-color: rgb(153,170,76); }
td.TdClassName
{
border-color: #99AA4C;
}
.TagClassName
{
border-color: #99AA4C;
}
</style>