COLOR #7EC58A

HEX: #7EC58A RGB: (126,197,138)

Color info

#7EC58A contains mainly green and blue colors. Web safe color of #7EC58A is #66CC99 (or #6C9).

RGB color model

#7EC58A color RGB value is (126,197,138).

RGB: (126,197,138) (49%, 77%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 197 of 255 = 77%
B 138 of 255 = 54%

126
197
138

R + G + B ~ 60%. #7EC58A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 197 + 138 = 461 (100%)
R 126 of 461 ~ 27.33%
G 197 of 461 ~ 42.73%
B 138 of 461 ~ 29.93'%

%27.33
%42.73
%29.93

CMYK color model

#7EC58A color CMYK value is (36,0,30,23).

  • cyan value is 36.04%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 22.75%

CMYK: (36,0,30,23)
C36M0Y30K23 (36%, 0%, 30%, 23%)
(0.36 / 0.00 / 0.30 / 0.23)

CMYK percentages

%36.04
%0
%29.95
%22.75

Codes

Color #7EC58A in popluar color models

7E C5 8A
RGB 126 197 138
HSL 130° 37.97% 63.33%
HSB/HSV 130° 36.04% 77.25%
CMYK 36.04% 0.00% 29.95%
22.75%

Color #7EC58A in popluar number systems.

HEX 7E C5 8A
Decimal 126 197 138
Binary 1111110 11000101 10001010
Octal 176 305 212

Shades and tints

Shades of #7EC58A

#7EC58A
(126,197,138)
#73B47E
(115,180,126)
#68A372
(104,163,114)
#5D9266
(93,146,102)
#52815A
(82,129,90)
#47704E
(71,112,78)
#3C5F42
(60,95,66)
#314E36
(49,78,54)
#263D2A
(38,61,42)
#1B2C1E
(27,44,30)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #7EC58A

#7EC58A
(126,197,138)
#89CA94
(137,202,148)
#94CF9E
(148,207,158)
#9FD4A8
(159,212,168)
#AAD9B2
(170,217,178)
#B5DEBC
(181,222,188)
#C0E3C6
(192,227,198)
#CBE8D0
(203,232,208)
#D6EDDA
(214,237,218)
#E1F2E4
(225,242,228)
#ECF7EE
(236,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC58A color. Also use rgb(126,197,138) instead hex code.

Text Font Color

.myTextColor { color: #7EC58A; }

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

This text font color is #7EC58A.

Background Color

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

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

This div background color is #7EC58A.

Border color

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

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

This div border color is #7EC58A.

Opacity

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

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

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

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

This text has shadow with #7EC58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC58A.

Preview

Color preview on black background

This text has color #7EC58A on black background.


Color preview on white background

This text has color #7EC58A on white background.


Black color preview on #7EC58A background

This text has black color on #7EC58A background.


White color preview on #7EC58A background

This text has white color on #7EC58A background.


Related colors

Complementary color

Complementary color for #hex is #813A75.


I love getcolorcode.com

Triadic colors

1 #8A7EC5 and #C58A7E with #7EC58A are triadic colors.

2 #8AC57E and #C57E8A with #7EC58A are triadic colors.