Shades of Green Smoke #99AD4D
Tints of Green Smoke #99AD4D
RGB
CMYK
RGB Variations
Color information
#99AD4D (or 0x99AD4D) is known color: Green Smoke. HEX triplet: 99, AD and 4D. RGB value is (153,173,77). Sum of RGB (Red+Green+Blue) = 153+173+77=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AD4D is #6652B2. Grayscale: #9C9C9C. Windows color (decimal): -6705843 or 5090713. OLE color: 5090713.
HSL color Cylindrical-coordinate representation of color #99AD4D: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99AD4D is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 77 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.32 |
| HSL | 72.5º | 0.38% | 0.49% | - |
| HSV(B) | 72.5º | 0.55% | 0.68% | - |
| XYZ | 29.42 | 37.2 | 12.65 | - |
| YUV | 156.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 77 | 0.12 | 0 | 0.55 | 0.32 | 72.5 | 0.38 | 0.49 |
| Hex | 99 | AD | 4D | C | 0 | 37 | 20 | 48 | 26 | 31 |
| Octal | 231 | 255 | 115 | 14 | 0 | 67 | 40 | 110 | 46 | 61 |
| Binary | 10011001 | 10101101 | 1001101 | 1100 | 0 | 110111 | 100000 | 1001000 | 100110 | 110001 |
Color Harmonies of #99AD4D
Complementary color
Monochromatic Colors of #99AD4D
Black with #99AD4D
Text Example
Text Example
White with #99AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD4D; }
p { color: rgb(153,173,77); }
H1.HeaderClassName
{
color: #99AD4D;
}
.AnyTagClassName
{
color: #99AD4D;
}
</style>
background-color css
<style>
a { background-color: #99AD4D; }
a { background-color: rgb(153,173,77); }
div.DivClassName
{
background-color: #99AD4D;
}
.BgClassName
{
background-color: #99AD4D;
}
</style>
border-color css
<style>
span { border-color: #99AD4D; }
span { border-color: rgb(153,173,77); }
td.TdClassName
{
border-color: #99AD4D;
}
.TagClassName
{
border-color: #99AD4D;
}
</style>