COLOR #7AE09E

HEX: #7AE09E
RGB: (122,224,158)

Color info

#7AE09E contains mainly green color. Web safe color of #7AE09E is #66CC99 (or #6C9).

RGB color model

#7AE09E color RGB value is (122,224,158).

  • red value is 122;
  • green value is 224;
  • blue value is 158.
RGB:
(122,224,158)
(48%,88%,62%)

RGB channels and saturation

R 122 of 255 = 48%
G 224 of 255 = 88%
B 158 of 255 = 62%

122
224
158

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

Portions of RGB colors in percentages

R + G + B =
122 + 224 + 158 = 504 (100%)
R 122 of 504 ~ 24.21%
G 224 of 504 ~ 44.44%
B 158 of 504 ~ 31.35%

%24.21
%44.44
%31.35

CMYK color model

#7AE09E color CMYK value is (46,0,29,12).

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 12.16%
CMYK:
(46,0,29,12)
C46M0Y29K12 
(46%,0%,29%,12%)
(0.46/0.00/0.29/0.12)	

CMYK percentages

%45.54
%0
%29.46
%12.16

Codes

Color #7AE09E in popluar color models

7AE09E
RGB122224158
HSL141°62.20%67.84%
HSB/HSV141°45.54%87.84%
CMYK45.54%0.00%29.46%
12.16%

Color #7AE09E in popluar number systems.

HEX7AE09E
Decimal122224158
Binary11110101110000010011110
Octal172340236

Shades and tints

Shades of #7AE09E

#7AE09E
(122,224,158)
#6FCC90
(111,204,144)
#64B882
(100,184,130)
#59A474
(89,164,116)
#4E9066
(78,144,102)
#437C58
(67,124,88)
#38684A
(56,104,74)
#2D543C
(45,84,60)
#22402E
(34,64,46)
#172C20
(23,44,32)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #7AE09E

#7AE09E
(122,224,158)
#86E2A6
(134,226,166)
#92E4AE
(146,228,174)
#9EE6B6
(158,230,182)
#AAE8BE
(170,232,190)
#B6EAC6
(182,234,198)
#C2ECCE
(194,236,206)
#CEEED6
(206,238,214)
#DAF0DE
(218,240,222)
#E6F2E6
(230,242,230)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE09E color. Also use rgb(122,224,158) instead hex code.

Text Font Color

.myTextColor { color: #7AE09E; }

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

This text font color is #7AE09E.


Background Color

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

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

This div background color is #7AE09E.


Border color

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

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

This div border color is #7AE09E.


Opacity

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

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

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

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

This text has shadow with #7AE09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE09E on black background.


Color preview on white background

This text has color #7AE09E on white background.



Black color preview on #7AE09E background

This text has black color on #7AE09E background.


White color preview on #7AE09E background

This text has white color on #7AE09E background.