COLOR #7AE850

HEX: #7AE850
RGB: (122,232,80)

Color info

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

RGB color model

#7AE850 color RGB value is (122,232,80).

  • red value is 122;
  • green value is 232;
  • blue value is 80.
RGB:
(122,232,80)
(48%,91%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 232 of 255 = 91%
B 80 of 255 = 31%

122
232
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 232 + 80 = 434 (100%)
R 122 of 434 ~ 28.11%
G 232 of 434 ~ 53.46%
B 80 of 434 ~ 18.43%

%28.11
%53.46
%18.43

CMYK color model

#7AE850 color CMYK value is (47,0,66,9).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 65.52%
  • key color value is 9.02%
CMYK:
(47,0,66,9)
C47M0Y66K9 
(47%,0%,66%,9%)
(0.47/0.00/0.66/0.09)	

CMYK percentages

%47.41
%0
%65.52
%9.02

Codes

Color #7AE850 in popluar color models

7AE850
RGB12223280
HSL103°76.77%61.18%
HSB/HSV103°65.52%90.98%
CMYK47.41%0.00%65.52%
9.02%

Color #7AE850 in popluar number systems.

HEX7AE850
Decimal12223280
Binary1111010111010001010000
Octal172350120

Shades and tints

Shades of #7AE850

#7AE850
(122,232,80)
#6FD349
(111,211,73)
#64BE42
(100,190,66)
#59A93B
(89,169,59)
#4E9434
(78,148,52)
#437F2D
(67,127,45)
#386A26
(56,106,38)
#2D551F
(45,85,31)
#224018
(34,64,24)
#172B11
(23,43,17)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #7AE850

#7AE850
(122,232,80)
#86EA5F
(134,234,95)
#92EC6E
(146,236,110)
#9EEE7D
(158,238,125)
#AAF08C
(170,240,140)
#B6F29B
(182,242,155)
#C2F4AA
(194,244,170)
#CEF6B9
(206,246,185)
#DAF8C8
(218,248,200)
#E6FAD7
(230,250,215)
#F2FCE6
(242,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE850 color. Also use rgb(122,232,80) instead hex code.

Text Font Color

.myTextColor { color: #7AE850; }

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

This text font color is #7AE850.


Background Color

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

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

This div background color is #7AE850.


Border color

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

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

This div border color is #7AE850.


Opacity

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

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

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

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

This text has shadow with #7AE850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE850 on black background.


Color preview on white background

This text has color #7AE850 on white background.



Black color preview on #7AE850 background

This text has black color on #7AE850 background.


White color preview on #7AE850 background

This text has white color on #7AE850 background.