#ACDCA3

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

Shades of Madang #ACDCA3

Tints of Madang #ACDCA3

Color information

#ACDCA3 (or 0xACDCA3) is unknown color: approx Madang. HEX triplet: AC, DC and A3. RGB value is (172,220,163). Sum of RGB (Red+Green+Blue) = 172+220+163=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCA3 is #53235C. Grayscale: #C7C7C7. Windows color (decimal): -5448541 or 10738860. OLE color: 10738860.

HSL color Cylindrical-coordinate representation of color #ACDCA3: hue angle of 110.53º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACDCA3 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB172220163-
CMYK0.2200.260.14
HSL110.53º44.88%75.1%-
HSV(B)110.53º25.91%86.27%-
XYZ49.2262.644.14-
YUV199.15107.6108.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 163 (64.06% from 255) = 29.37%
R=30.99%
G=39.64%
B=29.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201630.2200.260.14110.5344.8875.1
HexACDCA31601AE6f2d4b
Octal254334243260321615755113
Binary10101100110111001010001110110011010111011011111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCA3; }

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

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

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

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

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

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

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

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