#AAFFA0

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

Shades of Mint Green #AAFFA0

Tints of Mint Green #AAFFA0

Color information

#AAFFA0 (or 0xAAFFA0) is unknown color: approx Mint Green. HEX triplet: AA, FF and A0. RGB value is (170,255,160). Sum of RGB (Red+Green+Blue) = 170+255+160=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFA0 is #55005F. Grayscale: #DBDBDB. Windows color (decimal): -5570656 or 10551210. OLE color: 10551210.

HSL color Cylindrical-coordinate representation of color #AAFFA0: hue angle of 113.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAFFA0 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB170255160-
CMYK0.3300.370
HSL113.68º100%81.37%-
HSV(B)113.68º37.25%100%-
XYZ58.6882.646.11-
YUV218.7694.8493.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=29.06%
G=43.59%
B=27.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551600.3300.370113.6810081.37
HexAAFFA0210250726451
Octal252377240410450162144121
Binary10101010111111111010000010000101001010111001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFA0; }

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

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

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

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

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

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

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

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