Shades of Moss Green #ACD4AA
Tints of Moss Green #ACD4AA
RGB
CMYK
RGB Variations
Color information
#ACD4AA (or 0xACD4AA) is known color: Moss Green. HEX triplet: AC, D4 and AA. RGB value is (172,212,170). Sum of RGB (Red+Green+Blue) = 172+212+170=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4AA is #532B55. Grayscale: #C3C3C3. Windows color (decimal): -5450582 or 11195564. OLE color: 11195564.
HSL color Cylindrical-coordinate representation of color #ACD4AA: hue angle of 117.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD4AA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 170 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.17 |
| HSL | 117.14º | 0.33% | 0.75% | - |
| HSV(B) | 117.14º | 0.2% | 0.83% | - |
| XYZ | 47.81 | 58.76 | 46.85 | - |
| YUV | 195.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 170 | 0.19 | 0 | 0.20 | 0.17 | 117.14 | 0.33 | 0.75 |
| Hex | AC | D4 | AA | 13 | 0 | 14 | 11 | 75 | 21 | 4B |
| Octal | 254 | 324 | 252 | 23 | 0 | 24 | 21 | 165 | 41 | 113 |
| Binary | 10101100 | 11010100 | 10101010 | 10011 | 0 | 10100 | 10001 | 1110101 | 100001 | 1001011 |
Color Harmonies of #ACD4AA
Complementary color
Monochromatic Colors of #ACD4AA
Black with #ACD4AA
Text Example
Text Example
White with #ACD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4AA; }
p { color: rgb(172,212,170); }
H1.HeaderClassName
{
color: #ACD4AA;
}
.AnyTagClassName
{
color: #ACD4AA;
}
</style>
background-color css
<style>
a { background-color: #ACD4AA; }
a { background-color: rgb(172,212,170); }
div.DivClassName
{
background-color: #ACD4AA;
}
.BgClassName
{
background-color: #ACD4AA;
}
</style>
border-color css
<style>
span { border-color: #ACD4AA; }
span { border-color: rgb(172,212,170); }
td.TdClassName
{
border-color: #ACD4AA;
}
.TagClassName
{
border-color: #ACD4AA;
}
</style>