Shades of Green Spring #A8AD9E
Tints of Green Spring #A8AD9E
RGB
CMYK
RGB Variations
Color information
#A8AD9E (or 0xA8AD9E) is known color: Green Spring. HEX triplet: A8, AD and 9E. RGB value is (168,173,158). Sum of RGB (Red+Green+Blue) = 168+173+158=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9E is #575261. Grayscale: #A9A9A9. Windows color (decimal): -5722722 or 10399144. OLE color: 10399144.
HSL color Cylindrical-coordinate representation of color #A8AD9E: hue angle of 80º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8AD9E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 158 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.32 |
| HSL | 80º | 0.08% | 0.65% | - |
| HSV(B) | 80º | 0.09% | 0.68% | - |
| XYZ | 37.26 | 40.68 | 38.24 | - |
| YUV | 169.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 158 | 0.03 | 0 | 0.09 | 0.32 | 80 | 0.08 | 0.65 |
| Hex | A8 | AD | 9E | 3 | 0 | 9 | 20 | 50 | 8 | 41 |
| Octal | 250 | 255 | 236 | 3 | 0 | 11 | 40 | 120 | 10 | 101 |
| Binary | 10101000 | 10101101 | 10011110 | 11 | 0 | 1001 | 100000 | 1010000 | 1000 | 1000001 |
Color Harmonies of #A8AD9E
Complementary color
Monochromatic Colors of #A8AD9E
Black with #A8AD9E
Text Example
Text Example
White with #A8AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD9E; }
p { color: rgb(168,173,158); }
H1.HeaderClassName
{
color: #A8AD9E;
}
.AnyTagClassName
{
color: #A8AD9E;
}
</style>
background-color css
<style>
a { background-color: #A8AD9E; }
a { background-color: rgb(168,173,158); }
div.DivClassName
{
background-color: #A8AD9E;
}
.BgClassName
{
background-color: #A8AD9E;
}
</style>
border-color css
<style>
span { border-color: #A8AD9E; }
span { border-color: rgb(168,173,158); }
td.TdClassName
{
border-color: #A8AD9E;
}
.TagClassName
{
border-color: #A8AD9E;
}
</style>