Shades of Moss Green #ACDCAA
Tints of Moss Green #ACDCAA
RGB
CMYK
RGB Variations
Color information
#ACDCAA (or 0xACDCAA) is known color: Moss Green. HEX triplet: AC, DC and AA. RGB value is (172,220,170). Sum of RGB (Red+Green+Blue) = 172+220+170=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCAA is #532355. Grayscale: #C8C8C8. Windows color (decimal): -5448534 or 11197612. OLE color: 11197612.
HSL color Cylindrical-coordinate representation of color #ACDCAA: hue angle of 117.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDCAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 170 | - |
CMYK | 0.22 | 0 | 0.23 | 0.14 |
HSL | 117.6º | 0.42% | 0.76% | - |
HSV(B) | 117.6º | 0.23% | 0.86% | - |
XYZ | 49.86 | 62.86 | 47.54 | - |
YUV | 199.95 | 111.1 | 108.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 170 | 0.22 | 0 | 0.23 | 0.14 | 117.6 | 0.42 | 0.76 |
Hex | AC | DC | AA | 16 | 0 | 17 | E | 76 | 2A | 4C |
Octal | 254 | 334 | 252 | 26 | 0 | 27 | 16 | 166 | 52 | 114 |
Binary | 10101100 | 11011100 | 10101010 | 10110 | 0 | 10111 | 1110 | 1110110 | 101010 | 1001100 |
Color Harmonies of #ACDCAA
Complementary color
Monochromatic Colors of #ACDCAA
Black with #ACDCAA
Text Example
Text Example
White with #ACDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCAA; }
p { color: rgb(172,220,170); }
H1.HeaderClassName
{
color: #ACDCAA;
}
.AnyTagClassName
{
color: #ACDCAA;
}
</style>
background-color css
<style>
a { background-color: #ACDCAA; }
a { background-color: rgb(172,220,170); }
div.DivClassName
{
background-color: #ACDCAA;
}
.BgClassName
{
background-color: #ACDCAA;
}
</style>
border-color css
<style>
span { border-color: #ACDCAA; }
span { border-color: rgb(172,220,170); }
td.TdClassName
{
border-color: #ACDCAA;
}
.TagClassName
{
border-color: #ACDCAA;
}
</style>