#ACD2A3

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

Shades of Madang #ACD2A3

Tints of Madang #ACD2A3

Color information

#ACD2A3 (or 0xACD2A3) is unknown color: approx Madang. HEX triplet: AC, D2 and A3. RGB value is (172,210,163). Sum of RGB (Red+Green+Blue) = 172+210+163=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2A3 is #532D5C. Grayscale: #C1C1C1. Windows color (decimal): -5451101 or 10736300. OLE color: 10736300.

HSL color Cylindrical-coordinate representation of color #ACD2A3: hue angle of 108.51º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD2A3 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB172210163-
CMYK0.1800.220.18
HSL108.51º34.31%73.14%-
HSV(B)108.51º22.38%82.35%-
XYZ46.6757.5143.29-
YUV193.28110.91112.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 163 (64.06% from 255) = 29.91%
R=31.56%
G=38.53%
B=29.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101630.1800.220.18108.5134.3173.14
HexACD2A312016126d2249
Octal254322243220262215542111
Binary101011001101001010100011100100101101001011011011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2A3; }

 p { color: rgb(172,210,163); }

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

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

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

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

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

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

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