#A4FD80

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

Shades of Mint Green #A4FD80

Tints of Mint Green #A4FD80

Color information

#A4FD80 (or 0xA4FD80) is unknown color: approx Mint Green. HEX triplet: A4, FD and 80. RGB value is (164,253,128). Sum of RGB (Red+Green+Blue) = 164+253+128=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4FD80 is #5B027F. Grayscale: #D4D4D4. Windows color (decimal): -5964416 or 8453540. OLE color: 8453540.

HSL color Cylindrical-coordinate representation of color #A4FD80: hue angle of 102.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4FD80 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB164253128-
CMYK0.3500.490.01
HSL102.72º96.9%74.71%-
HSV(B)102.72º49.41%99.22%-
XYZ54.3379.732.94-
YUV212.1480.5193.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=30.09%
G=46.42%
B=23.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642531280.3500.490.01102.7296.974.71
HexA4FD8023031167614b
Octal244375200430611147141113
Binary10100100111111011000000010001101100011110011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FD80; }

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

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

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

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

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

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

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

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