#7AFFA0

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

Shades of Mint Green #7AFFA0

Tints of Mint Green #7AFFA0

Color information

#7AFFA0 (or 0x7AFFA0) is unknown color: approx Mint Green. HEX triplet: 7A, FF and A0. RGB value is (122,255,160). Sum of RGB (Red+Green+Blue) = 122+255+160=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFA0 is #85005F. Grayscale: #CCCCCC. Windows color (decimal): -8716384 or 10551162. OLE color: 10551162.

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

Color convert

RGB122255160-
CMYK0.5200.370
HSL137.14º100%73.92%-
HSV(B)137.14º52.16%100%-
XYZ50.1378.245.71-
YUV204.4102.9469.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551600.5200.370137.1410073.92
Hex7AFFA034025089644a
Octal172377240640450211144112
Binary11110101111111110100000110100010010101000100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AFFA0; }

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

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

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

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

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

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

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

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