#AED29E

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

Shades of Madang #AED29E

Tints of Madang #AED29E

Color information

#AED29E (or 0xAED29E) is unknown color: approx Madang. HEX triplet: AE, D2 and 9E. RGB value is (174,210,158). Sum of RGB (Red+Green+Blue) = 174+210+158=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #AED29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED29E is #512D61. Grayscale: #C1C1C1. Windows color (decimal): -5320034 or 10408622. OLE color: 10408622.

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

Color convert

RGB174210158-
CMYK0.1700.250.18
HSL101.54º36.62%72.16%-
HSV(B)101.54º24.76%82.35%-
XYZ46.6757.5641-
YUV193.31108.07114.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 210 (82.42% from 255) = 38.75%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=32.10%
G=38.75%
B=29.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742101580.1700.250.18101.5436.6272.16
HexAED29E1101912662548
Octal256322236210312214645110
Binary101011101101001010011110100010110011001011001101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED29E; }

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

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

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

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

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

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

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

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