#A0FF7A

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

Shades of Mint Green #A0FF7A

Tints of Mint Green #A0FF7A

Color information

#A0FF7A (or 0xA0FF7A) is unknown color: approx Mint Green. HEX triplet: A0, FF and 7A. RGB value is (160,255,122). Sum of RGB (Red+Green+Blue) = 160+255+122=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7A is #5F0085. Grayscale: #D3D3D3. Windows color (decimal): -6226054 or 8060832. OLE color: 8060832.

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

Color convert

RGB160255122-
CMYK0.3700.520
HSL102.86º100%73.92%-
HSV(B)102.86º52.16%100%-
XYZ53.7780.431.1-
YUV211.4377.5391.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=29.80%
G=47.49%
B=22.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602551220.3700.520102.8610073.92
HexA0FF7A25034067644a
Octal240377172450640147144112
Binary1010000011111111111101010010101101000110011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FF7A; }

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

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

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

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

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

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

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

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