Shades of Moss Green #ACD5AC
Tints of Moss Green #ACD5AC
RGB
CMYK
RGB Variations
Color information
#ACD5AC (or 0xACD5AC) is known color: Moss Green. HEX triplet: AC, D5 and AC. RGB value is (172,213,172). Sum of RGB (Red+Green+Blue) = 172+213+172=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5AC is #532A53. Grayscale: #C4C4C4. Windows color (decimal): -5450324 or 11326892. OLE color: 11326892.
HSL color Cylindrical-coordinate representation of color #ACD5AC: hue angle of 120º 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 #ACD5AC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 213 | 172 | - |
CMYK | 0.19 | 0 | 0.19 | 0.16 |
HSL | 120º | 0.33% | 0.75% | - |
HSV(B) | 120º | 0.19% | 0.84% | - |
XYZ | 48.25 | 59.34 | 47.94 | - |
YUV | 196.07 | 114.42 | 110.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 213 | 172 | 0.19 | 0 | 0.19 | 0.16 | 120 | 0.33 | 0.75 |
Hex | AC | D5 | AC | 13 | 0 | 13 | 10 | 78 | 21 | 4B |
Octal | 254 | 325 | 254 | 23 | 0 | 23 | 20 | 170 | 41 | 113 |
Binary | 10101100 | 11010101 | 10101100 | 10011 | 0 | 10011 | 10000 | 1111000 | 100001 | 1001011 |
Color Harmonies of #ACD5AC
Complementary color
Monochromatic Colors of #ACD5AC
Black with #ACD5AC
Text Example
Text Example
White with #ACD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5AC; }
p { color: rgb(172,213,172); }
H1.HeaderClassName
{
color: #ACD5AC;
}
.AnyTagClassName
{
color: #ACD5AC;
}
</style>
background-color css
<style>
a { background-color: #ACD5AC; }
a { background-color: rgb(172,213,172); }
div.DivClassName
{
background-color: #ACD5AC;
}
.BgClassName
{
background-color: #ACD5AC;
}
</style>
border-color css
<style>
span { border-color: #ACD5AC; }
span { border-color: rgb(172,213,172); }
td.TdClassName
{
border-color: #ACD5AC;
}
.TagClassName
{
border-color: #ACD5AC;
}
</style>