Shades of Green Spring #A8AD95
Tints of Green Spring #A8AD95
RGB
CMYK
RGB Variations
Color information
#A8AD95 (or 0xA8AD95) is known color: Green Spring. HEX triplet: A8, AD and 95. RGB value is (168,173,149). Sum of RGB (Red+Green+Blue) = 168+173+149=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD95 is #57526A. Grayscale: #A8A8A8. Windows color (decimal): -5722731 or 9809320. OLE color: 9809320.
HSL color Cylindrical-coordinate representation of color #A8AD95: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AD95 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
RGB | 168 | 173 | 149 | - |
CMYK | 0.03 | 0 | 0.14 | 0.32 |
HSL | 72.5º | 0.13% | 0.63% | - |
HSV(B) | 72.5º | 0.14% | 0.68% | - |
XYZ | 36.52 | 40.38 | 34.3 | - |
YUV | 168.77 | 116.84 | 127.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 149 | 0.03 | 0 | 0.14 | 0.32 | 72.5 | 0.13 | 0.63 |
Hex | A8 | AD | 95 | 3 | 0 | E | 20 | 48 | D | 3F |
Octal | 250 | 255 | 225 | 3 | 0 | 16 | 40 | 110 | 15 | 77 |
Binary | 10101000 | 10101101 | 10010101 | 11 | 0 | 1110 | 100000 | 1001000 | 1101 | 111111 |
Color Harmonies of #A8AD95
Complementary color
Monochromatic Colors of #A8AD95
Black with #A8AD95
Text Example
Text Example
White with #A8AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD95; }
p { color: rgb(168,173,149); }
H1.HeaderClassName
{
color: #A8AD95;
}
.AnyTagClassName
{
color: #A8AD95;
}
</style>
background-color css
<style>
a { background-color: #A8AD95; }
a { background-color: rgb(168,173,149); }
div.DivClassName
{
background-color: #A8AD95;
}
.BgClassName
{
background-color: #A8AD95;
}
</style>
border-color css
<style>
span { border-color: #A8AD95; }
span { border-color: rgb(168,173,149); }
td.TdClassName
{
border-color: #A8AD95;
}
.TagClassName
{
border-color: #A8AD95;
}
</style>