#ACD6AC

Color #ACD6AC Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #ACD6AC

Tints of Moss Green #ACD6AC

Color information

#ACD6AC (or 0xACD6AC) is unknown color: approx Moss Green. HEX triplet: AC, D6 and AC. RGB value is (172,214,172). Sum of RGB (Red+Green+Blue) = 172+214+172=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6AC is #532953. Grayscale: #C4C4C4. Windows color (decimal): -5450068 or 11327148. OLE color: 11327148.

HSL color Cylindrical-coordinate representation of color #ACD6AC: hue angle of 120º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6AC is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB172214172-
CMYK0.2000.200.16
HSL120º33.87%75.69%-
HSV(B)120º19.63%83.92%-
XYZ48.5159.8448.02-
YUV196.65114.09110.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=30.82%
G=38.35%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141720.2000.200.1612033.8775.69
HexACD6AC140141078224c
Octal254326254240242017042114
Binary101011001101011010101100101000101001000011110001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6AC; }

 p { color: rgb(172,214,172); }

 H1.HeaderClassName
 {
   color: #ACD6AC;
 }
 .AnyTagClassName
 {
   color: #ACD6AC;
 }
</style>
background-color css

<style>
 a { background-color: #ACD6AC; }

 a { background-color: rgb(172,214,172); }

 div.DivClassName
 {
   background-color: #ACD6AC;
 }
 .BgClassName
 {
   background-color: #ACD6AC;
 }
</style>
border-color css

<style>
 span { border-color: #ACD6AC; }

 span { border-color: rgb(172,214,172); }

 td.TdClassName
 {
   border-color: #ACD6AC;
 }
 .TagClassName
 {
   border-color: #ACD6AC;
 }
</style>