Shades of Green Spring #ACB1A0
Tints of Green Spring #ACB1A0
RGB
CMYK
RGB Variations
Color information
#ACB1A0 (or 0xACB1A0) is known color: Green Spring. HEX triplet: AC, B1 and A0. RGB value is (172,177,160). Sum of RGB (Red+Green+Blue) = 172+177+160=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1A0 is #534E5F. Grayscale: #ADADAD. Windows color (decimal): -5459552 or 10531244. OLE color: 10531244.
HSL color Cylindrical-coordinate representation of color #ACB1A0: hue angle of 77.65º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB1A0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 160 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.31 |
| HSL | 77.65º | 0.1% | 0.66% | - |
| HSV(B) | 77.65º | 0.1% | 0.69% | - |
| XYZ | 39.08 | 42.75 | 39.45 | - |
| YUV | 173.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 160 | 0.03 | 0 | 0.10 | 0.31 | 77.65 | 0.1 | 0.66 |
| Hex | AC | B1 | A0 | 3 | 0 | A | 1F | 4E | A | 42 |
| Octal | 254 | 261 | 240 | 3 | 0 | 12 | 37 | 116 | 12 | 102 |
| Binary | 10101100 | 10110001 | 10100000 | 11 | 0 | 1010 | 11111 | 1001110 | 1010 | 1000010 |
Color Harmonies of #ACB1A0
Complementary color
Monochromatic Colors of #ACB1A0
Black with #ACB1A0
Text Example
Text Example
White with #ACB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1A0; }
p { color: rgb(172,177,160); }
H1.HeaderClassName
{
color: #ACB1A0;
}
.AnyTagClassName
{
color: #ACB1A0;
}
</style>
background-color css
<style>
a { background-color: #ACB1A0; }
a { background-color: rgb(172,177,160); }
div.DivClassName
{
background-color: #ACB1A0;
}
.BgClassName
{
background-color: #ACB1A0;
}
</style>
border-color css
<style>
span { border-color: #ACB1A0; }
span { border-color: rgb(172,177,160); }
td.TdClassName
{
border-color: #ACB1A0;
}
.TagClassName
{
border-color: #ACB1A0;
}
</style>