#A0FF7D

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

Shades of Mint Green #A0FF7D

Tints of Mint Green #A0FF7D

Color information

#A0FF7D (or 0xA0FF7D) is unknown color: approx Mint Green. HEX triplet: A0, FF and 7D. RGB value is (160,255,125). Sum of RGB (Red+Green+Blue) = 160+255+125=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7D is #5F0082. Grayscale: #D4D4D4. Windows color (decimal): -6226051 or 8257440. OLE color: 8257440.

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

Color convert

RGB160255125-
CMYK0.3700.510
HSL103.85º100%74.51%-
HSV(B)103.85º50.98%100%-
XYZ53.9680.4732.09-
YUV211.7879.0391.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=29.63%
G=47.22%
B=23.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551250.3700.510103.8510074.51
HexA0FF7D25033068644b
Octal240377175450630150144113
Binary1010000011111111111110110010101100110110100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF7D; }

 p { color: rgb(160,255,125); }

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

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

 a { background-color: rgb(160,255,125); }

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

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

 span { border-color: rgb(160,255,125); }

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