#AADD9F

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

Shades of Madang #AADD9F

Tints of Madang #AADD9F

Color information

#AADD9F (or 0xAADD9F) is unknown color: approx Madang. HEX triplet: AA, DD and 9F. RGB value is (170,221,159). Sum of RGB (Red+Green+Blue) = 170+221+159=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD9F is #552260. Grayscale: #C6C6C6. Windows color (decimal): -5579361 or 10476970. OLE color: 10476970.

HSL color Cylindrical-coordinate representation of color #AADD9F: hue angle of 109.35º 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 #AADD9F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB170221159-
CMYK0.2300.280.13
HSL109.35º47.69%74.51%-
HSV(B)109.35º28.05%86.67%-
XYZ48.6962.7642.35-
YUV198.68105.6107.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 159 (62.5% from 255) = 28.91%
R=30.91%
G=40.18%
B=28.91%

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
Decimal1702211590.2300.280.13109.3547.6974.51
HexAADD9F1701CD6d304b
Octal252335237270341515560113
Binary10101010110111011001111110111011100110111011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD9F; }

 p { color: rgb(170,221,159); }

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

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

 a { background-color: rgb(170,221,159); }

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

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

 span { border-color: rgb(170,221,159); }

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