#A4FF80

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

Shades of Mint Green #A4FF80

Tints of Mint Green #A4FF80

Color information

#A4FF80 (or 0xA4FF80) is unknown color: approx Mint Green. HEX triplet: A4, FF and 80. RGB value is (164,255,128). Sum of RGB (Red+Green+Blue) = 164+255+128=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FF80 is #5B007F. Grayscale: #D5D5D5. Windows color (decimal): -5963904 or 8454052. OLE color: 8454052.

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

Color convert

RGB164255128-
CMYK0.3600.500
HSL102.99º100%75.1%-
HSV(B)102.99º49.8%100%-
XYZ54.9780.9733.15-
YUV213.3179.8592.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 255 (100% from 255) = 46.62%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=29.98%
G=46.62%
B=23.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642551280.3600.500102.9910075.1
HexA4FF8024032067644b
Octal244377200440620147144113
Binary10100100111111111000000010010001100100110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FF80; }

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

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

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

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

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

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

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

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