#AADEA0

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

Shades of Madang #AADEA0

Tints of Madang #AADEA0

Color information

#AADEA0 (or 0xAADEA0) is unknown color: approx Madang. HEX triplet: AA, DE and A0. RGB value is (170,222,160). Sum of RGB (Red+Green+Blue) = 170+222+160=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEA0 is #55215F. Grayscale: #C7C7C7. Windows color (decimal): -5579104 or 10542762. OLE color: 10542762.

HSL color Cylindrical-coordinate representation of color #AADEA0: hue angle of 110.32º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADEA0 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB170222160-
CMYK0.2300.280.13
HSL110.32º48.44%74.9%-
HSV(B)110.32º27.93%87.06%-
XYZ49.0463.3342.9-
YUV199.38105.77107.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 222 (87.11% from 255) = 40.22%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=30.80%
G=40.22%
B=28.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221600.2300.280.13110.3248.4474.9
HexAADEA01701CD6e304b
Octal252336240270341515660113
Binary10101010110111101010000010111011100110111011101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEA0; }

 p { color: rgb(170,222,160); }

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

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

 a { background-color: rgb(170,222,160); }

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

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

 span { border-color: rgb(170,222,160); }

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