Shades of Moss Green #ACD3AB
Tints of Moss Green #ACD3AB
RGB
CMYK
RGB Variations
Color information
#ACD3AB (or 0xACD3AB) is known color: Moss Green. HEX triplet: AC, D3 and AB. RGB value is (172,211,171). Sum of RGB (Red+Green+Blue) = 172+211+171=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD3AB is #532C54. Grayscale: #C2C2C2. Windows color (decimal): -5450837 or 11260844. OLE color: 11260844.
HSL color Cylindrical-coordinate representation of color #ACD3AB: hue angle of 118.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD3AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.17 |
| HSL | 118.5º | 0.31% | 0.75% | - |
| HSV(B) | 118.5º | 0.19% | 0.83% | - |
| XYZ | 47.66 | 58.3 | 47.27 | - |
| YUV | 194.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 171 | 0.18 | 0 | 0.19 | 0.17 | 118.5 | 0.31 | 0.75 |
| Hex | AC | D3 | AB | 12 | 0 | 13 | 11 | 76 | 1F | 4B |
| Octal | 254 | 323 | 253 | 22 | 0 | 23 | 21 | 166 | 37 | 113 |
| Binary | 10101100 | 11010011 | 10101011 | 10010 | 0 | 10011 | 10001 | 1110110 | 11111 | 1001011 |
Color Harmonies of #ACD3AB
Complementary color
Monochromatic Colors of #ACD3AB
Black with #ACD3AB
Text Example
Text Example
White with #ACD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3AB; }
p { color: rgb(172,211,171); }
H1.HeaderClassName
{
color: #ACD3AB;
}
.AnyTagClassName
{
color: #ACD3AB;
}
</style>
background-color css
<style>
a { background-color: #ACD3AB; }
a { background-color: rgb(172,211,171); }
div.DivClassName
{
background-color: #ACD3AB;
}
.BgClassName
{
background-color: #ACD3AB;
}
</style>
border-color css
<style>
span { border-color: #ACD3AB; }
span { border-color: rgb(172,211,171); }
td.TdClassName
{
border-color: #ACD3AB;
}
.TagClassName
{
border-color: #ACD3AB;
}
</style>