Shades of Moss Green #ACD5AF
Tints of Moss Green #ACD5AF
RGB
CMYK
RGB Variations
Color information
#ACD5AF (or 0xACD5AF) is known color: Moss Green. HEX triplet: AC, D5 and AF. RGB value is (172,213,175). Sum of RGB (Red+Green+Blue) = 172+213+175=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5AF is #532A50. Grayscale: #C4C4C4. Windows color (decimal): -5450321 or 11523500. OLE color: 11523500.
HSL color Cylindrical-coordinate representation of color #ACD5AF: hue angle of 124.39º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5AF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 175 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.16 |
| HSL | 124.39º | 0.33% | 0.75% | - |
| HSV(B) | 124.39º | 0.19% | 0.84% | - |
| XYZ | 48.55 | 59.45 | 49.47 | - |
| YUV | 196.41 | 115.92 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 175 | 0.19 | 0 | 0.18 | 0.16 | 124.39 | 0.33 | 0.75 |
| Hex | AC | D5 | AF | 13 | 0 | 12 | 10 | 7C | 21 | 4B |
| Octal | 254 | 325 | 257 | 23 | 0 | 22 | 20 | 174 | 41 | 113 |
| Binary | 10101100 | 11010101 | 10101111 | 10011 | 0 | 10010 | 10000 | 1111100 | 100001 | 1001011 |
Color Harmonies of #ACD5AF
Complementary color
Monochromatic Colors of #ACD5AF
Black with #ACD5AF
Text Example
Text Example
White with #ACD5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5AF; }
p { color: rgb(172,213,175); }
H1.HeaderClassName
{
color: #ACD5AF;
}
.AnyTagClassName
{
color: #ACD5AF;
}
</style>
background-color css
<style>
a { background-color: #ACD5AF; }
a { background-color: rgb(172,213,175); }
div.DivClassName
{
background-color: #ACD5AF;
}
.BgClassName
{
background-color: #ACD5AF;
}
</style>
border-color css
<style>
span { border-color: #ACD5AF; }
span { border-color: rgb(172,213,175); }
td.TdClassName
{
border-color: #ACD5AF;
}
.TagClassName
{
border-color: #ACD5AF;
}
</style>