Shades of Green Spring #A2AD8F
Tints of Green Spring #A2AD8F
RGB
CMYK
RGB Variations
Color information
#A2AD8F (or 0xA2AD8F) is known color: Green Spring. HEX triplet: A2, AD and 8F. RGB value is (162,173,143). Sum of RGB (Red+Green+Blue) = 162+173+143=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD8F is #5D5270. Grayscale: #A6A6A6. Windows color (decimal): -6115953 or 9416098. OLE color: 9416098.
HSL color Cylindrical-coordinate representation of color #A2AD8F: hue angle of 82º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2AD8F is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 143 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.32 |
| HSL | 82º | 0.15% | 0.62% | - |
| HSV(B) | 82º | 0.17% | 0.68% | - |
| XYZ | 34.8 | 39.55 | 31.79 | - |
| YUV | 166.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 143 | 0.06 | 0 | 0.17 | 0.32 | 82 | 0.15 | 0.62 |
| Hex | A2 | AD | 8F | 6 | 0 | 11 | 20 | 52 | F | 3E |
| Octal | 242 | 255 | 217 | 6 | 0 | 21 | 40 | 122 | 17 | 76 |
| Binary | 10100010 | 10101101 | 10001111 | 110 | 0 | 10001 | 100000 | 1010010 | 1111 | 111110 |
Color Harmonies of #A2AD8F
Complementary color
Monochromatic Colors of #A2AD8F
Black with #A2AD8F
Text Example
Text Example
White with #A2AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD8F; }
p { color: rgb(162,173,143); }
H1.HeaderClassName
{
color: #A2AD8F;
}
.AnyTagClassName
{
color: #A2AD8F;
}
</style>
background-color css
<style>
a { background-color: #A2AD8F; }
a { background-color: rgb(162,173,143); }
div.DivClassName
{
background-color: #A2AD8F;
}
.BgClassName
{
background-color: #A2AD8F;
}
</style>
border-color css
<style>
span { border-color: #A2AD8F; }
span { border-color: rgb(162,173,143); }
td.TdClassName
{
border-color: #A2AD8F;
}
.TagClassName
{
border-color: #A2AD8F;
}
</style>