#ACDDA3

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

Shades of Madang #ACDDA3

Tints of Madang #ACDDA3

Color information

#ACDDA3 (or 0xACDDA3) is unknown color: approx Madang. HEX triplet: AC, DD and A3. RGB value is (172,221,163). Sum of RGB (Red+Green+Blue) = 172+221+163=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDA3 is #53225C. Grayscale: #C7C7C7. Windows color (decimal): -5448285 or 10739116. OLE color: 10739116.

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

Color convert

RGB172221163-
CMYK0.2200.260.13
HSL110.69º46.03%75.29%-
HSV(B)110.69º26.24%86.67%-
XYZ49.4863.1344.23-
YUV199.74107.27108.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=30.94%
G=39.75%
B=29.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211630.2200.260.13110.6946.0375.29
HexACDDA31601AD6f2e4b
Octal254335243260321515756113
Binary10101100110111011010001110110011010110111011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDA3; }

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

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

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

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

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

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

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

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