Shades of Green Spring #A8AD9F
Tints of Green Spring #A8AD9F
RGB
CMYK
RGB Variations
Color information
#A8AD9F (or 0xA8AD9F) is known color: Green Spring. HEX triplet: A8, AD and 9F. RGB value is (168,173,159). Sum of RGB (Red+Green+Blue) = 168+173+159=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD9F is #575260. Grayscale: #A9A9A9. Windows color (decimal): -5722721 or 10464680. OLE color: 10464680.
HSL color Cylindrical-coordinate representation of color #A8AD9F: hue angle of 81.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AD9F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 159 | - |
CMYK | 0.03 | 0 | 0.08 | 0.32 |
HSL | 81.43º | 0.08% | 0.65% | - |
HSV(B) | 81.43º | 0.08% | 0.68% | - |
XYZ | 37.35 | 40.72 | 38.69 | - |
YUV | 169.91 | 121.84 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 159 | 0.03 | 0 | 0.08 | 0.32 | 81.43 | 0.08 | 0.65 |
Hex | A8 | AD | 9F | 3 | 0 | 8 | 20 | 51 | 8 | 41 |
Octal | 250 | 255 | 237 | 3 | 0 | 10 | 40 | 121 | 10 | 101 |
Binary | 10101000 | 10101101 | 10011111 | 11 | 0 | 1000 | 100000 | 1010001 | 1000 | 1000001 |
Color Harmonies of #A8AD9F
Complementary color
Monochromatic Colors of #A8AD9F
Black with #A8AD9F
Text Example
Text Example
White with #A8AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD9F; }
p { color: rgb(168,173,159); }
H1.HeaderClassName
{
color: #A8AD9F;
}
.AnyTagClassName
{
color: #A8AD9F;
}
</style>
background-color css
<style>
a { background-color: #A8AD9F; }
a { background-color: rgb(168,173,159); }
div.DivClassName
{
background-color: #A8AD9F;
}
.BgClassName
{
background-color: #A8AD9F;
}
</style>
border-color css
<style>
span { border-color: #A8AD9F; }
span { border-color: rgb(168,173,159); }
td.TdClassName
{
border-color: #A8AD9F;
}
.TagClassName
{
border-color: #A8AD9F;
}
</style>