COLOR #7AE996

HEX: #7AE996
RGB: (122,233,150)

Color info

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

RGB color model

#7AE996 color RGB value is (122,233,150).

  • red value is 122;
  • green value is 233;
  • blue value is 150.
RGB:
(122,233,150)
(48%,91%,59%)

RGB channels and saturation

R 122 of 255 = 48%
G 233 of 255 = 91%
B 150 of 255 = 59%

122
233
150

R + G + B ~ 66%. #7AE996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 233 + 150 = 505 (100%)
R 122 of 505 ~ 24.16%
G 233 of 505 ~ 46.14%
B 150 of 505 ~ 29.7%

%24.16
%46.14
%29.7

CMYK color model

#7AE996 color CMYK value is (48,0,36,9).

  • cyan value is 47.64%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK:
(48,0,36,9)
C48M0Y36K9 
(48%,0%,36%,9%)
(0.48/0.00/0.36/0.09)	

CMYK percentages

%47.64
%0
%35.62
%8.63

Codes

Color #7AE996 in popluar color models

7AE996
RGB122233150
HSL135°71.61%69.61%
HSB/HSV135°47.64%91.37%
CMYK47.64%0.00%35.62%
8.63%

Color #7AE996 in popluar number systems.

HEX7AE996
Decimal122233150
Binary11110101110100110010110
Octal172351226

Shades and tints

Shades of #7AE996

#7AE996
(122,233,150)
#6FD489
(111,212,137)
#64BF7C
(100,191,124)
#59AA6F
(89,170,111)
#4E9562
(78,149,98)
#438055
(67,128,85)
#386B48
(56,107,72)
#2D563B
(45,86,59)
#22412E
(34,65,46)
#172C21
(23,44,33)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AE996

#7AE996
(122,233,150)
#86EB9F
(134,235,159)
#92EDA8
(146,237,168)
#9EEFB1
(158,239,177)
#AAF1BA
(170,241,186)
#B6F3C3
(182,243,195)
#C2F5CC
(194,245,204)
#CEF7D5
(206,247,213)
#DAF9DE
(218,249,222)
#E6FBE7
(230,251,231)
#F2FDF0
(242,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE996 color. Also use rgb(122,233,150) instead hex code.

Text Font Color

.myTextColor { color: #7AE996; }

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

This text font color is #7AE996.


Background Color

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

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

This div background color is #7AE996.


Border color

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

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

This div border color is #7AE996.


Opacity

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

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

Text with #7AE996 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 #7AE996;}

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

This text has shadow with #7AE996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE996 on black background.


Color preview on white background

This text has color #7AE996 on white background.



Black color preview on #7AE996 background

This text has black color on #7AE996 background.


White color preview on #7AE996 background

This text has white color on #7AE996 background.