Shades of Green Spring #A2AB91
Tints of Green Spring #A2AB91
RGB
CMYK
RGB Variations
Color information
#A2AB91 (or 0xA2AB91) is known color: Green Spring. HEX triplet: A2, AB and 91. RGB value is (162,171,145). Sum of RGB (Red+Green+Blue) = 162+171+145=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB91 is #5D546E. Grayscale: #A5A5A5. Windows color (decimal): -6116463 or 9546658. OLE color: 9546658.
HSL color Cylindrical-coordinate representation of color #A2AB91: hue angle of 80.77º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2AB91 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 145 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.33 |
| HSL | 80.77º | 0.13% | 0.62% | - |
| HSV(B) | 80.77º | 0.15% | 0.67% | - |
| XYZ | 34.57 | 38.85 | 32.46 | - |
| YUV | 165.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 145 | 0.05 | 0 | 0.15 | 0.33 | 80.77 | 0.13 | 0.62 |
| Hex | A2 | AB | 91 | 5 | 0 | F | 21 | 51 | D | 3E |
| Octal | 242 | 253 | 221 | 5 | 0 | 17 | 41 | 121 | 15 | 76 |
| Binary | 10100010 | 10101011 | 10010001 | 101 | 0 | 1111 | 100001 | 1010001 | 1101 | 111110 |
Color Harmonies of #A2AB91
Complementary color
Monochromatic Colors of #A2AB91
Black with #A2AB91
Text Example
Text Example
White with #A2AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB91; }
p { color: rgb(162,171,145); }
H1.HeaderClassName
{
color: #A2AB91;
}
.AnyTagClassName
{
color: #A2AB91;
}
</style>
background-color css
<style>
a { background-color: #A2AB91; }
a { background-color: rgb(162,171,145); }
div.DivClassName
{
background-color: #A2AB91;
}
.BgClassName
{
background-color: #A2AB91;
}
</style>
border-color css
<style>
span { border-color: #A2AB91; }
span { border-color: rgb(162,171,145); }
td.TdClassName
{
border-color: #A2AB91;
}
.TagClassName
{
border-color: #A2AB91;
}
</style>