#AED29F

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

Shades of Madang #AED29F

Tints of Madang #AED29F

Color information

#AED29F (or 0xAED29F) is unknown color: approx Madang. HEX triplet: AE, D2 and 9F. RGB value is (174,210,159). Sum of RGB (Red+Green+Blue) = 174+210+159=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #AED29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED29F is #512D60. Grayscale: #C1C1C1. Windows color (decimal): -5320033 or 10474158. OLE color: 10474158.

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

Color convert

RGB174210159-
CMYK0.1700.240.18
HSL102.35º36.17%72.35%-
HSV(B)102.35º24.29%82.35%-
XYZ46.7657.641.45-
YUV193.42108.57114.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=32.04%
G=38.67%
B=29.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101590.1700.240.18102.3536.1772.35
HexAED29F1101812662448
Octal256322237210302214644110
Binary101011101101001010011111100010110001001011001101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED29F; }

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

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

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

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

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

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

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

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