Shades of Green Smoke #A2AD4F
Tints of Green Smoke #A2AD4F
RGB
CMYK
RGB Variations
Color information
#A2AD4F (or 0xA2AD4F) is known color: Green Smoke. HEX triplet: A2, AD and 4F. RGB value is (162,173,79). Sum of RGB (Red+Green+Blue) = 162+173+79=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AD4F is #5D52B0. Grayscale: #9F9F9F. Windows color (decimal): -6116017 or 5221794. OLE color: 5221794.
HSL color Cylindrical-coordinate representation of color #A2AD4F: hue angle of 67.02º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2AD4F is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 79 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.32 |
| HSL | 67.02º | 0.37% | 0.49% | - |
| HSV(B) | 67.02º | 0.54% | 0.68% | - |
| XYZ | 31.26 | 38.13 | 13.11 | - |
| YUV | 159 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 79 | 0.06 | 0 | 0.54 | 0.32 | 67.02 | 0.37 | 0.49 |
| Hex | A2 | AD | 4F | 6 | 0 | 36 | 20 | 43 | 25 | 31 |
| Octal | 242 | 255 | 117 | 6 | 0 | 66 | 40 | 103 | 45 | 61 |
| Binary | 10100010 | 10101101 | 1001111 | 110 | 0 | 110110 | 100000 | 1000011 | 100101 | 110001 |
Color Harmonies of #A2AD4F
Complementary color
Monochromatic Colors of #A2AD4F
Black with #A2AD4F
Text Example
Text Example
White with #A2AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD4F; }
p { color: rgb(162,173,79); }
H1.HeaderClassName
{
color: #A2AD4F;
}
.AnyTagClassName
{
color: #A2AD4F;
}
</style>
background-color css
<style>
a { background-color: #A2AD4F; }
a { background-color: rgb(162,173,79); }
div.DivClassName
{
background-color: #A2AD4F;
}
.BgClassName
{
background-color: #A2AD4F;
}
</style>
border-color css
<style>
span { border-color: #A2AD4F; }
span { border-color: rgb(162,173,79); }
td.TdClassName
{
border-color: #A2AD4F;
}
.TagClassName
{
border-color: #A2AD4F;
}
</style>