Shades of Green Smoke #99AE4A
Tints of Green Smoke #99AE4A
RGB
CMYK
RGB Variations
Color information
#99AE4A (or 0x99AE4A) is known color: Green Smoke. HEX triplet: 99, AE and 4A. RGB value is (153,174,74). Sum of RGB (Red+Green+Blue) = 153+174+74=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE4A is #6651B5. Grayscale: #9C9C9C. Windows color (decimal): -6705590 or 4894361. OLE color: 4894361.
HSL color Cylindrical-coordinate representation of color #99AE4A: hue angle of 72.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99AE4A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 74 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.32 |
| HSL | 72.6º | 0.4% | 0.49% | - |
| HSV(B) | 72.6º | 0.57% | 0.68% | - |
| XYZ | 29.51 | 37.54 | 12.17 | - |
| YUV | 156.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 74 | 0.12 | 0 | 0.57 | 0.32 | 72.6 | 0.4 | 0.49 |
| Hex | 99 | AE | 4A | C | 0 | 39 | 20 | 49 | 28 | 31 |
| Octal | 231 | 256 | 112 | 14 | 0 | 71 | 40 | 111 | 50 | 61 |
| Binary | 10011001 | 10101110 | 1001010 | 1100 | 0 | 111001 | 100000 | 1001001 | 101000 | 110001 |
Color Harmonies of #99AE4A
Complementary color
Monochromatic Colors of #99AE4A
Black with #99AE4A
Text Example
Text Example
White with #99AE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE4A; }
p { color: rgb(153,174,74); }
H1.HeaderClassName
{
color: #99AE4A;
}
.AnyTagClassName
{
color: #99AE4A;
}
</style>
background-color css
<style>
a { background-color: #99AE4A; }
a { background-color: rgb(153,174,74); }
div.DivClassName
{
background-color: #99AE4A;
}
.BgClassName
{
background-color: #99AE4A;
}
</style>
border-color css
<style>
span { border-color: #99AE4A; }
span { border-color: rgb(153,174,74); }
td.TdClassName
{
border-color: #99AE4A;
}
.TagClassName
{
border-color: #99AE4A;
}
</style>