COLOR #7AFFA0

HEX: #7AFFA0
RGB: (122,255,160)

Color info

#7AFFA0 contains mainly green color. Web safe color of #7AFFA0 is #66FF99 (or #6F9).

RGB color model

#7AFFA0 color RGB value is (122,255,160).

  • red value is 122;
  • green value is 255;
  • blue value is 160.
RGB:
(122,255,160)
(48%,100%,63%)

RGB channels and saturation

R 122 of 255 = 48%
G 255 of 255 = 100%
B 160 of 255 = 63%

122
255
160

R + G + B ~ 70%. #7AFFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 255 + 160 = 537 (100%)
R 122 of 537 ~ 22.72%
G 255 of 537 ~ 47.49%
B 160 of 537 ~ 29.8%

%22.72
%47.49
%29.8

CMYK color model

#7AFFA0 color CMYK value is (52,0,37,0).

  • cyan value is 52.16%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(52,0,37,0)
C52M0Y37K0 
(52%,0%,37%,0%)
(0.52/0.00/0.37/0.00)	

CMYK percentages

%52.16
%0
%37.25
%0

Codes

Color #7AFFA0 in popluar color models

7AFFA0
RGB122255160
HSL137°100.00%73.92%
HSB/HSV137°52.16%100.00%
CMYK52.16%0.00%37.25%
0.00%

Color #7AFFA0 in popluar number systems.

HEX7AFFA0
Decimal122255160
Binary11110101111111110100000
Octal172377240

Shades and tints

Shades of #7AFFA0

#7AFFA0
(122,255,160)
#6FE892
(111,232,146)
#64D184
(100,209,132)
#59BA76
(89,186,118)
#4EA368
(78,163,104)
#438C5A
(67,140,90)
#38754C
(56,117,76)
#2D5E3E
(45,94,62)
#224730
(34,71,48)
#173022
(23,48,34)
#0C1914
(12,25,20)
#000000
(0,0,0)

Tints of #7AFFA0

#7AFFA0
(122,255,160)
#86FFA8
(134,255,168)
#92FFB0
(146,255,176)
#9EFFB8
(158,255,184)
#AAFFC0
(170,255,192)
#B6FFC8
(182,255,200)
#C2FFD0
(194,255,208)
#CEFFD8
(206,255,216)
#DAFFE0
(218,255,224)
#E6FFE8
(230,255,232)
#F2FFF0
(242,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFFA0 color. Also use rgb(122,255,160) instead hex code.

Text Font Color

.myTextColor { color: #7AFFA0; }

<p style="color:#7AFFA0">This sample text font color is #7AFFA0.</p>

This text font color is #7AFFA0.


Background Color

.myBgColor { background-color: #7AFFA0; }

<div style="background-color:#7AFFA0">Inner text</div>

This div background color is #7AFFA0.


Border color

.myBorderColor { border: 1px solid #7AFFA0; }

<div style="border:3px solid #7AFFA0">Div</div>

This div border color is #7AFFA0.


Opacity

.myOpacity80 { color: #7AFFA0; opacity: 0.8; }

<p style="color:#7AFFA0;opacity:0.8;">80%</p>

Text with #7AFFA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7AFFA0;}

<p style="text-shadow: 3px 3px 1px #7AFFA0">Text here.</p>

This text has shadow with #7AFFA0 color.

.textShadow {text-shadow: 3px 3px 1px #7AFFA0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7AFFA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #7AFFA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7AFFA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7AFFA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #7AFFA0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7AFFA0;
  -webkit-box-shadow:	1px 1px 3px 2px #7AFFA0;
  box-shadow:		1px 1px 3px 2px #7AFFA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7AFFA0;
-webkit-box-shadow: 1px 1px 3px 2px #7AFFA0;
box-shadow:1px 1px 3px 2px #7AFFA0;">
Div content here</div>
This div box has shadow with color #7AFFA0.

Preview

Color preview on black background

This text has color #7AFFA0 on black background.


Color preview on white background

This text has color #7AFFA0 on white background.



Black color preview on #7AFFA0 background

This text has black color on #7AFFA0 background.


White color preview on #7AFFA0 background

This text has white color on #7AFFA0 background.