Shades of Green Spring #ACB0A1
Tints of Green Spring #ACB0A1
RGB
CMYK
RGB Variations
Color information
#ACB0A1 (or 0xACB0A1) is known color: Green Spring. HEX triplet: AC, B0 and A1. RGB value is (172,176,161). Sum of RGB (Red+Green+Blue) = 172+176+161=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0A1 is #534F5E. Grayscale: #ADADAD. Windows color (decimal): -5459807 or 10596524. OLE color: 10596524.
HSL color Cylindrical-coordinate representation of color #ACB0A1: hue angle of 76º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB0A1 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 161 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.31 |
| HSL | 76º | 0.09% | 0.66% | - |
| HSV(B) | 76º | 0.09% | 0.69% | - |
| XYZ | 38.97 | 42.39 | 39.85 | - |
| YUV | 173.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 161 | 0.02 | 0 | 0.09 | 0.31 | 76 | 0.09 | 0.66 |
| Hex | AC | B0 | A1 | 2 | 0 | 9 | 1F | 4C | 9 | 42 |
| Octal | 254 | 260 | 241 | 2 | 0 | 11 | 37 | 114 | 11 | 102 |
| Binary | 10101100 | 10110000 | 10100001 | 10 | 0 | 1001 | 11111 | 1001100 | 1001 | 1000010 |
Color Harmonies of #ACB0A1
Complementary color
Monochromatic Colors of #ACB0A1
Black with #ACB0A1
Text Example
Text Example
White with #ACB0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0A1; }
p { color: rgb(172,176,161); }
H1.HeaderClassName
{
color: #ACB0A1;
}
.AnyTagClassName
{
color: #ACB0A1;
}
</style>
background-color css
<style>
a { background-color: #ACB0A1; }
a { background-color: rgb(172,176,161); }
div.DivClassName
{
background-color: #ACB0A1;
}
.BgClassName
{
background-color: #ACB0A1;
}
</style>
border-color css
<style>
span { border-color: #ACB0A1; }
span { border-color: rgb(172,176,161); }
td.TdClassName
{
border-color: #ACB0A1;
}
.TagClassName
{
border-color: #ACB0A1;
}
</style>