#A6FFA5

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

Shades of Mint Green #A6FFA5

Tints of Mint Green #A6FFA5

Color information

#A6FFA5 (or 0xA6FFA5) is unknown color: approx Mint Green. HEX triplet: A6, FF and A5. RGB value is (166,255,165). Sum of RGB (Red+Green+Blue) = 166+255+165=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FFA5 is #59005A. Grayscale: #DADADA. Windows color (decimal): -5832795 or 10878886. OLE color: 10878886.

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

Color convert

RGB166255165-
CMYK0.3500.350
HSL119.33º100%82.35%-
HSV(B)119.33º35.29%100%-
XYZ58.2882.3448.42-
YUV218.1398.0190.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=28.33%
G=43.52%
B=28.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551650.3500.350119.3310082.35
HexA6FFA5230230776452
Octal246377245430430167144122
Binary10100110111111111010010110001101000110111011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FFA5; }

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

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

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

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

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

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

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

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