#AED6A0

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

Shades of Madang #AED6A0

Tints of Madang #AED6A0

Color information

#AED6A0 (or 0xAED6A0) is unknown color: approx Madang. HEX triplet: AE, D6 and A0. RGB value is (174,214,160). Sum of RGB (Red+Green+Blue) = 174+214+160=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6A0 is #51295F. Grayscale: #C4C4C4. Windows color (decimal): -5319008 or 10540718. OLE color: 10540718.

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

Color convert

RGB174214160-
CMYK0.1900.250.16
HSL104.44º39.71%73.33%-
HSV(B)104.44º25.23%83.92%-
XYZ47.8559.6342.25-
YUV195.88107.75112.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=31.75%
G=39.05%
B=29.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141600.1900.250.16104.4439.7173.33
HexAED6A01301910682849
Octal256326240230312015050111
Binary101011101101011010100000100110110011000011010001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED6A0; }

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

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

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

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

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

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

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

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