Shades of Green Spring #A1A98E
Tints of Green Spring #A1A98E
RGB
CMYK
RGB Variations
Color information
#A1A98E (or 0xA1A98E) is known color: Green Spring. HEX triplet: A1, A9 and 8E. RGB value is (161,169,142). Sum of RGB (Red+Green+Blue) = 161+169+142=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A98E is #5E5671. Grayscale: #A3A3A3. Windows color (decimal): -6182514 or 9349537. OLE color: 9349537.
HSL color Cylindrical-coordinate representation of color #A1A98E: hue angle of 77.78º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1A98E is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 142 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.34 |
| HSL | 77.78º | 0.14% | 0.61% | - |
| HSV(B) | 77.78º | 0.16% | 0.66% | - |
| XYZ | 33.77 | 37.91 | 31.13 | - |
| YUV | 163.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 142 | 0.05 | 0 | 0.16 | 0.34 | 77.78 | 0.14 | 0.61 |
| Hex | A1 | A9 | 8E | 5 | 0 | 10 | 22 | 4E | E | 3D |
| Octal | 241 | 251 | 216 | 5 | 0 | 20 | 42 | 116 | 16 | 75 |
| Binary | 10100001 | 10101001 | 10001110 | 101 | 0 | 10000 | 100010 | 1001110 | 1110 | 111101 |
Color Harmonies of #A1A98E
Complementary color
Monochromatic Colors of #A1A98E
Black with #A1A98E
Text Example
Text Example
White with #A1A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A98E; }
p { color: rgb(161,169,142); }
H1.HeaderClassName
{
color: #A1A98E;
}
.AnyTagClassName
{
color: #A1A98E;
}
</style>
background-color css
<style>
a { background-color: #A1A98E; }
a { background-color: rgb(161,169,142); }
div.DivClassName
{
background-color: #A1A98E;
}
.BgClassName
{
background-color: #A1A98E;
}
</style>
border-color css
<style>
span { border-color: #A1A98E; }
span { border-color: rgb(161,169,142); }
td.TdClassName
{
border-color: #A1A98E;
}
.TagClassName
{
border-color: #A1A98E;
}
</style>