Shades of Moss Green #ACD2AC
Tints of Moss Green #ACD2AC
RGB
CMYK
RGB Variations
Color information
#ACD2AC (or 0xACD2AC) is known color: Moss Green. HEX triplet: AC, D2 and AC. RGB value is (172,210,172). Sum of RGB (Red+Green+Blue) = 172+210+172=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2AC is #532D53. Grayscale: #C2C2C2. Windows color (decimal): -5451092 or 11326124. OLE color: 11326124.
HSL color Cylindrical-coordinate representation of color #ACD2AC: hue angle of 120º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2AC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 172 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.18 |
| HSL | 120º | 0.3% | 0.75% | - |
| HSV(B) | 120º | 0.18% | 0.82% | - |
| XYZ | 47.51 | 57.84 | 47.69 | - |
| YUV | 194.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 172 | 0.18 | 0 | 0.18 | 0.18 | 120 | 0.3 | 0.75 |
| Hex | AC | D2 | AC | 12 | 0 | 12 | 12 | 78 | 1E | 4B |
| Octal | 254 | 322 | 254 | 22 | 0 | 22 | 22 | 170 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10101100 | 10010 | 0 | 10010 | 10010 | 1111000 | 11110 | 1001011 |
Color Harmonies of #ACD2AC
Complementary color
Monochromatic Colors of #ACD2AC
Black with #ACD2AC
Text Example
Text Example
White with #ACD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2AC; }
p { color: rgb(172,210,172); }
H1.HeaderClassName
{
color: #ACD2AC;
}
.AnyTagClassName
{
color: #ACD2AC;
}
</style>
background-color css
<style>
a { background-color: #ACD2AC; }
a { background-color: rgb(172,210,172); }
div.DivClassName
{
background-color: #ACD2AC;
}
.BgClassName
{
background-color: #ACD2AC;
}
</style>
border-color css
<style>
span { border-color: #ACD2AC; }
span { border-color: rgb(172,210,172); }
td.TdClassName
{
border-color: #ACD2AC;
}
.TagClassName
{
border-color: #ACD2AC;
}
</style>