Shades of Green Smoke #99AA51
Tints of Green Smoke #99AA51
RGB
CMYK
RGB Variations
Color information
#99AA51 (or 0x99AA51) is known color: Green Smoke. HEX triplet: 99, AA and 51. RGB value is (153,170,81). Sum of RGB (Red+Green+Blue) = 153+170+81=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA51 is #6655AE. Grayscale: #9B9B9B. Windows color (decimal): -6706607 or 5352089. OLE color: 5352089.
HSL color Cylindrical-coordinate representation of color #99AA51: hue angle of 71.46º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99AA51 is Cyan = 0.1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 81 | - |
| CMYK | 0.1 | 0 | 0.52 | 0.33 |
| HSL | 71.46º | 0.35% | 0.49% | - |
| HSV(B) | 71.46º | 0.52% | 0.67% | - |
| XYZ | 29 | 36.12 | 13.23 | - |
| YUV | 154.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 81 | 0.1 | 0 | 0.52 | 0.33 | 71.46 | 0.35 | 0.49 |
| Hex | 99 | AA | 51 | A | 0 | 34 | 21 | 47 | 23 | 31 |
| Octal | 231 | 252 | 121 | 12 | 0 | 64 | 41 | 107 | 43 | 61 |
| Binary | 10011001 | 10101010 | 1010001 | 1010 | 0 | 110100 | 100001 | 1000111 | 100011 | 110001 |
Color Harmonies of #99AA51
Complementary color
Monochromatic Colors of #99AA51
Black with #99AA51
Text Example
Text Example
White with #99AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA51; }
p { color: rgb(153,170,81); }
H1.HeaderClassName
{
color: #99AA51;
}
.AnyTagClassName
{
color: #99AA51;
}
</style>
background-color css
<style>
a { background-color: #99AA51; }
a { background-color: rgb(153,170,81); }
div.DivClassName
{
background-color: #99AA51;
}
.BgClassName
{
background-color: #99AA51;
}
</style>
border-color css
<style>
span { border-color: #99AA51; }
span { border-color: rgb(153,170,81); }
td.TdClassName
{
border-color: #99AA51;
}
.TagClassName
{
border-color: #99AA51;
}
</style>