#AED9A0

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

Shades of Madang #AED9A0

Tints of Madang #AED9A0

Color information

#AED9A0 (or 0xAED9A0) is unknown color: approx Madang. HEX triplet: AE, D9 and A0. RGB value is (174,217,160). Sum of RGB (Red+Green+Blue) = 174+217+160=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9A0 is #51265F. Grayscale: #C5C5C5. Windows color (decimal): -5318240 or 10541486. OLE color: 10541486.

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

Color convert

RGB174217160-
CMYK0.2000.260.15
HSL105.26º42.86%73.92%-
HSV(B)105.26º26.27%85.1%-
XYZ48.6161.1642.5-
YUV197.64106.75111.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=31.58%
G=39.38%
B=29.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171600.2000.260.15105.2642.8673.92
HexAED9A01401AF692b4a
Octal256331240240321715153112
Binary10101110110110011010000010100011010111111010011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9A0; }

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

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

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

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

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

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

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

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