Shades of Moss Green #ACD4AD
Tints of Moss Green #ACD4AD
RGB
CMYK
RGB Variations
Color information
#ACD4AD (or 0xACD4AD) is known color: Moss Green. HEX triplet: AC, D4 and AD. RGB value is (172,212,173). Sum of RGB (Red+Green+Blue) = 172+212+173=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4AD is #532B52. Grayscale: #C3C3C3. Windows color (decimal): -5450579 or 11392172. OLE color: 11392172.
HSL color Cylindrical-coordinate representation of color #ACD4AD: hue angle of 121.5º 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 #ACD4AD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 173 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.17 |
| HSL | 121.5º | 0.32% | 0.75% | - |
| HSV(B) | 121.5º | 0.19% | 0.83% | - |
| XYZ | 48.1 | 58.87 | 48.36 | - |
| YUV | 195.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 173 | 0.19 | 0 | 0.18 | 0.17 | 121.5 | 0.32 | 0.75 |
| Hex | AC | D4 | AD | 13 | 0 | 12 | 11 | 7A | 20 | 4B |
| Octal | 254 | 324 | 255 | 23 | 0 | 22 | 21 | 172 | 40 | 113 |
| Binary | 10101100 | 11010100 | 10101101 | 10011 | 0 | 10010 | 10001 | 1111010 | 100000 | 1001011 |
Color Harmonies of #ACD4AD
Complementary color
Monochromatic Colors of #ACD4AD
Black with #ACD4AD
Text Example
Text Example
White with #ACD4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4AD; }
p { color: rgb(172,212,173); }
H1.HeaderClassName
{
color: #ACD4AD;
}
.AnyTagClassName
{
color: #ACD4AD;
}
</style>
background-color css
<style>
a { background-color: #ACD4AD; }
a { background-color: rgb(172,212,173); }
div.DivClassName
{
background-color: #ACD4AD;
}
.BgClassName
{
background-color: #ACD4AD;
}
</style>
border-color css
<style>
span { border-color: #ACD4AD; }
span { border-color: rgb(172,212,173); }
td.TdClassName
{
border-color: #ACD4AD;
}
.TagClassName
{
border-color: #ACD4AD;
}
</style>