#A2FF80

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

Shades of Mint Green #A2FF80

Tints of Mint Green #A2FF80

Color information

#A2FF80 (or 0xA2FF80) is unknown color: approx Mint Green. HEX triplet: A2, FF and 80. RGB value is (162,255,128). Sum of RGB (Red+Green+Blue) = 162+255+128=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF80 is #5D007F. Grayscale: #D5D5D5. Windows color (decimal): -6094976 or 8454050. OLE color: 8454050.

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

Color convert

RGB162255128-
CMYK0.3600.500
HSL103.94º100%75.1%-
HSV(B)103.94º49.8%100%-
XYZ54.5680.7633.13-
YUV212.7280.1991.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=29.72%
G=46.79%
B=23.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551280.3600.500103.9410075.1
HexA2FF8024032068644b
Octal242377200440620150144113
Binary10100010111111111000000010010001100100110100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF80; }

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

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

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

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

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

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

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

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