Shades of Green Spring #A0AB8B
Tints of Green Spring #A0AB8B
RGB
CMYK
RGB Variations
Color information
#A0AB8B (or 0xA0AB8B) is known color: Green Spring. HEX triplet: A0, AB and 8B. RGB value is (160,171,139). Sum of RGB (Red+Green+Blue) = 160+171+139=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8B is #5F5474. Grayscale: #A4A4A4. Windows color (decimal): -6247541 or 9153440. OLE color: 9153440.
HSL color Cylindrical-coordinate representation of color #A0AB8B: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0AB8B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 139 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.33 |
| HSL | 80.63º | 0.16% | 0.61% | - |
| HSV(B) | 80.63º | 0.19% | 0.67% | - |
| XYZ | 33.72 | 38.46 | 30.07 | - |
| YUV | 164.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 139 | 0.06 | 0 | 0.19 | 0.33 | 80.63 | 0.16 | 0.61 |
| Hex | A0 | AB | 8B | 6 | 0 | 13 | 21 | 51 | 10 | 3D |
| Octal | 240 | 253 | 213 | 6 | 0 | 23 | 41 | 121 | 20 | 75 |
| Binary | 10100000 | 10101011 | 10001011 | 110 | 0 | 10011 | 100001 | 1010001 | 10000 | 111101 |
Color Harmonies of #A0AB8B
Complementary color
Monochromatic Colors of #A0AB8B
Black with #A0AB8B
Text Example
Text Example
White with #A0AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB8B; }
p { color: rgb(160,171,139); }
H1.HeaderClassName
{
color: #A0AB8B;
}
.AnyTagClassName
{
color: #A0AB8B;
}
</style>
background-color css
<style>
a { background-color: #A0AB8B; }
a { background-color: rgb(160,171,139); }
div.DivClassName
{
background-color: #A0AB8B;
}
.BgClassName
{
background-color: #A0AB8B;
}
</style>
border-color css
<style>
span { border-color: #A0AB8B; }
span { border-color: rgb(160,171,139); }
td.TdClassName
{
border-color: #A0AB8B;
}
.TagClassName
{
border-color: #A0AB8B;
}
</style>