Shades of Green Spring #A1A597
Tints of Green Spring #A1A597
RGB
CMYK
RGB Variations
Color information
#A1A597 (or 0xA1A597) is known color: Green Spring. HEX triplet: A1, A5 and 97. RGB value is (161,165,151). Sum of RGB (Red+Green+Blue) = 161+165+151=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A597 is #5E5A68. Grayscale: #A2A2A2. Windows color (decimal): -6183529 or 9938337. OLE color: 9938337.
HSL color Cylindrical-coordinate representation of color #A1A597: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1A597 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 151 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.35 |
| HSL | 77.14º | 0.07% | 0.62% | - |
| HSV(B) | 77.14º | 0.08% | 0.65% | - |
| XYZ | 33.74 | 36.72 | 34.59 | - |
| YUV | 162.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 151 | 0.02 | 0 | 0.08 | 0.35 | 77.14 | 0.07 | 0.62 |
| Hex | A1 | A5 | 97 | 2 | 0 | 8 | 23 | 4D | 7 | 3E |
| Octal | 241 | 245 | 227 | 2 | 0 | 10 | 43 | 115 | 7 | 76 |
| Binary | 10100001 | 10100101 | 10010111 | 10 | 0 | 1000 | 100011 | 1001101 | 111 | 111110 |
Color Harmonies of #A1A597
Complementary color
Monochromatic Colors of #A1A597
Black with #A1A597
Text Example
Text Example
White with #A1A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A597; }
p { color: rgb(161,165,151); }
H1.HeaderClassName
{
color: #A1A597;
}
.AnyTagClassName
{
color: #A1A597;
}
</style>
background-color css
<style>
a { background-color: #A1A597; }
a { background-color: rgb(161,165,151); }
div.DivClassName
{
background-color: #A1A597;
}
.BgClassName
{
background-color: #A1A597;
}
</style>
border-color css
<style>
span { border-color: #A1A597; }
span { border-color: rgb(161,165,151); }
td.TdClassName
{
border-color: #A1A597;
}
.TagClassName
{
border-color: #A1A597;
}
</style>