#ACDBA2

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

Shades of Madang #ACDBA2

Tints of Madang #ACDBA2

Color information

#ACDBA2 (or 0xACDBA2) is unknown color: approx Madang. HEX triplet: AC, DB and A2. RGB value is (172,219,162). Sum of RGB (Red+Green+Blue) = 172+219+162=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA2 is #53245D. Grayscale: #C6C6C6. Windows color (decimal): -5448798 or 10673068. OLE color: 10673068.

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

Color convert

RGB172219162-
CMYK0.2100.260.14
HSL109.47º44.19%74.71%-
HSV(B)109.47º26.03%85.88%-
XYZ48.8762.0443.58-
YUV198.45107.43109.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 162 (63.67% from 255) = 29.29%
R=31.10%
G=39.60%
B=29.29%

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
Decimal1722191620.2100.260.14109.4744.1974.71
HexACDBA21501AE6d2c4b
Octal254333242250321615554113
Binary10101100110110111010001010101011010111011011011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBA2; }

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

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

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

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

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

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

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

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