#ACDCAC

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

Shades of Moss Green #ACDCAC

Tints of Moss Green #ACDCAC

Color information

#ACDCAC (or 0xACDCAC) is unknown color: approx 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

RGB172220172-
CMYK0.2200.220.14
HSL120º40.68%76.86%-
HSV(B)120º21.82%86.27%-
XYZ50.0562.9448.54-
YUV200.18112.1107.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=30.50%
G=39.01%
B=30.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201720.2200.220.1412040.6876.86
HexACDCAC16016E78294d
Octal254334254260261617051115
Binary10101100110111001010110010110010110111011110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>