Shades of Moss Green #ACDCAC
Tints of Moss Green #ACDCAC
RGB
CMYK
RGB Variations
Color information
#ACDCAC (or 0xACDCAC) is known color: Moss Green. HEX triplet: AC, DC and AC. RGB value is (172,220,172). Sum of RGB (Red+Green+Blue) = 172+220+172=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCAC is #532353. Grayscale: #C8C8C8. Windows color (decimal): -5448532 or 11328684. OLE color: 11328684.
HSL color Cylindrical-coordinate representation of color #ACDCAC: hue angle of 120º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCAC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 172 | - |
CMYK | 0.22 | 0 | 0.22 | 0.14 |
HSL | 120º | 0.41% | 0.77% | - |
HSV(B) | 120º | 0.22% | 0.86% | - |
XYZ | 50.05 | 62.94 | 48.54 | - |
YUV | 200.18 | 112.1 | 107.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 172 | 0.22 | 0 | 0.22 | 0.14 | 120 | 0.41 | 0.77 |
Hex | AC | DC | AC | 16 | 0 | 16 | E | 78 | 29 | 4D |
Octal | 254 | 334 | 254 | 26 | 0 | 26 | 16 | 170 | 51 | 115 |
Binary | 10101100 | 11011100 | 10101100 | 10110 | 0 | 10110 | 1110 | 1111000 | 101001 | 1001101 |
Color Harmonies of #ACDCAC
Complementary color
Monochromatic Colors of #ACDCAC
Black with #ACDCAC
Text Example
Text Example
White with #ACDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCAC; }
p { color: rgb(172,220,172); }
H1.HeaderClassName
{
color: #ACDCAC;
}
.AnyTagClassName
{
color: #ACDCAC;
}
</style>
background-color css
<style>
a { background-color: #ACDCAC; }
a { background-color: rgb(172,220,172); }
div.DivClassName
{
background-color: #ACDCAC;
}
.BgClassName
{
background-color: #ACDCAC;
}
</style>
border-color css
<style>
span { border-color: #ACDCAC; }
span { border-color: rgb(172,220,172); }
td.TdClassName
{
border-color: #ACDCAC;
}
.TagClassName
{
border-color: #ACDCAC;
}
</style>