COLOR #7AD54E

HEX: #7AD54E
RGB: (122,213,78)

Color info

#7AD54E contains mainly green color. Web safe color of #7AD54E is #66CC66 (or #6C6).

RGB color model

#7AD54E color RGB value is (122,213,78).

  • red value is 122;
  • green value is 213;
  • blue value is 78.
RGB:
(122,213,78)
(48%,84%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 213 of 255 = 84%
B 78 of 255 = 31%

122
213
78

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

Portions of RGB colors in percentages

R + G + B =
122 + 213 + 78 = 413 (100%)
R 122 of 413 ~ 29.54%
G 213 of 413 ~ 51.57%
B 78 of 413 ~ 18.89%

%29.54
%51.57
%18.89

CMYK color model

#7AD54E color CMYK value is (43,0,63,16).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 16.47%
CMYK:
(43,0,63,16)
C43M0Y63K16 
(43%,0%,63%,16%)
(0.43/0.00/0.63/0.16)	

CMYK percentages

%42.72
%0
%63.38
%16.47

Codes

Color #7AD54E in popluar color models

7AD54E
RGB12221378
HSL100°61.64%57.06%
HSB/HSV100°63.38%83.53%
CMYK42.72%0.00%63.38%
16.47%

Color #7AD54E in popluar number systems.

HEX7AD54E
Decimal12221378
Binary1111010110101011001110
Octal172325116

Shades and tints

Shades of #7AD54E

#7AD54E
(122,213,78)
#6FC247
(111,194,71)
#64AF40
(100,175,64)
#599C39
(89,156,57)
#4E8932
(78,137,50)
#43762B
(67,118,43)
#386324
(56,99,36)
#2D501D
(45,80,29)
#223D16
(34,61,22)
#172A0F
(23,42,15)
#0C1708
(12,23,8)
#000000
(0,0,0)

Tints of #7AD54E

#7AD54E
(122,213,78)
#86D85E
(134,216,94)
#92DB6E
(146,219,110)
#9EDE7E
(158,222,126)
#AAE18E
(170,225,142)
#B6E49E
(182,228,158)
#C2E7AE
(194,231,174)
#CEEABE
(206,234,190)
#DAEDCE
(218,237,206)
#E6F0DE
(230,240,222)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD54E color. Also use rgb(122,213,78) instead hex code.

Text Font Color

.myTextColor { color: #7AD54E; }

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

This text font color is #7AD54E.


Background Color

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

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

This div background color is #7AD54E.


Border color

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

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

This div border color is #7AD54E.


Opacity

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

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

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

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

This text has shadow with #7AD54E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD54E on black background.


Color preview on white background

This text has color #7AD54E on white background.



Black color preview on #7AD54E background

This text has black color on #7AD54E background.


White color preview on #7AD54E background

This text has white color on #7AD54E background.