Shades of Green Spring #A1AB8D
Tints of Green Spring #A1AB8D
RGB
CMYK
RGB Variations
Color information
#A1AB8D (or 0xA1AB8D) is known color: Green Spring. HEX triplet: A1, AB and 8D. RGB value is (161,171,141). Sum of RGB (Red+Green+Blue) = 161+171+141=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB8D is #5E5472. Grayscale: #A4A4A4. Windows color (decimal): -6182003 or 9284513. OLE color: 9284513.
HSL color Cylindrical-coordinate representation of color #A1AB8D: hue angle of 80º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1AB8D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
RGB | 161 | 171 | 141 | - |
CMYK | 0.06 | 0 | 0.18 | 0.33 |
HSL | 80º | 0.15% | 0.61% | - |
HSV(B) | 80º | 0.18% | 0.67% | - |
XYZ | 34.07 | 38.63 | 30.86 | - |
YUV | 164.59 | 114.69 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 171 | 141 | 0.06 | 0 | 0.18 | 0.33 | 80 | 0.15 | 0.61 |
Hex | A1 | AB | 8D | 6 | 0 | 12 | 21 | 50 | F | 3D |
Octal | 241 | 253 | 215 | 6 | 0 | 22 | 41 | 120 | 17 | 75 |
Binary | 10100001 | 10101011 | 10001101 | 110 | 0 | 10010 | 100001 | 1010000 | 1111 | 111101 |
Color Harmonies of #A1AB8D
Complementary color
Monochromatic Colors of #A1AB8D
Black with #A1AB8D
Text Example
Text Example
White with #A1AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB8D; }
p { color: rgb(161,171,141); }
H1.HeaderClassName
{
color: #A1AB8D;
}
.AnyTagClassName
{
color: #A1AB8D;
}
</style>
background-color css
<style>
a { background-color: #A1AB8D; }
a { background-color: rgb(161,171,141); }
div.DivClassName
{
background-color: #A1AB8D;
}
.BgClassName
{
background-color: #A1AB8D;
}
</style>
border-color css
<style>
span { border-color: #A1AB8D; }
span { border-color: rgb(161,171,141); }
td.TdClassName
{
border-color: #A1AB8D;
}
.TagClassName
{
border-color: #A1AB8D;
}
</style>