#AED9A5

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

Shades of Madang #AED9A5

Tints of Madang #AED9A5

Color information

#AED9A5 (or 0xAED9A5) is unknown color: approx Madang. HEX triplet: AE, D9 and A5. RGB value is (174,217,165). Sum of RGB (Red+Green+Blue) = 174+217+165=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9A5 is #51265A. Grayscale: #C6C6C6. Windows color (decimal): -5318235 or 10869166. OLE color: 10869166.

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

Color convert

RGB174217165-
CMYK0.2000.240.15
HSL109.62º40.63%74.9%-
HSV(B)109.62º23.96%85.1%-
XYZ49.0661.3444.85-
YUV198.21109.25110.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 165 (64.84% from 255) = 29.68%
R=31.29%
G=39.03%
B=29.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171650.2000.240.15109.6240.6374.9
HexAED9A514018F6e294b
Octal256331245240301715651113
Binary10101110110110011010010110100011000111111011101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9A5; }

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

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

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

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

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

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

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

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