Shades of Green Spring #A0AB8C
Tints of Green Spring #A0AB8C
RGB
CMYK
RGB Variations
Color information
#A0AB8C (or 0xA0AB8C) is known color: Green Spring. HEX triplet: A0, AB and 8C. RGB value is (160,171,140). Sum of RGB (Red+Green+Blue) = 160+171+140=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB8C is #5F5473. Grayscale: #A4A4A4. Windows color (decimal): -6247540 or 9218976. OLE color: 9218976.
HSL color Cylindrical-coordinate representation of color #A0AB8C: hue angle of 81.29º degrees, saturation: 0.16, 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 #A0AB8C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 140 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.33 |
| HSL | 81.29º | 0.16% | 0.61% | - |
| HSV(B) | 81.29º | 0.18% | 0.67% | - |
| XYZ | 33.79 | 38.49 | 30.46 | - |
| YUV | 164.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 140 | 0.06 | 0 | 0.18 | 0.33 | 81.29 | 0.16 | 0.61 |
| Hex | A0 | AB | 8C | 6 | 0 | 12 | 21 | 51 | 10 | 3D |
| Octal | 240 | 253 | 214 | 6 | 0 | 22 | 41 | 121 | 20 | 75 |
| Binary | 10100000 | 10101011 | 10001100 | 110 | 0 | 10010 | 100001 | 1010001 | 10000 | 111101 |
Color Harmonies of #A0AB8C
Complementary color
Monochromatic Colors of #A0AB8C
Black with #A0AB8C
Text Example
Text Example
White with #A0AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB8C; }
p { color: rgb(160,171,140); }
H1.HeaderClassName
{
color: #A0AB8C;
}
.AnyTagClassName
{
color: #A0AB8C;
}
</style>
background-color css
<style>
a { background-color: #A0AB8C; }
a { background-color: rgb(160,171,140); }
div.DivClassName
{
background-color: #A0AB8C;
}
.BgClassName
{
background-color: #A0AB8C;
}
</style>
border-color css
<style>
span { border-color: #A0AB8C; }
span { border-color: rgb(160,171,140); }
td.TdClassName
{
border-color: #A0AB8C;
}
.TagClassName
{
border-color: #A0AB8C;
}
</style>