Shades of Moss Green #ACDDAC
Tints of Moss Green #ACDDAC
RGB
CMYK
RGB Variations
Color information
#ACDDAC (or 0xACDDAC) is known color: Moss Green. HEX triplet: AC, DD and AC. RGB value is (172,221,172). Sum of RGB (Red+Green+Blue) = 172+221+172=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAC is #532253. Grayscale: #C8C8C8. Windows color (decimal): -5448276 or 11328940. OLE color: 11328940.
HSL color Cylindrical-coordinate representation of color #ACDDAC: hue angle of 120º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDAC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 172 | - |
CMYK | 0.22 | 0 | 0.22 | 0.13 |
HSL | 120º | 0.42% | 0.77% | - |
HSV(B) | 120º | 0.22% | 0.87% | - |
XYZ | 50.32 | 63.46 | 48.63 | - |
YUV | 200.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 172 | 0.22 | 0 | 0.22 | 0.13 | 120 | 0.42 | 0.77 |
Hex | AC | DD | AC | 16 | 0 | 16 | D | 78 | 2A | 4D |
Octal | 254 | 335 | 254 | 26 | 0 | 26 | 15 | 170 | 52 | 115 |
Binary | 10101100 | 11011101 | 10101100 | 10110 | 0 | 10110 | 1101 | 1111000 | 101010 | 1001101 |
Color Harmonies of #ACDDAC
Complementary color
Monochromatic Colors of #ACDDAC
Black with #ACDDAC
Text Example
Text Example
White with #ACDDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDAC; }
p { color: rgb(172,221,172); }
H1.HeaderClassName
{
color: #ACDDAC;
}
.AnyTagClassName
{
color: #ACDDAC;
}
</style>
background-color css
<style>
a { background-color: #ACDDAC; }
a { background-color: rgb(172,221,172); }
div.DivClassName
{
background-color: #ACDDAC;
}
.BgClassName
{
background-color: #ACDDAC;
}
</style>
border-color css
<style>
span { border-color: #ACDDAC; }
span { border-color: rgb(172,221,172); }
td.TdClassName
{
border-color: #ACDDAC;
}
.TagClassName
{
border-color: #ACDDAC;
}
</style>