Shades of Green Spring #A8AC98
Tints of Green Spring #A8AC98
RGB
CMYK
RGB Variations
Color information
#A8AC98 (or 0xA8AC98) is known color: Green Spring. HEX triplet: A8, AC and 98. RGB value is (168,172,152). Sum of RGB (Red+Green+Blue) = 168+172+152=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AC98 is #575367. Grayscale: #A8A8A8. Windows color (decimal): -5722984 or 10005672. OLE color: 10005672.
HSL color Cylindrical-coordinate representation of color #A8AC98: hue angle of 72º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8AC98 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 152 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.33 |
| HSL | 72º | 0.11% | 0.64% | - |
| HSV(B) | 72º | 0.12% | 0.67% | - |
| XYZ | 36.57 | 40.1 | 35.52 | - |
| YUV | 168.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 152 | 0.02 | 0 | 0.12 | 0.33 | 72 | 0.11 | 0.64 |
| Hex | A8 | AC | 98 | 2 | 0 | C | 21 | 48 | B | 40 |
| Octal | 250 | 254 | 230 | 2 | 0 | 14 | 41 | 110 | 13 | 100 |
| Binary | 10101000 | 10101100 | 10011000 | 10 | 0 | 1100 | 100001 | 1001000 | 1011 | 1000000 |
Color Harmonies of #A8AC98
Complementary color
Monochromatic Colors of #A8AC98
Black with #A8AC98
Text Example
Text Example
White with #A8AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC98; }
p { color: rgb(168,172,152); }
H1.HeaderClassName
{
color: #A8AC98;
}
.AnyTagClassName
{
color: #A8AC98;
}
</style>
background-color css
<style>
a { background-color: #A8AC98; }
a { background-color: rgb(168,172,152); }
div.DivClassName
{
background-color: #A8AC98;
}
.BgClassName
{
background-color: #A8AC98;
}
</style>
border-color css
<style>
span { border-color: #A8AC98; }
span { border-color: rgb(168,172,152); }
td.TdClassName
{
border-color: #A8AC98;
}
.TagClassName
{
border-color: #A8AC98;
}
</style>