Shades of Green Spring #A1A992
Tints of Green Spring #A1A992
RGB
CMYK
RGB Variations
Color information
#A1A992 (or 0xA1A992) is known color: Green Spring. HEX triplet: A1, A9 and 92. RGB value is (161,169,146). Sum of RGB (Red+Green+Blue) = 161+169+146=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A992 is #5E566D. Grayscale: #A4A4A4. Windows color (decimal): -6182510 or 9611681. OLE color: 9611681.
HSL color Cylindrical-coordinate representation of color #A1A992: hue angle of 80.87º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1A992 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 146 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.34 |
| HSL | 80.87º | 0.12% | 0.62% | - |
| HSV(B) | 80.87º | 0.14% | 0.66% | - |
| XYZ | 34.07 | 38.03 | 32.74 | - |
| YUV | 163.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 146 | 0.05 | 0 | 0.14 | 0.34 | 80.87 | 0.12 | 0.62 |
| Hex | A1 | A9 | 92 | 5 | 0 | E | 22 | 51 | C | 3E |
| Octal | 241 | 251 | 222 | 5 | 0 | 16 | 42 | 121 | 14 | 76 |
| Binary | 10100001 | 10101001 | 10010010 | 101 | 0 | 1110 | 100010 | 1010001 | 1100 | 111110 |
Color Harmonies of #A1A992
Complementary color
Monochromatic Colors of #A1A992
Black with #A1A992
Text Example
Text Example
White with #A1A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A992; }
p { color: rgb(161,169,146); }
H1.HeaderClassName
{
color: #A1A992;
}
.AnyTagClassName
{
color: #A1A992;
}
</style>
background-color css
<style>
a { background-color: #A1A992; }
a { background-color: rgb(161,169,146); }
div.DivClassName
{
background-color: #A1A992;
}
.BgClassName
{
background-color: #A1A992;
}
</style>
border-color css
<style>
span { border-color: #A1A992; }
span { border-color: rgb(161,169,146); }
td.TdClassName
{
border-color: #A1A992;
}
.TagClassName
{
border-color: #A1A992;
}
</style>