COLOR #7AEC62

HEX: #7AEC62 RGB: (122,236,98)

Color info

#7AEC62 contains mainly green color. Web safe color of #7AEC62 is #66FF66 (or #6F6).

RGB color model

#7AEC62 color RGB value is (122,236,98).

RGB: (122,236,98) (48%, 93%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 236 of 255 = 93%
B 98 of 255 = 38%

122
236
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 236 + 98 = 456 (100%)
R 122 of 456 ~ 26.75%
G 236 of 456 ~ 51.75%
B 98 of 456 ~ 21.49'%

%26.75
%51.75
%21.49

CMYK color model

#7AEC62 color CMYK value is (48,0,58,7).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 7.45%

CMYK: (48,0,58,7)
C48M0Y58K7 (48%, 0%, 58%, 7%)
(0.48 / 0.00 / 0.58 / 0.07)

CMYK percentages

%48.31
%0
%58.47
%7.45

Codes

Color #7AEC62 in popluar color models

7A EC 62
RGB 122 236 98
HSL 110° 78.41% 65.49%
HSB/HSV 110° 58.47% 92.55%
CMYK 48.31% 0.00% 58.47%
7.45%

Color #7AEC62 in popluar number systems.

HEX 7A EC 62
Decimal 122 236 98
Binary 1111010 11101100 1100010
Octal 172 354 142

Shades and tints

Shades of #7AEC62

#7AEC62
(122,236,98)
#6FD75A
(111,215,90)
#64C252
(100,194,82)
#59AD4A
(89,173,74)
#4E9842
(78,152,66)
#43833A
(67,131,58)
#386E32
(56,110,50)
#2D592A
(45,89,42)
#224422
(34,68,34)
#172F1A
(23,47,26)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #7AEC62

#7AEC62
(122,236,98)
#86ED70
(134,237,112)
#92EE7E
(146,238,126)
#9EEF8C
(158,239,140)
#AAF09A
(170,240,154)
#B6F1A8
(182,241,168)
#C2F2B6
(194,242,182)
#CEF3C4
(206,243,196)
#DAF4D2
(218,244,210)
#E6F5E0
(230,245,224)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEC62 color. Also use rgb(122,236,98) instead hex code.

Text Font Color

.myTextColor { color: #7AEC62; }

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

This text font color is #7AEC62.

Background Color

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

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

This div background color is #7AEC62.

Border color

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

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

This div border color is #7AEC62.

Opacity

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

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

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

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

This text has shadow with #7AEC62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AEC62.

Preview

Color preview on black background

This text has color #7AEC62 on black background.


Color preview on white background

This text has color #7AEC62 on white background.


Black color preview on #7AEC62 background

This text has black color on #7AEC62 background.


White color preview on #7AEC62 background

This text has white color on #7AEC62 background.


Related colors

Complementary color

Complementary color for #hex is #85139D.


I love getcolorcode.com

Triadic colors

1 #627AEC and #EC627A with #7AEC62 are triadic colors.

2 #62EC7A and #EC7A62 with #7AEC62 are triadic colors.