Shades of Green Smoke #99AA4D
Tints of Green Smoke #99AA4D
RGB
CMYK
RGB Variations
Color information
#99AA4D (or 0x99AA4D) is known color: Green Smoke. HEX triplet: 99, AA and 4D. RGB value is (153,170,77). Sum of RGB (Red+Green+Blue) = 153+170+77=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA4D is #6655B2. Grayscale: #9A9A9A. Windows color (decimal): -6706611 or 5089945. OLE color: 5089945.
HSL color Cylindrical-coordinate representation of color #99AA4D: hue angle of 70.97º 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 #99AA4D is Cyan = 0.1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 77 | - |
| CMYK | 0.1 | 0 | 0.55 | 0.33 |
| HSL | 70.97º | 0.38% | 0.48% | - |
| HSV(B) | 70.97º | 0.55% | 0.67% | - |
| XYZ | 28.85 | 36.06 | 12.46 | - |
| YUV | 154.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 77 | 0.1 | 0 | 0.55 | 0.33 | 70.97 | 0.38 | 0.48 |
| Hex | 99 | AA | 4D | A | 0 | 37 | 21 | 47 | 26 | 30 |
| Octal | 231 | 252 | 115 | 12 | 0 | 67 | 41 | 107 | 46 | 60 |
| Binary | 10011001 | 10101010 | 1001101 | 1010 | 0 | 110111 | 100001 | 1000111 | 100110 | 110000 |
Color Harmonies of #99AA4D
Complementary color
Monochromatic Colors of #99AA4D
Black with #99AA4D
Text Example
Text Example
White with #99AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA4D; }
p { color: rgb(153,170,77); }
H1.HeaderClassName
{
color: #99AA4D;
}
.AnyTagClassName
{
color: #99AA4D;
}
</style>
background-color css
<style>
a { background-color: #99AA4D; }
a { background-color: rgb(153,170,77); }
div.DivClassName
{
background-color: #99AA4D;
}
.BgClassName
{
background-color: #99AA4D;
}
</style>
border-color css
<style>
span { border-color: #99AA4D; }
span { border-color: rgb(153,170,77); }
td.TdClassName
{
border-color: #99AA4D;
}
.TagClassName
{
border-color: #99AA4D;
}
</style>