Shades of Green Smoke #99AA46
Tints of Green Smoke #99AA46
RGB
CMYK
RGB Variations
Color information
#99AA46 (or 0x99AA46) is known color: Green Smoke. HEX triplet: 99, AA and 46. RGB value is (153,170,70). Sum of RGB (Red+Green+Blue) = 153+170+70=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA46 is #6655B9. Grayscale: #999999. Windows color (decimal): -6706618 or 4631193. OLE color: 4631193.
HSL color Cylindrical-coordinate representation of color #99AA46: hue angle of 70.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99AA46 is Cyan = 0.1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 70 | - |
| CMYK | 0.1 | 0 | 0.59 | 0.33 |
| HSL | 70.2º | 0.42% | 0.47% | - |
| HSV(B) | 70.2º | 0.59% | 0.67% | - |
| XYZ | 28.62 | 35.96 | 11.23 | - |
| YUV | 153.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 70 | 0.1 | 0 | 0.59 | 0.33 | 70.2 | 0.42 | 0.47 |
| Hex | 99 | AA | 46 | A | 0 | 3B | 21 | 46 | 2A | 2F |
| Octal | 231 | 252 | 106 | 12 | 0 | 73 | 41 | 106 | 52 | 57 |
| Binary | 10011001 | 10101010 | 1000110 | 1010 | 0 | 111011 | 100001 | 1000110 | 101010 | 101111 |
Color Harmonies of #99AA46
Complementary color
Monochromatic Colors of #99AA46
Black with #99AA46
Text Example
Text Example
White with #99AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA46; }
p { color: rgb(153,170,70); }
H1.HeaderClassName
{
color: #99AA46;
}
.AnyTagClassName
{
color: #99AA46;
}
</style>
background-color css
<style>
a { background-color: #99AA46; }
a { background-color: rgb(153,170,70); }
div.DivClassName
{
background-color: #99AA46;
}
.BgClassName
{
background-color: #99AA46;
}
</style>
border-color css
<style>
span { border-color: #99AA46; }
span { border-color: rgb(153,170,70); }
td.TdClassName
{
border-color: #99AA46;
}
.TagClassName
{
border-color: #99AA46;
}
</style>