#ACD8A1

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

Shades of Madang #ACD8A1

Tints of Madang #ACD8A1

Color information

#ACD8A1 (or 0xACD8A1) is unknown color: approx Madang. HEX triplet: AC, D8 and A1. RGB value is (172,216,161). Sum of RGB (Red+Green+Blue) = 172+216+161=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD8A1 is #53275E. Grayscale: #C4C4C4. Windows color (decimal): -5449567 or 10606764. OLE color: 10606764.

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

Color convert

RGB172216161-
CMYK0.2000.250.15
HSL108º41.35%73.92%-
HSV(B)108º25.46%84.71%-
XYZ4860.4642.86-
YUV196.57107.92110.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 161 (63.28% from 255) = 29.33%
R=31.33%
G=39.34%
B=29.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161610.2000.250.1510841.3573.92
HexACD8A114019F6c294a
Octal254330241240311715451112
Binary10101100110110001010000110100011001111111011001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8A1; }

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

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

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

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

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

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

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

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