#ACD1A2

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

Shades of Madang #ACD1A2

Tints of Madang #ACD1A2

Color information

#ACD1A2 (or 0xACD1A2) is unknown color: approx Madang. HEX triplet: AC, D1 and A2. RGB value is (172,209,162). Sum of RGB (Red+Green+Blue) = 172+209+162=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A2 is #532E5D. Grayscale: #C0C0C0. Windows color (decimal): -5451358 or 10670508. OLE color: 10670508.

HSL color Cylindrical-coordinate representation of color #ACD1A2: hue angle of 107.23º 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 #ACD1A2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB172209162-
CMYK0.1800.220.18
HSL107.23º33.81%72.75%-
HSV(B)107.23º22.49%81.96%-
XYZ46.3456.9842.74-
YUV192.58110.74113.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 162 (63.67% from 255) = 29.83%
R=31.68%
G=38.49%
B=29.83%

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
Decimal1722091620.1800.220.18107.2333.8172.75
HexACD1A212016126b2249
Octal254321242220262215342111
Binary101011001101000110100010100100101101001011010111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1A2; }

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

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

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

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

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

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

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

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