#AED69E

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

Shades of Madang #AED69E

Tints of Madang #AED69E

Color information

#AED69E (or 0xAED69E) is unknown color: approx Madang. HEX triplet: AE, D6 and 9E. RGB value is (174,214,158). Sum of RGB (Red+Green+Blue) = 174+214+158=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #AED69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED69E is #512961. Grayscale: #C3C3C3. Windows color (decimal): -5319010 or 10409646. OLE color: 10409646.

HSL color Cylindrical-coordinate representation of color #AED69E: hue angle of 102.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED69E is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB174214158-
CMYK0.1900.260.16
HSL102.86º40.58%72.94%-
HSV(B)102.86º26.17%83.92%-
XYZ47.6759.5641.33-
YUV195.66106.75112.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=31.87%
G=39.19%
B=28.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141580.1900.260.16102.8640.5872.94
HexAED69E1301A10672949
Octal256326236230322014751111
Binary101011101101011010011110100110110101000011001111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED69E; }

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

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

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

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

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

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

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

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