#ACDEA0

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

Shades of Madang #ACDEA0

Tints of Madang #ACDEA0

Color information

#ACDEA0 (or 0xACDEA0) is unknown color: approx Madang. HEX triplet: AC, DE and A0. RGB value is (172,222,160). Sum of RGB (Red+Green+Blue) = 172+222+160=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEA0 is #53215F. Grayscale: #C8C8C8. Windows color (decimal): -5448032 or 10542764. OLE color: 10542764.

HSL color Cylindrical-coordinate representation of color #ACDEA0: hue angle of 108.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACDEA0 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB172222160-
CMYK0.2300.280.13
HSL108.39º48.44%74.9%-
HSV(B)108.39º27.93%87.06%-
XYZ49.4863.5542.92-
YUV199.98105.44108.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=31.05%
G=40.07%
B=28.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221600.2300.280.13108.3948.4474.9
HexACDEA01701CD6c304b
Octal254336240270341515460113
Binary10101100110111101010000010111011100110111011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEA0; }

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

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

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

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

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

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

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

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