COLOR #7AE249

HEX: #7AE249 RGB: (122,226,73)

Color info

#7AE249 contains mainly green color. Web safe color of #7AE249 is #66CC33 (or #6C3).

RGB color model

#7AE249 color RGB value is (122,226,73).

RGB: (122,226,73) (48%, 89%, 29%)

RGB channels and saturation

R 122 of 255 = 48%
G 226 of 255 = 89%
B 73 of 255 = 29%

122
226
73

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

Portions of RGB colors in percentages

R + G + B = 122 + 226 + 73 = 421 (100%)
R 122 of 421 ~ 28.98%
G 226 of 421 ~ 53.68%
B 73 of 421 ~ 17.34'%

%28.98
%53.68
%17.34

CMYK color model

#7AE249 color CMYK value is (46,0,68,11).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 67.70%
  • key color value is 11.37%

CMYK: (46,0,68,11)
C46M0Y68K11 (46%, 0%, 68%, 11%)
(0.46 / 0.00 / 0.68 / 0.11)

CMYK percentages

%46.02
%0
%67.7
%11.37

Codes

Color #7AE249 in popluar color models

7A E2 49
RGB 122 226 73
HSL 101° 72.51% 58.63%
HSB/HSV 101° 67.70% 88.63%
CMYK 46.02% 0.00% 67.70%
11.37%

Color #7AE249 in popluar number systems.

HEX 7A E2 49
Decimal 122 226 73
Binary 1111010 11100010 1001001
Octal 172 342 111

Shades and tints

Shades of #7AE249

#7AE249
(122,226,73)
#6FCE43
(111,206,67)
#64BA3D
(100,186,61)
#59A637
(89,166,55)
#4E9231
(78,146,49)
#437E2B
(67,126,43)
#386A25
(56,106,37)
#2D561F
(45,86,31)
#224219
(34,66,25)
#172E13
(23,46,19)
#0C1A0D
(12,26,13)
#000000
(0,0,0)

Tints of #7AE249

#7AE249
(122,226,73)
#86E459
(134,228,89)
#92E669
(146,230,105)
#9EE879
(158,232,121)
#AAEA89
(170,234,137)
#B6EC99
(182,236,153)
#C2EEA9
(194,238,169)
#CEF0B9
(206,240,185)
#DAF2C9
(218,242,201)
#E6F4D9
(230,244,217)
#F2F6E9
(242,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE249 color. Also use rgb(122,226,73) instead hex code.

Text Font Color

.myTextColor { color: #7AE249; }

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

This text font color is #7AE249.

Background Color

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

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

This div background color is #7AE249.

Border color

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

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

This div border color is #7AE249.

Opacity

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

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

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

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

This text has shadow with #7AE249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AE249.

Preview

Color preview on black background

This text has color #7AE249 on black background.


Color preview on white background

This text has color #7AE249 on white background.


Black color preview on #7AE249 background

This text has black color on #7AE249 background.


White color preview on #7AE249 background

This text has white color on #7AE249 background.


Related colors

Complementary color

Complementary color for #hex is #851DB6.


I love getcolorcode.com

Triadic colors

1 #497AE2 and #E2497A with #7AE249 are triadic colors.

2 #49E27A and #E27A49 with #7AE249 are triadic colors.