#AED2A5

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

Shades of Madang #AED2A5

Tints of Madang #AED2A5

Color information

#AED2A5 (or 0xAED2A5) is unknown color: approx Madang. HEX triplet: AE, D2 and A5. RGB value is (174,210,165). Sum of RGB (Red+Green+Blue) = 174+210+165=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2A5 is #512D5A. Grayscale: #C2C2C2. Windows color (decimal): -5320027 or 10867374. OLE color: 10867374.

HSL color Cylindrical-coordinate representation of color #AED2A5: hue angle of 108º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED2A5 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB174210165-
CMYK0.1700.210.18
HSL108º33.33%73.53%-
HSV(B)108º21.43%82.35%-
XYZ47.2957.8144.26-
YUV194.11111.57113.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 165 (64.84% from 255) = 30.05%
R=31.69%
G=38.25%
B=30.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101650.1700.210.1810833.3373.53
HexAED2A511015126c214a
Octal256322245210252215441112
Binary101011101101001010100101100010101011001011011001000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED2A5; }

 p { color: rgb(174,210,165); }

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

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

 a { background-color: rgb(174,210,165); }

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

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

 span { border-color: rgb(174,210,165); }

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