#ACD8A0

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

Shades of Madang #ACD8A0

Tints of Madang #ACD8A0

Color information

#ACD8A0 (or 0xACD8A0) is unknown color: approx Madang. HEX triplet: AC, D8 and A0. RGB value is (172,216,160). Sum of RGB (Red+Green+Blue) = 172+216+160=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8A0 is #53275F. Grayscale: #C4C4C4. Windows color (decimal): -5449568 or 10541228. OLE color: 10541228.

HSL color Cylindrical-coordinate representation of color #ACD8A0: hue angle of 107.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD8A0 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB172216160-
CMYK0.2000.260.15
HSL107.14º41.79%73.73%-
HSV(B)107.14º25.93%84.71%-
XYZ47.9160.4242.39-
YUV196.46107.42110.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=31.39%
G=39.42%
B=29.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161600.2000.260.15107.1441.7973.73
HexACD8A01401AF6b2a4a
Octal254330240240321715352112
Binary10101100110110001010000010100011010111111010111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8A0; }

 p { color: rgb(172,216,160); }

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

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

 a { background-color: rgb(172,216,160); }

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

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

 span { border-color: rgb(172,216,160); }

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