Shades of Green Spring #A8AD97
Tints of Green Spring #A8AD97
RGB
CMYK
RGB Variations
Color information
#A8AD97 (or 0xA8AD97) is known color: Green Spring. HEX triplet: A8, AD and 97. RGB value is (168,173,151). Sum of RGB (Red+Green+Blue) = 168+173+151=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD97 is #575268. Grayscale: #A9A9A9. Windows color (decimal): -5722729 or 9940392. OLE color: 9940392.
HSL color Cylindrical-coordinate representation of color #A8AD97: hue angle of 73.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8AD97 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 151 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.32 |
| HSL | 73.64º | 0.12% | 0.64% | - |
| HSV(B) | 73.64º | 0.13% | 0.68% | - |
| XYZ | 36.68 | 40.45 | 35.15 | - |
| YUV | 169 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 151 | 0.03 | 0 | 0.13 | 0.32 | 73.64 | 0.12 | 0.64 |
| Hex | A8 | AD | 97 | 3 | 0 | D | 20 | 4A | C | 40 |
| Octal | 250 | 255 | 227 | 3 | 0 | 15 | 40 | 112 | 14 | 100 |
| Binary | 10101000 | 10101101 | 10010111 | 11 | 0 | 1101 | 100000 | 1001010 | 1100 | 1000000 |
Color Harmonies of #A8AD97
Complementary color
Monochromatic Colors of #A8AD97
Black with #A8AD97
Text Example
Text Example
White with #A8AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD97; }
p { color: rgb(168,173,151); }
H1.HeaderClassName
{
color: #A8AD97;
}
.AnyTagClassName
{
color: #A8AD97;
}
</style>
background-color css
<style>
a { background-color: #A8AD97; }
a { background-color: rgb(168,173,151); }
div.DivClassName
{
background-color: #A8AD97;
}
.BgClassName
{
background-color: #A8AD97;
}
</style>
border-color css
<style>
span { border-color: #A8AD97; }
span { border-color: rgb(168,173,151); }
td.TdClassName
{
border-color: #A8AD97;
}
.TagClassName
{
border-color: #A8AD97;
}
</style>