COLOR #7AEA95

HEX: #7AEA95
RGB: (122,234,149)

Color info

#7AEA95 contains mainly green color. Web safe color of #7AEA95 is #66FF99 (or #6F9).

RGB color model

#7AEA95 color RGB value is (122,234,149).

  • red value is 122;
  • green value is 234;
  • blue value is 149.
RGB:
(122,234,149)
(48%,92%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 234 of 255 = 92%
B 149 of 255 = 58%

122
234
149

R + G + B ~ 66%. #7AEA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 234 + 149 = 505 (100%)
R 122 of 505 ~ 24.16%
G 234 of 505 ~ 46.34%
B 149 of 505 ~ 29.5%

%24.16
%46.34
%29.5

CMYK color model

#7AEA95 color CMYK value is (48,0,36,8).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(48,0,36,8)
C48M0Y36K8 
(48%,0%,36%,8%)
(0.48/0.00/0.36/0.08)	

CMYK percentages

%47.86
%0
%36.32
%8.24

Codes

Color #7AEA95 in popluar color models

7AEA95
RGB122234149
HSL134°72.73%69.80%
HSB/HSV134°47.86%91.76%
CMYK47.86%0.00%36.32%
8.24%

Color #7AEA95 in popluar number systems.

HEX7AEA95
Decimal122234149
Binary11110101110101010010101
Octal172352225

Shades and tints

Shades of #7AEA95

#7AEA95
(122,234,149)
#6FD588
(111,213,136)
#64C07B
(100,192,123)
#59AB6E
(89,171,110)
#4E9661
(78,150,97)
#438154
(67,129,84)
#386C47
(56,108,71)
#2D573A
(45,87,58)
#22422D
(34,66,45)
#172D20
(23,45,32)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #7AEA95

#7AEA95
(122,234,149)
#86EB9E
(134,235,158)
#92ECA7
(146,236,167)
#9EEDB0
(158,237,176)
#AAEEB9
(170,238,185)
#B6EFC2
(182,239,194)
#C2F0CB
(194,240,203)
#CEF1D4
(206,241,212)
#DAF2DD
(218,242,221)
#E6F3E6
(230,243,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEA95 color. Also use rgb(122,234,149) instead hex code.

Text Font Color

.myTextColor { color: #7AEA95; }

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

This text font color is #7AEA95.


Background Color

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

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

This div background color is #7AEA95.


Border color

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

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

This div border color is #7AEA95.


Opacity

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

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

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

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

This text has shadow with #7AEA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEA95 on black background.


Color preview on white background

This text has color #7AEA95 on white background.



Black color preview on #7AEA95 background

This text has black color on #7AEA95 background.


White color preview on #7AEA95 background

This text has white color on #7AEA95 background.