#AEDB9F

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

Shades of Madang #AEDB9F

Tints of Madang #AEDB9F

Color information

#AEDB9F (or 0xAEDB9F) is unknown color: approx Madang. HEX triplet: AE, DB and 9F. RGB value is (174,219,159). Sum of RGB (Red+Green+Blue) = 174+219+159=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB9F is #512460. Grayscale: #C6C6C6. Windows color (decimal): -5317729 or 10476462. OLE color: 10476462.

HSL color Cylindrical-coordinate representation of color #AEDB9F: hue angle of 105º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDB9F is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB174219159-
CMYK0.2100.270.14
HSL105º45.45%74.12%-
HSV(B)105º27.4%85.88%-
XYZ49.0562.1642.21-
YUV198.7105.59110.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=31.52%
G=39.67%
B=28.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191590.2100.270.1410545.4574.12
HexAEDB9F1501BE692d4a
Octal256333237250331615155112
Binary10101110110110111001111110101011011111011010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB9F; }

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

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

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

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

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

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

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

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