#ACDDAC

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

Shades of Moss Green #ACDDAC

Tints of Moss Green #ACDDAC

Color information

#ACDDAC (or 0xACDDAC) is unknown color: approx Moss Green. HEX triplet: AC, DD and AC. RGB value is (172,221,172). Sum of RGB (Red+Green+Blue) = 172+221+172=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAC is #532253. Grayscale: #C8C8C8. Windows color (decimal): -5448276 or 11328940. OLE color: 11328940.

HSL color Cylindrical-coordinate representation of color #ACDDAC: hue angle of 120º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDAC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB172221172-
CMYK0.2200.220.13
HSL120º41.88%77.06%-
HSV(B)120º22.17%86.67%-
XYZ50.3263.4648.63-
YUV200.76111.77107.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=30.44%
G=39.12%
B=30.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211720.2200.220.1312041.8877.06
HexACDDAC16016D782a4d
Octal254335254260261517052115
Binary10101100110111011010110010110010110110111110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDAC; }

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

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

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

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

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

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

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

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