#ACDAA3

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

Shades of Madang #ACDAA3

Tints of Madang #ACDAA3

Color information

#ACDAA3 (or 0xACDAA3) is unknown color: approx Madang. HEX triplet: AC, DA and A3. RGB value is (172,218,163). Sum of RGB (Red+Green+Blue) = 172+218+163=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAA3 is #53255C. Grayscale: #C6C6C6. Windows color (decimal): -5449053 or 10738348. OLE color: 10738348.

HSL color Cylindrical-coordinate representation of color #ACDAA3: hue angle of 110.18º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDAA3 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB172218163-
CMYK0.2100.250.15
HSL110.18º42.64%74.71%-
HSV(B)110.18º25.23%85.49%-
XYZ48.761.5643.97-
YUV197.98108.26109.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=31.10%
G=39.42%
B=29.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181630.2100.250.15110.1842.6474.71
HexACDAA315019F6e2b4b
Octal254332243250311715653113
Binary10101100110110101010001110101011001111111011101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAA3; }

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

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

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

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

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

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

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

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