Shades of Moss Green #ACD4AB
Tints of Moss Green #ACD4AB
RGB
CMYK
RGB Variations
Color information
#ACD4AB (or 0xACD4AB) is known color: Moss Green. HEX triplet: AC, D4 and AB. RGB value is (172,212,171). Sum of RGB (Red+Green+Blue) = 172+212+171=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4AB is #532B54. Grayscale: #C3C3C3. Windows color (decimal): -5450581 or 11261100. OLE color: 11261100.
HSL color Cylindrical-coordinate representation of color #ACD4AB: hue angle of 118.54º degrees, saturation: 0.32, 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 #ACD4AB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 171 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.17 |
| HSL | 118.54º | 0.32% | 0.75% | - |
| HSV(B) | 118.54º | 0.19% | 0.83% | - |
| XYZ | 47.91 | 58.8 | 47.35 | - |
| YUV | 195.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 171 | 0.19 | 0 | 0.19 | 0.17 | 118.54 | 0.32 | 0.75 |
| Hex | AC | D4 | AB | 13 | 0 | 13 | 11 | 77 | 20 | 4B |
| Octal | 254 | 324 | 253 | 23 | 0 | 23 | 21 | 167 | 40 | 113 |
| Binary | 10101100 | 11010100 | 10101011 | 10011 | 0 | 10011 | 10001 | 1110111 | 100000 | 1001011 |
Color Harmonies of #ACD4AB
Complementary color
Monochromatic Colors of #ACD4AB
Black with #ACD4AB
Text Example
Text Example
White with #ACD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4AB; }
p { color: rgb(172,212,171); }
H1.HeaderClassName
{
color: #ACD4AB;
}
.AnyTagClassName
{
color: #ACD4AB;
}
</style>
background-color css
<style>
a { background-color: #ACD4AB; }
a { background-color: rgb(172,212,171); }
div.DivClassName
{
background-color: #ACD4AB;
}
.BgClassName
{
background-color: #ACD4AB;
}
</style>
border-color css
<style>
span { border-color: #ACD4AB; }
span { border-color: rgb(172,212,171); }
td.TdClassName
{
border-color: #ACD4AB;
}
.TagClassName
{
border-color: #ACD4AB;
}
</style>