#AAF0A0

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

Shades of Madang #AAF0A0

Tints of Madang #AAF0A0

Color information

#AAF0A0 (or 0xAAF0A0) is unknown color: approx Madang. HEX triplet: AA, F0 and A0. RGB value is (170,240,160). Sum of RGB (Red+Green+Blue) = 170+240+160=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0A0 is #550F5F. Grayscale: #D2D2D2. Windows color (decimal): -5574496 or 10547370. OLE color: 10547370.

HSL color Cylindrical-coordinate representation of color #AAF0A0: hue angle of 112.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAF0A0 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB170240160-
CMYK0.2900.330.06
HSL112.5º72.73%78.43%-
HSV(B)112.5º33.33%94.12%-
XYZ54.0873.444.58-
YUV209.9599.8199.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 240 (94.14% from 255) = 42.11%
BLUE value IS 160 (62.89% from 255) = 28.07%
R=29.82%
G=42.11%
B=28.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401600.2900.330.06112.572.7378.43
HexAAF0A01D021670494e
Octal252360240350416160111116
Binary101010101111000010100000111010100001110111000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0A0; }

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

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

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

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

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

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

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

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