COLOR #7AD29D

HEX: #7AD29D
RGB: (122,210,157)

Color info

#7AD29D contains mainly green and blue colors. Web safe color of #7AD29D is #66CC99 (or #6C9).

RGB color model

#7AD29D color RGB value is (122,210,157).

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

RGB channels and saturation

R 122 of 255 = 48%
G 210 of 255 = 82%
B 157 of 255 = 62%

122
210
157

R + G + B ~ 64%. #7AD29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 210 + 157 = 489 (100%)
R 122 of 489 ~ 24.95%
G 210 of 489 ~ 42.94%
B 157 of 489 ~ 32.11%

%24.95
%42.94
%32.11

CMYK color model

#7AD29D color CMYK value is (42,0,25,18).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK:
(42,0,25,18)
C42M0Y25K18 
(42%,0%,25%,18%)
(0.42/0.00/0.25/0.18)	

CMYK percentages

%41.9
%0
%25.24
%17.65

Codes

Color #7AD29D in popluar color models

7AD29D
RGB122210157
HSL144°49.44%65.10%
HSB/HSV144°41.90%82.35%
CMYK41.90%0.00%25.24%
17.65%

Color #7AD29D in popluar number systems.

HEX7AD29D
Decimal122210157
Binary11110101101001010011101
Octal172322235

Shades and tints

Shades of #7AD29D

#7AD29D
(122,210,157)
#6FBF8F
(111,191,143)
#64AC81
(100,172,129)
#599973
(89,153,115)
#4E8665
(78,134,101)
#437357
(67,115,87)
#386049
(56,96,73)
#2D4D3B
(45,77,59)
#223A2D
(34,58,45)
#17271F
(23,39,31)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #7AD29D

#7AD29D
(122,210,157)
#86D6A5
(134,214,165)
#92DAAD
(146,218,173)
#9EDEB5
(158,222,181)
#AAE2BD
(170,226,189)
#B6E6C5
(182,230,197)
#C2EACD
(194,234,205)
#CEEED5
(206,238,213)
#DAF2DD
(218,242,221)
#E6F6E5
(230,246,229)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD29D; }

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

This text font color is #7AD29D.


Background Color

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

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

This div background color is #7AD29D.


Border color

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

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

This div border color is #7AD29D.


Opacity

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

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

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

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

This text has shadow with #7AD29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD29D on black background.


Color preview on white background

This text has color #7AD29D on white background.



Black color preview on #7AD29D background

This text has black color on #7AD29D background.


White color preview on #7AD29D background

This text has white color on #7AD29D background.