COLOR #7AEE87

HEX: #7AEE87
RGB: (122,238,135)

Color info

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

RGB color model

#7AEE87 color RGB value is (122,238,135).

  • red value is 122;
  • green value is 238;
  • blue value is 135.
RGB:
(122,238,135)
(48%,93%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 238 of 255 = 93%
B 135 of 255 = 53%

122
238
135

R + G + B ~ 65%. #7AEE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 238 + 135 = 495 (100%)
R 122 of 495 ~ 24.65%
G 238 of 495 ~ 48.08%
B 135 of 495 ~ 27.27%

%24.65
%48.08
%27.27

CMYK color model

#7AEE87 color CMYK value is (49,0,43,7).

  • cyan value is 48.74%
  • magenta value is 0.00%
  • yellow value is 43.28%
  • key color value is 6.67%
CMYK:
(49,0,43,7)
C49M0Y43K7 
(49%,0%,43%,7%)
(0.49/0.00/0.43/0.07)	

CMYK percentages

%48.74
%0
%43.28
%6.67

Codes

Color #7AEE87 in popluar color models

7AEE87
RGB122238135
HSL127°77.33%70.59%
HSB/HSV127°48.74%93.33%
CMYK48.74%0.00%43.28%
6.67%

Color #7AEE87 in popluar number systems.

HEX7AEE87
Decimal122238135
Binary11110101110111010000111
Octal172356207

Shades and tints

Shades of #7AEE87

#7AEE87
(122,238,135)
#6FD97B
(111,217,123)
#64C46F
(100,196,111)
#59AF63
(89,175,99)
#4E9A57
(78,154,87)
#43854B
(67,133,75)
#38703F
(56,112,63)
#2D5B33
(45,91,51)
#224627
(34,70,39)
#17311B
(23,49,27)
#0C1C0F
(12,28,15)
#000000
(0,0,0)

Tints of #7AEE87

#7AEE87
(122,238,135)
#86EF91
(134,239,145)
#92F09B
(146,240,155)
#9EF1A5
(158,241,165)
#AAF2AF
(170,242,175)
#B6F3B9
(182,243,185)
#C2F4C3
(194,244,195)
#CEF5CD
(206,245,205)
#DAF6D7
(218,246,215)
#E6F7E1
(230,247,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEE87 color. Also use rgb(122,238,135) instead hex code.

Text Font Color

.myTextColor { color: #7AEE87; }

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

This text font color is #7AEE87.


Background Color

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

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

This div background color is #7AEE87.


Border color

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

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

This div border color is #7AEE87.


Opacity

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

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

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

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

This text has shadow with #7AEE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEE87 on black background.


Color preview on white background

This text has color #7AEE87 on white background.



Black color preview on #7AEE87 background

This text has black color on #7AEE87 background.


White color preview on #7AEE87 background

This text has white color on #7AEE87 background.