Shades of Moss Green #ACDEAC
Tints of Moss Green #ACDEAC
RGB
CMYK
RGB Variations
Color information
#ACDEAC (or 0xACDEAC) is known color: Moss Green. HEX triplet: AC, DE and AC. RGB value is (172,222,172). Sum of RGB (Red+Green+Blue) = 172+222+172=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEAC is #532153. Grayscale: #C9C9C9. Windows color (decimal): -5448020 or 11329196. OLE color: 11329196.
HSL color Cylindrical-coordinate representation of color #ACDEAC: hue angle of 120º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEAC is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 172 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.13 |
| HSL | 120º | 0.43% | 0.77% | - |
| HSV(B) | 120º | 0.23% | 0.87% | - |
| XYZ | 50.58 | 63.99 | 48.72 | - |
| YUV | 201.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 172 | 0.23 | 0 | 0.23 | 0.13 | 120 | 0.43 | 0.77 |
| Hex | AC | DE | AC | 17 | 0 | 17 | D | 78 | 2B | 4D |
| Octal | 254 | 336 | 254 | 27 | 0 | 27 | 15 | 170 | 53 | 115 |
| Binary | 10101100 | 11011110 | 10101100 | 10111 | 0 | 10111 | 1101 | 1111000 | 101011 | 1001101 |
Color Harmonies of #ACDEAC
Complementary color
Monochromatic Colors of #ACDEAC
Black with #ACDEAC
Text Example
Text Example
White with #ACDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEAC; }
p { color: rgb(172,222,172); }
H1.HeaderClassName
{
color: #ACDEAC;
}
.AnyTagClassName
{
color: #ACDEAC;
}
</style>
background-color css
<style>
a { background-color: #ACDEAC; }
a { background-color: rgb(172,222,172); }
div.DivClassName
{
background-color: #ACDEAC;
}
.BgClassName
{
background-color: #ACDEAC;
}
</style>
border-color css
<style>
span { border-color: #ACDEAC; }
span { border-color: rgb(172,222,172); }
td.TdClassName
{
border-color: #ACDEAC;
}
.TagClassName
{
border-color: #ACDEAC;
}
</style>