#acdba3

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

Shades of Madang #ACDBA3

Tints of Madang #ACDBA3

Color information

#ACDBA3 (or 0xACDBA3) is unknown color: approx Madang. HEX triplet: AC, DB and A3. RGB value is (172,219,163). Sum of RGB (Red+Green+Blue) = 172+219+163=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA3 is #53245C. Grayscale: #C6C6C6. Windows color (decimal): -5448797 or 10738604. OLE color: 10738604.

HSL color Cylindrical-coordinate representation of color #ACDBA3: hue angle of 110.36º degrees, saturation: 0.44, 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 #ACDBA3 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB172219163-
CMYK0.2100.260.14
HSL110.36º43.75%74.9%-
HSV(B)110.36º25.57%85.88%-
XYZ48.9662.0844.05-
YUV198.56107.93109.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 163 (64.06% from 255) = 29.42%
R=31.05%
G=39.53%
B=29.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191630.2100.260.14110.3643.7574.9
HexACDBA31501AE6e2c4b
Octal254333243250321615654113
Binary10101100110110111010001110101011010111011011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acdba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acdba3; }

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

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

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

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

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

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

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

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