Shades of Green Spring #A8AD93
Tints of Green Spring #A8AD93
RGB
CMYK
RGB Variations
Color information
#A8AD93 (or 0xA8AD93) is known color: Green Spring. HEX triplet: A8, AD and 93. RGB value is (168,173,147). Sum of RGB (Red+Green+Blue) = 168+173+147=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD93 is #57526C. Grayscale: #A8A8A8. Windows color (decimal): -5722733 or 9678248. OLE color: 9678248.
HSL color Cylindrical-coordinate representation of color #A8AD93: hue angle of 71.54º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8AD93 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 147 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.32 |
| HSL | 71.54º | 0.14% | 0.63% | - |
| HSV(B) | 71.54º | 0.15% | 0.68% | - |
| XYZ | 36.36 | 40.32 | 33.47 | - |
| YUV | 168.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 147 | 0.03 | 0 | 0.15 | 0.32 | 71.54 | 0.14 | 0.63 |
| Hex | A8 | AD | 93 | 3 | 0 | F | 20 | 48 | E | 3F |
| Octal | 250 | 255 | 223 | 3 | 0 | 17 | 40 | 110 | 16 | 77 |
| Binary | 10101000 | 10101101 | 10010011 | 11 | 0 | 1111 | 100000 | 1001000 | 1110 | 111111 |
Color Harmonies of #A8AD93
Complementary color
Monochromatic Colors of #A8AD93
Black with #A8AD93
Text Example
Text Example
White with #A8AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD93; }
p { color: rgb(168,173,147); }
H1.HeaderClassName
{
color: #A8AD93;
}
.AnyTagClassName
{
color: #A8AD93;
}
</style>
background-color css
<style>
a { background-color: #A8AD93; }
a { background-color: rgb(168,173,147); }
div.DivClassName
{
background-color: #A8AD93;
}
.BgClassName
{
background-color: #A8AD93;
}
</style>
border-color css
<style>
span { border-color: #A8AD93; }
span { border-color: rgb(168,173,147); }
td.TdClassName
{
border-color: #A8AD93;
}
.TagClassName
{
border-color: #A8AD93;
}
</style>