Shades of Green Smoke #99AE63
Tints of Green Smoke #99AE63
RGB
CMYK
RGB Variations
Color information
#99AE63 (or 0x99AE63) is known color: Green Smoke. HEX triplet: 99, AE and 63. RGB value is (153,174,99). Sum of RGB (Red+Green+Blue) = 153+174+99=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE63 is #66519C. Grayscale: #9F9F9F. Windows color (decimal): -6705565 or 6532761. OLE color: 6532761.
HSL color Cylindrical-coordinate representation of color #99AE63: hue angle of 76.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99AE63 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 99 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.32 |
| HSL | 76.8º | 0.32% | 0.54% | - |
| HSV(B) | 76.8º | 0.43% | 0.68% | - |
| XYZ | 30.53 | 37.95 | 17.52 | - |
| YUV | 159.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 99 | 0.12 | 0 | 0.43 | 0.32 | 76.8 | 0.32 | 0.54 |
| Hex | 99 | AE | 63 | C | 0 | 2B | 20 | 4D | 20 | 36 |
| Octal | 231 | 256 | 143 | 14 | 0 | 53 | 40 | 115 | 40 | 66 |
| Binary | 10011001 | 10101110 | 1100011 | 1100 | 0 | 101011 | 100000 | 1001101 | 100000 | 110110 |
Color Harmonies of #99AE63
Complementary color
Monochromatic Colors of #99AE63
Black with #99AE63
Text Example
Text Example
White with #99AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE63; }
p { color: rgb(153,174,99); }
H1.HeaderClassName
{
color: #99AE63;
}
.AnyTagClassName
{
color: #99AE63;
}
</style>
background-color css
<style>
a { background-color: #99AE63; }
a { background-color: rgb(153,174,99); }
div.DivClassName
{
background-color: #99AE63;
}
.BgClassName
{
background-color: #99AE63;
}
</style>
border-color css
<style>
span { border-color: #99AE63; }
span { border-color: rgb(153,174,99); }
td.TdClassName
{
border-color: #99AE63;
}
.TagClassName
{
border-color: #99AE63;
}
</style>