#A3FF80

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

Shades of Mint Green #A3FF80

Tints of Mint Green #A3FF80

Color information

#A3FF80 (or 0xA3FF80) is unknown color: approx Mint Green. HEX triplet: A3, FF and 80. RGB value is (163,255,128). Sum of RGB (Red+Green+Blue) = 163+255+128=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3FF80 is #5C007F. Grayscale: #D5D5D5. Windows color (decimal): -6029440 or 8454051. OLE color: 8454051.

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

Color convert

RGB163255128-
CMYK0.3600.500
HSL103.46º100%75.1%-
HSV(B)103.46º49.8%100%-
XYZ54.7680.8733.14-
YUV213.0180.0292.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 255 (100% from 255) = 46.70%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=29.85%
G=46.70%
B=23.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1632551280.3600.500103.4610075.1
HexA3FF8024032067644b
Octal243377200440620147144113
Binary10100011111111111000000010010001100100110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FF80; }

 p { color: rgb(163,255,128); }

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

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

 a { background-color: rgb(163,255,128); }

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

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

 span { border-color: rgb(163,255,128); }

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