#ACD6A2

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

Shades of Madang #ACD6A2

Tints of Madang #ACD6A2

Color information

#ACD6A2 (or 0xACD6A2) is unknown color: approx Madang. HEX triplet: AC, D6 and A2. RGB value is (172,214,162). Sum of RGB (Red+Green+Blue) = 172+214+162=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6A2 is #53295D. Grayscale: #C3C3C3. Windows color (decimal): -5450078 or 10671788. OLE color: 10671788.

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

Color convert

RGB172214162-
CMYK0.2000.240.16
HSL108.46º38.81%73.73%-
HSV(B)108.46º24.3%83.92%-
XYZ47.5859.4743.15-
YUV195.51109.09111.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 162 (63.67% from 255) = 29.56%
R=31.39%
G=39.05%
B=29.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141620.2000.240.16108.4638.8173.73
HexACD6A214018106c274a
Octal254326242240302015447112
Binary101011001101011010100010101000110001000011011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6A2; }

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

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

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

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

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

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

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

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