COLOR #7AE770

HEX: #7AE770
RGB: (122,231,112)

Color info

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

RGB color model

#7AE770 color RGB value is (122,231,112).

  • red value is 122;
  • green value is 231;
  • blue value is 112.
RGB:
(122,231,112)
(48%,91%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 231 of 255 = 91%
B 112 of 255 = 44%

122
231
112

R + G + B ~ 61%. #7AE770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 231 + 112 = 465 (100%)
R 122 of 465 ~ 26.24%
G 231 of 465 ~ 49.68%
B 112 of 465 ~ 24.09%

%26.24
%49.68
%24.09

CMYK color model

#7AE770 color CMYK value is (47,0,52,9).

  • cyan value is 47.19%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 9.41%
CMYK:
(47,0,52,9)
C47M0Y52K9 
(47%,0%,52%,9%)
(0.47/0.00/0.52/0.09)	

CMYK percentages

%47.19
%0
%51.52
%9.41

Codes

Color #7AE770 in popluar color models

7AE770
RGB122231112
HSL115°71.26%67.25%
HSB/HSV115°51.52%90.59%
CMYK47.19%0.00%51.52%
9.41%

Color #7AE770 in popluar number systems.

HEX7AE770
Decimal122231112
Binary1111010111001111110000
Octal172347160

Shades and tints

Shades of #7AE770

#7AE770
(122,231,112)
#6FD266
(111,210,102)
#64BD5C
(100,189,92)
#59A852
(89,168,82)
#4E9348
(78,147,72)
#437E3E
(67,126,62)
#386934
(56,105,52)
#2D542A
(45,84,42)
#223F20
(34,63,32)
#172A16
(23,42,22)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #7AE770

#7AE770
(122,231,112)
#86E97D
(134,233,125)
#92EB8A
(146,235,138)
#9EED97
(158,237,151)
#AAEFA4
(170,239,164)
#B6F1B1
(182,241,177)
#C2F3BE
(194,243,190)
#CEF5CB
(206,245,203)
#DAF7D8
(218,247,216)
#E6F9E5
(230,249,229)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE770 color. Also use rgb(122,231,112) instead hex code.

Text Font Color

.myTextColor { color: #7AE770; }

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

This text font color is #7AE770.


Background Color

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

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

This div background color is #7AE770.


Border color

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

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

This div border color is #7AE770.


Opacity

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

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

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

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

This text has shadow with #7AE770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE770 on black background.


Color preview on white background

This text has color #7AE770 on white background.



Black color preview on #7AE770 background

This text has black color on #7AE770 background.


White color preview on #7AE770 background

This text has white color on #7AE770 background.