Shades of Moss Green #ACDFAC
Tints of Moss Green #ACDFAC
RGB
CMYK
RGB Variations
Color information
#ACDFAC (or 0xACDFAC) is known color: Moss Green. HEX triplet: AC, DF and AC. RGB value is (172,223,172). Sum of RGB (Red+Green+Blue) = 172+223+172=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFAC is #532053. Grayscale: #CACACA. Windows color (decimal): -5447764 or 11329452. OLE color: 11329452.
HSL color Cylindrical-coordinate representation of color #ACDFAC: hue angle of 120º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFAC is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 172 | - |
CMYK | 0.23 | 0 | 0.23 | 0.13 |
HSL | 120º | 0.44% | 0.77% | - |
HSV(B) | 120º | 0.23% | 0.87% | - |
XYZ | 50.85 | 64.52 | 48.8 | - |
YUV | 201.94 | 111.1 | 106.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 172 | 0.23 | 0 | 0.23 | 0.13 | 120 | 0.44 | 0.77 |
Hex | AC | DF | AC | 17 | 0 | 17 | D | 78 | 2C | 4D |
Octal | 254 | 337 | 254 | 27 | 0 | 27 | 15 | 170 | 54 | 115 |
Binary | 10101100 | 11011111 | 10101100 | 10111 | 0 | 10111 | 1101 | 1111000 | 101100 | 1001101 |
Color Harmonies of #ACDFAC
Complementary color
Monochromatic Colors of #ACDFAC
Black with #ACDFAC
Text Example
Text Example
White with #ACDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFAC; }
p { color: rgb(172,223,172); }
H1.HeaderClassName
{
color: #ACDFAC;
}
.AnyTagClassName
{
color: #ACDFAC;
}
</style>
background-color css
<style>
a { background-color: #ACDFAC; }
a { background-color: rgb(172,223,172); }
div.DivClassName
{
background-color: #ACDFAC;
}
.BgClassName
{
background-color: #ACDFAC;
}
</style>
border-color css
<style>
span { border-color: #ACDFAC; }
span { border-color: rgb(172,223,172); }
td.TdClassName
{
border-color: #ACDFAC;
}
.TagClassName
{
border-color: #ACDFAC;
}
</style>