Shades of Green Spring #ACB0A2
Tints of Green Spring #ACB0A2
RGB
CMYK
RGB Variations
Color information
#ACB0A2 (or 0xACB0A2) is known color: Green Spring. HEX triplet: AC, B0 and A2. RGB value is (172,176,162). Sum of RGB (Red+Green+Blue) = 172+176+162=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB0A2 is #534F5D. Grayscale: #ADADAD. Windows color (decimal): -5459806 or 10662060. OLE color: 10662060.
HSL color Cylindrical-coordinate representation of color #ACB0A2: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB0A2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 176 | 162 | - |
CMYK | 0.02 | 0 | 0.08 | 0.31 |
HSL | 77.14º | 0.08% | 0.66% | - |
HSV(B) | 77.14º | 0.08% | 0.69% | - |
XYZ | 39.06 | 42.43 | 40.31 | - |
YUV | 173.21 | 121.67 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 176 | 162 | 0.02 | 0 | 0.08 | 0.31 | 77.14 | 0.08 | 0.66 |
Hex | AC | B0 | A2 | 2 | 0 | 8 | 1F | 4D | 8 | 42 |
Octal | 254 | 260 | 242 | 2 | 0 | 10 | 37 | 115 | 10 | 102 |
Binary | 10101100 | 10110000 | 10100010 | 10 | 0 | 1000 | 11111 | 1001101 | 1000 | 1000010 |
Color Harmonies of #ACB0A2
Complementary color
Monochromatic Colors of #ACB0A2
Black with #ACB0A2
Text Example
Text Example
White with #ACB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0A2; }
p { color: rgb(172,176,162); }
H1.HeaderClassName
{
color: #ACB0A2;
}
.AnyTagClassName
{
color: #ACB0A2;
}
</style>
background-color css
<style>
a { background-color: #ACB0A2; }
a { background-color: rgb(172,176,162); }
div.DivClassName
{
background-color: #ACB0A2;
}
.BgClassName
{
background-color: #ACB0A2;
}
</style>
border-color css
<style>
span { border-color: #ACB0A2; }
span { border-color: rgb(172,176,162); }
td.TdClassName
{
border-color: #ACB0A2;
}
.TagClassName
{
border-color: #ACB0A2;
}
</style>