COLOR #7AE4A1

HEX: #7AE4A1 RGB: (122,228,161)

Color info

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

RGB color model

#7AE4A1 color RGB value is (122,228,161).

RGB: (122,228,161) (48%, 89%, 63%)

RGB channels and saturation

R 122 of 255 = 48%
G 228 of 255 = 89%
B 161 of 255 = 63%

122
228
161

R + G + B ~ 67%. #7AE4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 228 + 161 = 511 (100%)
R 122 of 511 ~ 23.87%
G 228 of 511 ~ 44.62%
B 161 of 511 ~ 31.51'%

%23.87
%44.62
%31.51

CMYK color model

#7AE4A1 color CMYK value is (46,0,29,11).

  • cyan value is 46.49%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 10.59%

CMYK: (46,0,29,11)
C46M0Y29K11 (46%, 0%, 29%, 11%)
(0.46 / 0.00 / 0.29 / 0.11)

CMYK percentages

%46.49
%0
%29.39
%10.59

Codes

Color #7AE4A1 in popluar color models

7A E4 A1
RGB 122 228 161
HSL 142° 66.25% 68.63%
HSB/HSV 142° 46.49% 89.41%
CMYK 46.49% 0.00% 29.39%
10.59%

Color #7AE4A1 in popluar number systems.

HEX 7A E4 A1
Decimal 122 228 161
Binary 1111010 11100100 10100001
Octal 172 344 241

Shades and tints

Shades of #7AE4A1

#7AE4A1
(122,228,161)
#6FD093
(111,208,147)
#64BC85
(100,188,133)
#59A877
(89,168,119)
#4E9469
(78,148,105)
#43805B
(67,128,91)
#386C4D
(56,108,77)
#2D583F
(45,88,63)
#224431
(34,68,49)
#173023
(23,48,35)
#0C1C15
(12,28,21)
#000000
(0,0,0)

Tints of #7AE4A1

#7AE4A1
(122,228,161)
#86E6A9
(134,230,169)
#92E8B1
(146,232,177)
#9EEAB9
(158,234,185)
#AAECC1
(170,236,193)
#B6EEC9
(182,238,201)
#C2F0D1
(194,240,209)
#CEF2D9
(206,242,217)
#DAF4E1
(218,244,225)
#E6F6E9
(230,246,233)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE4A1 color. Also use rgb(122,228,161) instead hex code.

Text Font Color

.myTextColor { color: #7AE4A1; }

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

This text font color is #7AE4A1.

Background Color

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

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

This div background color is #7AE4A1.

Border color

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

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

This div border color is #7AE4A1.

Opacity

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

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

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

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

This text has shadow with #7AE4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AE4A1.

Preview

Color preview on black background

This text has color #7AE4A1 on black background.


Color preview on white background

This text has color #7AE4A1 on white background.


Black color preview on #7AE4A1 background

This text has black color on #7AE4A1 background.


White color preview on #7AE4A1 background

This text has white color on #7AE4A1 background.


Related colors

Complementary color

Complementary color for #hex is #851B5E.


I love getcolorcode.com

Triadic colors

1 #A17AE4 and #E4A17A with #7AE4A1 are triadic colors.

2 #A1E47A and #E47AA1 with #7AE4A1 are triadic colors.