Shades of Moss Green #ACD8A6
Tints of Moss Green #ACD8A6
RGB
CMYK
RGB Variations
Color information
#ACD8A6 (or 0xACD8A6) is known color: Moss Green. HEX triplet: AC, D8 and A6. RGB value is (172,216,166). Sum of RGB (Red+Green+Blue) = 172+216+166=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8A6 is #532759. Grayscale: #C5C5C5. Windows color (decimal): -5449562 or 10934444. OLE color: 10934444.
HSL color Cylindrical-coordinate representation of color #ACD8A6: hue angle of 112.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD8A6 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 166 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.15 |
| HSL | 112.8º | 0.39% | 0.75% | - |
| HSV(B) | 112.8º | 0.23% | 0.85% | - |
| XYZ | 48.45 | 60.64 | 45.23 | - |
| YUV | 197.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 166 | 0.20 | 0 | 0.23 | 0.15 | 112.8 | 0.39 | 0.75 |
| Hex | AC | D8 | A6 | 14 | 0 | 17 | F | 71 | 27 | 4B |
| Octal | 254 | 330 | 246 | 24 | 0 | 27 | 17 | 161 | 47 | 113 |
| Binary | 10101100 | 11011000 | 10100110 | 10100 | 0 | 10111 | 1111 | 1110001 | 100111 | 1001011 |
Color Harmonies of #ACD8A6
Complementary color
Monochromatic Colors of #ACD8A6
Black with #ACD8A6
Text Example
Text Example
White with #ACD8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8A6; }
p { color: rgb(172,216,166); }
H1.HeaderClassName
{
color: #ACD8A6;
}
.AnyTagClassName
{
color: #ACD8A6;
}
</style>
background-color css
<style>
a { background-color: #ACD8A6; }
a { background-color: rgb(172,216,166); }
div.DivClassName
{
background-color: #ACD8A6;
}
.BgClassName
{
background-color: #ACD8A6;
}
</style>
border-color css
<style>
span { border-color: #ACD8A6; }
span { border-color: rgb(172,216,166); }
td.TdClassName
{
border-color: #ACD8A6;
}
.TagClassName
{
border-color: #ACD8A6;
}
</style>