Shades of Moss Green #ACD4A6
Tints of Moss Green #ACD4A6
RGB
CMYK
RGB Variations
Color information
#ACD4A6 (or 0xACD4A6) is known color: Moss Green. HEX triplet: AC, D4 and A6. RGB value is (172,212,166). Sum of RGB (Red+Green+Blue) = 172+212+166=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4A6 is #532B59. Grayscale: #C2C2C2. Windows color (decimal): -5450586 or 10933420. OLE color: 10933420.
HSL color Cylindrical-coordinate representation of color #ACD4A6: hue angle of 112.17º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD4A6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 166 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.17 |
| HSL | 112.17º | 0.35% | 0.74% | - |
| HSV(B) | 112.17º | 0.22% | 0.83% | - |
| XYZ | 47.44 | 58.61 | 44.89 | - |
| YUV | 194.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 166 | 0.19 | 0 | 0.22 | 0.17 | 112.17 | 0.35 | 0.74 |
| Hex | AC | D4 | A6 | 13 | 0 | 16 | 11 | 70 | 23 | 4A |
| Octal | 254 | 324 | 246 | 23 | 0 | 26 | 21 | 160 | 43 | 112 |
| Binary | 10101100 | 11010100 | 10100110 | 10011 | 0 | 10110 | 10001 | 1110000 | 100011 | 1001010 |
Color Harmonies of #ACD4A6
Complementary color
Monochromatic Colors of #ACD4A6
Black with #ACD4A6
Text Example
Text Example
White with #ACD4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4A6; }
p { color: rgb(172,212,166); }
H1.HeaderClassName
{
color: #ACD4A6;
}
.AnyTagClassName
{
color: #ACD4A6;
}
</style>
background-color css
<style>
a { background-color: #ACD4A6; }
a { background-color: rgb(172,212,166); }
div.DivClassName
{
background-color: #ACD4A6;
}
.BgClassName
{
background-color: #ACD4A6;
}
</style>
border-color css
<style>
span { border-color: #ACD4A6; }
span { border-color: rgb(172,212,166); }
td.TdClassName
{
border-color: #ACD4A6;
}
.TagClassName
{
border-color: #ACD4A6;
}
</style>