Shades of Green Spring #A8AD94
Tints of Green Spring #A8AD94
RGB
CMYK
RGB Variations
Color information
#A8AD94 (or 0xA8AD94) is known color: Green Spring. HEX triplet: A8, AD and 94. RGB value is (168,173,148). Sum of RGB (Red+Green+Blue) = 168+173+148=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD94 is #57526B. Grayscale: #A8A8A8. Windows color (decimal): -5722732 or 9743784. OLE color: 9743784.
HSL color Cylindrical-coordinate representation of color #A8AD94: hue angle of 72º 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 #A8AD94 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 148 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.32 |
| HSL | 72º | 0.13% | 0.63% | - |
| HSV(B) | 72º | 0.14% | 0.68% | - |
| XYZ | 36.44 | 40.35 | 33.88 | - |
| YUV | 168.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 148 | 0.03 | 0 | 0.14 | 0.32 | 72 | 0.13 | 0.63 |
| Hex | A8 | AD | 94 | 3 | 0 | E | 20 | 48 | D | 3F |
| Octal | 250 | 255 | 224 | 3 | 0 | 16 | 40 | 110 | 15 | 77 |
| Binary | 10101000 | 10101101 | 10010100 | 11 | 0 | 1110 | 100000 | 1001000 | 1101 | 111111 |
Color Harmonies of #A8AD94
Complementary color
Monochromatic Colors of #A8AD94
Black with #A8AD94
Text Example
Text Example
White with #A8AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD94; }
p { color: rgb(168,173,148); }
H1.HeaderClassName
{
color: #A8AD94;
}
.AnyTagClassName
{
color: #A8AD94;
}
</style>
background-color css
<style>
a { background-color: #A8AD94; }
a { background-color: rgb(168,173,148); }
div.DivClassName
{
background-color: #A8AD94;
}
.BgClassName
{
background-color: #A8AD94;
}
</style>
border-color css
<style>
span { border-color: #A8AD94; }
span { border-color: rgb(168,173,148); }
td.TdClassName
{
border-color: #A8AD94;
}
.TagClassName
{
border-color: #A8AD94;
}
</style>