Shades of Green Spring #A2AB8D
Tints of Green Spring #A2AB8D
RGB
CMYK
RGB Variations
Color information
#A2AB8D (or 0xA2AB8D) is known color: Green Spring. HEX triplet: A2, AB and 8D. RGB value is (162,171,141). Sum of RGB (Red+Green+Blue) = 162+171+141=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB8D is #5D5472. Grayscale: #A5A5A5. Windows color (decimal): -6116467 or 9284514. OLE color: 9284514.
HSL color Cylindrical-coordinate representation of color #A2AB8D: hue angle of 78º 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 #A2AB8D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 141 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.33 |
| HSL | 78º | 0.15% | 0.61% | - |
| HSV(B) | 78º | 0.18% | 0.67% | - |
| XYZ | 34.27 | 38.73 | 30.87 | - |
| YUV | 164.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 141 | 0.05 | 0 | 0.18 | 0.33 | 78 | 0.15 | 0.61 |
| Hex | A2 | AB | 8D | 5 | 0 | 12 | 21 | 4E | F | 3D |
| Octal | 242 | 253 | 215 | 5 | 0 | 22 | 41 | 116 | 17 | 75 |
| Binary | 10100010 | 10101011 | 10001101 | 101 | 0 | 10010 | 100001 | 1001110 | 1111 | 111101 |
Color Harmonies of #A2AB8D
Complementary color
Monochromatic Colors of #A2AB8D
Black with #A2AB8D
Text Example
Text Example
White with #A2AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB8D; }
p { color: rgb(162,171,141); }
H1.HeaderClassName
{
color: #A2AB8D;
}
.AnyTagClassName
{
color: #A2AB8D;
}
</style>
background-color css
<style>
a { background-color: #A2AB8D; }
a { background-color: rgb(162,171,141); }
div.DivClassName
{
background-color: #A2AB8D;
}
.BgClassName
{
background-color: #A2AB8D;
}
</style>
border-color css
<style>
span { border-color: #A2AB8D; }
span { border-color: rgb(162,171,141); }
td.TdClassName
{
border-color: #A2AB8D;
}
.TagClassName
{
border-color: #A2AB8D;
}
</style>