Shades of Moss Green #ACDAAC
Tints of Moss Green #ACDAAC
RGB
CMYK
RGB Variations
Color information
#ACDAAC (or 0xACDAAC) is known color: Moss Green. HEX triplet: AC, DA and AC. RGB value is (172,218,172). Sum of RGB (Red+Green+Blue) = 172+218+172=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAAC is #532553. Grayscale: #C7C7C7. Windows color (decimal): -5449044 or 11328172. OLE color: 11328172.
HSL color Cylindrical-coordinate representation of color #ACDAAC: hue angle of 120º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAAC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 172 | - |
CMYK | 0.21 | 0 | 0.21 | 0.15 |
HSL | 120º | 0.38% | 0.76% | - |
HSV(B) | 120º | 0.21% | 0.85% | - |
XYZ | 49.53 | 61.89 | 48.37 | - |
YUV | 199 | 112.76 | 108.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 172 | 0.21 | 0 | 0.21 | 0.15 | 120 | 0.38 | 0.76 |
Hex | AC | DA | AC | 15 | 0 | 15 | F | 78 | 26 | 4C |
Octal | 254 | 332 | 254 | 25 | 0 | 25 | 17 | 170 | 46 | 114 |
Binary | 10101100 | 11011010 | 10101100 | 10101 | 0 | 10101 | 1111 | 1111000 | 100110 | 1001100 |
Color Harmonies of #ACDAAC
Complementary color
Monochromatic Colors of #ACDAAC
Black with #ACDAAC
Text Example
Text Example
White with #ACDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAAC; }
p { color: rgb(172,218,172); }
H1.HeaderClassName
{
color: #ACDAAC;
}
.AnyTagClassName
{
color: #ACDAAC;
}
</style>
background-color css
<style>
a { background-color: #ACDAAC; }
a { background-color: rgb(172,218,172); }
div.DivClassName
{
background-color: #ACDAAC;
}
.BgClassName
{
background-color: #ACDAAC;
}
</style>
border-color css
<style>
span { border-color: #ACDAAC; }
span { border-color: rgb(172,218,172); }
td.TdClassName
{
border-color: #ACDAAC;
}
.TagClassName
{
border-color: #ACDAAC;
}
</style>