Shades of Green Smoke #99AE68
Tints of Green Smoke #99AE68
RGB
CMYK
RGB Variations
Color information
#99AE68 (or 0x99AE68) is known color: Green Smoke. HEX triplet: 99, AE and 68. RGB value is (153,174,104). Sum of RGB (Red+Green+Blue) = 153+174+104=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AE68 is #665197. Grayscale: #A0A0A0. Windows color (decimal): -6705560 or 6860441. OLE color: 6860441.
HSL color Cylindrical-coordinate representation of color #99AE68: hue angle of 78º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99AE68 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 104 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.32 |
| HSL | 78º | 0.3% | 0.55% | - |
| HSV(B) | 78º | 0.4% | 0.68% | - |
| XYZ | 30.77 | 38.04 | 18.82 | - |
| YUV | 159.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 104 | 0.12 | 0 | 0.40 | 0.32 | 78 | 0.3 | 0.55 |
| Hex | 99 | AE | 68 | C | 0 | 28 | 20 | 4E | 1E | 37 |
| Octal | 231 | 256 | 150 | 14 | 0 | 50 | 40 | 116 | 36 | 67 |
| Binary | 10011001 | 10101110 | 1101000 | 1100 | 0 | 101000 | 100000 | 1001110 | 11110 | 110111 |
Color Harmonies of #99AE68
Complementary color
Monochromatic Colors of #99AE68
Black with #99AE68
Text Example
Text Example
White with #99AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE68; }
p { color: rgb(153,174,104); }
H1.HeaderClassName
{
color: #99AE68;
}
.AnyTagClassName
{
color: #99AE68;
}
</style>
background-color css
<style>
a { background-color: #99AE68; }
a { background-color: rgb(153,174,104); }
div.DivClassName
{
background-color: #99AE68;
}
.BgClassName
{
background-color: #99AE68;
}
</style>
border-color css
<style>
span { border-color: #99AE68; }
span { border-color: rgb(153,174,104); }
td.TdClassName
{
border-color: #99AE68;
}
.TagClassName
{
border-color: #99AE68;
}
</style>