COLOR #7AE389

HEX: #7AE389
RGB: (122,227,137)

Color info

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

RGB color model

#7AE389 color RGB value is (122,227,137).

  • red value is 122;
  • green value is 227;
  • blue value is 137.
RGB:
(122,227,137)
(48%,89%,54%)

RGB channels and saturation

R 122 of 255 = 48%
G 227 of 255 = 89%
B 137 of 255 = 54%

122
227
137

R + G + B ~ 64%. #7AE389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 227 + 137 = 486 (100%)
R 122 of 486 ~ 25.1%
G 227 of 486 ~ 46.71%
B 137 of 486 ~ 28.19%

%25.1
%46.71
%28.19

CMYK color model

#7AE389 color CMYK value is (46,0,40,11).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 39.65%
  • key color value is 10.98%
CMYK:
(46,0,40,11)
C46M0Y40K11 
(46%,0%,40%,11%)
(0.46/0.00/0.40/0.11)	

CMYK percentages

%46.26
%0
%39.65
%10.98

Codes

Color #7AE389 in popluar color models

7AE389
RGB122227137
HSL129°65.22%68.43%
HSB/HSV129°46.26%89.02%
CMYK46.26%0.00%39.65%
10.98%

Color #7AE389 in popluar number systems.

HEX7AE389
Decimal122227137
Binary11110101110001110001001
Octal172343211

Shades and tints

Shades of #7AE389

#7AE389
(122,227,137)
#6FCF7D
(111,207,125)
#64BB71
(100,187,113)
#59A765
(89,167,101)
#4E9359
(78,147,89)
#437F4D
(67,127,77)
#386B41
(56,107,65)
#2D5735
(45,87,53)
#224329
(34,67,41)
#172F1D
(23,47,29)
#0C1B11
(12,27,17)
#000000
(0,0,0)

Tints of #7AE389

#7AE389
(122,227,137)
#86E593
(134,229,147)
#92E79D
(146,231,157)
#9EE9A7
(158,233,167)
#AAEBB1
(170,235,177)
#B6EDBB
(182,237,187)
#C2EFC5
(194,239,197)
#CEF1CF
(206,241,207)
#DAF3D9
(218,243,217)
#E6F5E3
(230,245,227)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE389 color. Also use rgb(122,227,137) instead hex code.

Text Font Color

.myTextColor { color: #7AE389; }

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

This text font color is #7AE389.


Background Color

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

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

This div background color is #7AE389.


Border color

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

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

This div border color is #7AE389.


Opacity

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

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

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

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

This text has shadow with #7AE389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE389 on black background.


Color preview on white background

This text has color #7AE389 on white background.



Black color preview on #7AE389 background

This text has black color on #7AE389 background.


White color preview on #7AE389 background

This text has white color on #7AE389 background.