Shades of Green Smoke #99AA5E
Tints of Green Smoke #99AA5E
RGB
CMYK
RGB Variations
Color information
#99AA5E (or 0x99AA5E) is known color: Green Smoke. HEX triplet: 99, AA and 5E. RGB value is (153,170,94). Sum of RGB (Red+Green+Blue) = 153+170+94=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA5E is #6655A1. Grayscale: #9C9C9C. Windows color (decimal): -6706594 or 6204057. OLE color: 6204057.
HSL color Cylindrical-coordinate representation of color #99AA5E: hue angle of 73.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99AA5E is Cyan = 0.1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 94 | - |
| CMYK | 0.1 | 0 | 0.45 | 0.33 |
| HSL | 73.42º | 0.31% | 0.52% | - |
| HSV(B) | 73.42º | 0.45% | 0.67% | - |
| XYZ | 29.53 | 36.33 | 16.05 | - |
| YUV | 156.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 94 | 0.1 | 0 | 0.45 | 0.33 | 73.42 | 0.31 | 0.52 |
| Hex | 99 | AA | 5E | A | 0 | 2D | 21 | 49 | 1F | 34 |
| Octal | 231 | 252 | 136 | 12 | 0 | 55 | 41 | 111 | 37 | 64 |
| Binary | 10011001 | 10101010 | 1011110 | 1010 | 0 | 101101 | 100001 | 1001001 | 11111 | 110100 |
Color Harmonies of #99AA5E
Complementary color
Monochromatic Colors of #99AA5E
Black with #99AA5E
Text Example
Text Example
White with #99AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA5E; }
p { color: rgb(153,170,94); }
H1.HeaderClassName
{
color: #99AA5E;
}
.AnyTagClassName
{
color: #99AA5E;
}
</style>
background-color css
<style>
a { background-color: #99AA5E; }
a { background-color: rgb(153,170,94); }
div.DivClassName
{
background-color: #99AA5E;
}
.BgClassName
{
background-color: #99AA5E;
}
</style>
border-color css
<style>
span { border-color: #99AA5E; }
span { border-color: rgb(153,170,94); }
td.TdClassName
{
border-color: #99AA5E;
}
.TagClassName
{
border-color: #99AA5E;
}
</style>