#AED49E

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

Shades of Madang #AED49E

Tints of Madang #AED49E

Color information

#AED49E (or 0xAED49E) is unknown color: approx Madang. HEX triplet: AE, D4 and 9E. RGB value is (174,212,158). Sum of RGB (Red+Green+Blue) = 174+212+158=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #AED49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED49E is #512B61. Grayscale: #C2C2C2. Windows color (decimal): -5319522 or 10409134. OLE color: 10409134.

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

Color convert

RGB174212158-
CMYK0.1800.250.17
HSL102.22º38.57%72.55%-
HSV(B)102.22º25.47%83.14%-
XYZ47.1758.5541.16-
YUV194.48107.41113.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=31.99%
G=38.97%
B=29.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121580.1800.250.17102.2238.5772.55
HexAED49E1201911662749
Octal256324236220312114647111
Binary101011101101010010011110100100110011000111001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED49E; }

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

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

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

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

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

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

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

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