#7AFFA1

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

Shades of Mint Green #7AFFA1

Tints of Mint Green #7AFFA1

Color information

#7AFFA1 (or 0x7AFFA1) is unknown color: approx Mint Green. HEX triplet: 7A, FF and A1. RGB value is (122,255,161). Sum of RGB (Red+Green+Blue) = 122+255+161=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFFA1 is #85005E. Grayscale: #CCCCCC. Windows color (decimal): -8716383 or 10616698. OLE color: 10616698.

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

Color convert

RGB122255161-
CMYK0.5200.370
HSL137.59º100%73.92%-
HSV(B)137.59º52.16%100%-
XYZ50.2278.2346.17-
YUV204.52103.4469.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.68%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 161 (63.28% from 255) = 29.93%
R=22.68%
G=47.40%
B=29.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1222551610.5200.370137.5910073.92
Hex7AFFA13402508a644a
Octal172377241640450212144112
Binary11110101111111110100001110100010010101000101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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