#ACD4A1

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

Shades of Madang #ACD4A1

Tints of Madang #ACD4A1

Color information

#ACD4A1 (or 0xACD4A1) is unknown color: approx Madang. HEX triplet: AC, D4 and A1. RGB value is (172,212,161). Sum of RGB (Red+Green+Blue) = 172+212+161=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD4A1 is #532B5E. Grayscale: #C2C2C2. Windows color (decimal): -5450591 or 10605740. OLE color: 10605740.

HSL color Cylindrical-coordinate representation of color #ACD4A1: hue angle of 107.06º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACD4A1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB172212161-
CMYK0.1900.240.17
HSL107.06º37.23%73.14%-
HSV(B)107.06º24.06%83.14%-
XYZ46.9958.4342.52-
YUV194.23109.25112.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=31.56%
G=38.90%
B=29.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121610.1900.240.17107.0637.2373.14
HexACD4A113018116b2549
Octal254324241230302115345111
Binary101011001101010010100001100110110001000111010111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD4A1; }

 p { color: rgb(172,212,161); }

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

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

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

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

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

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

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