COLOR #7AD294

HEX: #7AD294
RGB: (122,210,148)

Color info

#7AD294 contains mainly green color. Web safe color of #7AD294 is #66CC99 (or #6C9).

RGB color model

#7AD294 color RGB value is (122,210,148).

  • red value is 122;
  • green value is 210;
  • blue value is 148.
RGB:
(122,210,148)
(48%,82%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 210 of 255 = 82%
B 148 of 255 = 58%

122
210
148

R + G + B ~ 63%. #7AD294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 210 + 148 = 480 (100%)
R 122 of 480 ~ 25.42%
G 210 of 480 ~ 43.75%
B 148 of 480 ~ 30.83%

%25.42
%43.75
%30.83

CMYK color model

#7AD294 color CMYK value is (42,0,30,18).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 29.52%
  • key color value is 17.65%
CMYK:
(42,0,30,18)
C42M0Y30K18 
(42%,0%,30%,18%)
(0.42/0.00/0.30/0.18)	

CMYK percentages

%41.9
%0
%29.52
%17.65

Codes

Color #7AD294 in popluar color models

7AD294
RGB122210148
HSL138°49.44%65.10%
HSB/HSV138°41.90%82.35%
CMYK41.90%0.00%29.52%
17.65%

Color #7AD294 in popluar number systems.

HEX7AD294
Decimal122210148
Binary11110101101001010010100
Octal172322224

Shades and tints

Shades of #7AD294

#7AD294
(122,210,148)
#6FBF87
(111,191,135)
#64AC7A
(100,172,122)
#59996D
(89,153,109)
#4E8660
(78,134,96)
#437353
(67,115,83)
#386046
(56,96,70)
#2D4D39
(45,77,57)
#223A2C
(34,58,44)
#17271F
(23,39,31)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7AD294

#7AD294
(122,210,148)
#86D69D
(134,214,157)
#92DAA6
(146,218,166)
#9EDEAF
(158,222,175)
#AAE2B8
(170,226,184)
#B6E6C1
(182,230,193)
#C2EACA
(194,234,202)
#CEEED3
(206,238,211)
#DAF2DC
(218,242,220)
#E6F6E5
(230,246,229)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD294 color. Also use rgb(122,210,148) instead hex code.

Text Font Color

.myTextColor { color: #7AD294; }

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

This text font color is #7AD294.


Background Color

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

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

This div background color is #7AD294.


Border color

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

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

This div border color is #7AD294.


Opacity

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

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

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

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

This text has shadow with #7AD294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD294 on black background.


Color preview on white background

This text has color #7AD294 on white background.



Black color preview on #7AD294 background

This text has black color on #7AD294 background.


White color preview on #7AD294 background

This text has white color on #7AD294 background.