#AAF1A0

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

Shades of Madang #AAF1A0

Tints of Madang #AAF1A0

Color information

#AAF1A0 (or 0xAAF1A0) is unknown color: approx Madang. HEX triplet: AA, F1 and A0. RGB value is (170,241,160). Sum of RGB (Red+Green+Blue) = 170+241+160=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1A0 is #550E5F. Grayscale: #D2D2D2. Windows color (decimal): -5574240 or 10547626. OLE color: 10547626.

HSL color Cylindrical-coordinate representation of color #AAF1A0: hue angle of 112.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF1A0 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB170241160-
CMYK0.2900.340.05
HSL112.59º74.31%78.63%-
HSV(B)112.59º33.61%94.51%-
XYZ54.3873.9944.67-
YUV210.5499.4899.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=29.77%
G=42.21%
B=28.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411600.2900.340.05112.5974.3178.63
HexAAF1A01D0225714a4f
Octal252361240350425161112117
Binary101010101111000110100000111010100010101111000110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1A0; }

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

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

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

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

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

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

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

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