Shades of Green Spring #A0A98D
Tints of Green Spring #A0A98D
RGB
CMYK
RGB Variations
Color information
#A0A98D (or 0xA0A98D) is known color: Green Spring. HEX triplet: A0, A9 and 8D. RGB value is (160,169,141). Sum of RGB (Red+Green+Blue) = 160+169+141=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A98D is #5F5672. Grayscale: #A3A3A3. Windows color (decimal): -6248051 or 9284000. OLE color: 9284000.
HSL color Cylindrical-coordinate representation of color #A0A98D: hue angle of 79.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0A98D is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 141 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.34 |
| HSL | 79.29º | 0.14% | 0.61% | - |
| HSV(B) | 79.29º | 0.17% | 0.66% | - |
| XYZ | 33.49 | 37.77 | 30.72 | - |
| YUV | 163.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 141 | 0.05 | 0 | 0.17 | 0.34 | 79.29 | 0.14 | 0.61 |
| Hex | A0 | A9 | 8D | 5 | 0 | 11 | 22 | 4F | E | 3D |
| Octal | 240 | 251 | 215 | 5 | 0 | 21 | 42 | 117 | 16 | 75 |
| Binary | 10100000 | 10101001 | 10001101 | 101 | 0 | 10001 | 100010 | 1001111 | 1110 | 111101 |
Color Harmonies of #A0A98D
Complementary color
Monochromatic Colors of #A0A98D
Black with #A0A98D
Text Example
Text Example
White with #A0A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A98D; }
p { color: rgb(160,169,141); }
H1.HeaderClassName
{
color: #A0A98D;
}
.AnyTagClassName
{
color: #A0A98D;
}
</style>
background-color css
<style>
a { background-color: #A0A98D; }
a { background-color: rgb(160,169,141); }
div.DivClassName
{
background-color: #A0A98D;
}
.BgClassName
{
background-color: #A0A98D;
}
</style>
border-color css
<style>
span { border-color: #A0A98D; }
span { border-color: rgb(160,169,141); }
td.TdClassName
{
border-color: #A0A98D;
}
.TagClassName
{
border-color: #A0A98D;
}
</style>