#AED7A0

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

Shades of Madang #AED7A0

Tints of Madang #AED7A0

Color information

#AED7A0 (or 0xAED7A0) is unknown color: approx Madang. HEX triplet: AE, D7 and A0. RGB value is (174,215,160). Sum of RGB (Red+Green+Blue) = 174+215+160=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED7A0 is #51285F. Grayscale: #C4C4C4. Windows color (decimal): -5318752 or 10540974. OLE color: 10540974.

HSL color Cylindrical-coordinate representation of color #AED7A0: hue angle of 104.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED7A0 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB174215160-
CMYK0.1900.260.16
HSL104.73º40.74%73.53%-
HSV(B)104.73º25.58%84.31%-
XYZ48.160.1442.33-
YUV196.47107.42111.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 215 (84.38% from 255) = 39.16%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=31.69%
G=39.16%
B=29.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151600.1900.260.16104.7340.7473.53
HexAED7A01301A1069294a
Octal256327240230322015151112
Binary101011101101011110100000100110110101000011010011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7A0; }

 p { color: rgb(174,215,160); }

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

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

 a { background-color: rgb(174,215,160); }

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

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

 span { border-color: rgb(174,215,160); }

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