#a0ffa6

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

Shades of Mint Green #A0FFA6

Tints of Mint Green #A0FFA6

Color information

#A0FFA6 (or 0xA0FFA6) is unknown color: approx Mint Green. HEX triplet: A0, FF and A6. RGB value is (160,255,166). Sum of RGB (Red+Green+Blue) = 160+255+166=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FFA6 is #5F0059. Grayscale: #D8D8D8. Windows color (decimal): -6226010 or 10944416. OLE color: 10944416.

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

Color convert

RGB160255166-
CMYK0.3700.350
HSL123.79º100%81.37%-
HSV(B)123.79º37.25%100%-
XYZ57.1481.7548.84-
YUV216.4599.5387.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 166 (65.23% from 255) = 28.57%
R=27.54%
G=43.89%
B=28.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551660.3700.350123.7910081.37
HexA0FFA62502307c6451
Octal240377246450430174144121
Binary10100000111111111010011010010101000110111110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0ffa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0ffa6; }

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

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

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

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

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

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

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

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