#AAE8A0

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

Shades of Madang #AAE8A0

Tints of Madang #AAE8A0

Color information

#AAE8A0 (or 0xAAE8A0) is unknown color: approx Madang. HEX triplet: AA, E8 and A0. RGB value is (170,232,160). Sum of RGB (Red+Green+Blue) = 170+232+160=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE8A0 is #55175F. Grayscale: #CDCDCD. Windows color (decimal): -5576544 or 10545322. OLE color: 10545322.

HSL color Cylindrical-coordinate representation of color #AAE8A0: hue angle of 111.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAE8A0 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB170232160-
CMYK0.2700.310.09
HSL111.67º61.02%76.86%-
HSV(B)111.67º31.03%90.98%-
XYZ51.7868.843.81-
YUV205.25102.46102.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 160 (62.89% from 255) = 28.47%
R=30.25%
G=41.28%
B=28.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321600.2700.310.09111.6761.0276.86
HexAAE8A01B01F9703d4d
Octal252350240330371116075115
Binary10101010111010001010000011011011111100111100001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE8A0; }

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

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

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

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

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

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

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

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