#A0FFA4

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

Shades of Mint Green #A0FFA4

Tints of Mint Green #A0FFA4

Color information

#A0FFA4 (or 0xA0FFA4) is unknown color: approx Mint Green. HEX triplet: A0, FF and A4. RGB value is (160,255,164). Sum of RGB (Red+Green+Blue) = 160+255+164=579 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.63% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA4 is #5F005B. Grayscale: #D8D8D8. Windows color (decimal): -6226012 or 10813344. OLE color: 10813344.

HSL color Cylindrical-coordinate representation of color #A0FFA4: hue angle of 122.53º 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 #A0FFA4 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB160255164-
CMYK0.3700.360
HSL122.53º100%81.37%-
HSV(B)122.53º37.25%100%-
XYZ56.9681.6747.88-
YUV216.2298.5387.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.63%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=27.63%
G=44.04%
B=28.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551640.3700.360122.5310081.37
HexA0FFA42502407b6451
Octal240377244450440173144121
Binary10100000111111111010010010010101001000111101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFA4; }

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

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

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

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

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

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

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

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