COLOR #7AD37A

HEX: #7AD37A
RGB: (122,211,122)

Color info

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

RGB color model

#7AD37A color RGB value is (122,211,122).

  • red value is 122;
  • green value is 211;
  • blue value is 122.
RGB:
(122,211,122)
(48%,83%,48%)

RGB channels and saturation

R 122 of 255 = 48%
G 211 of 255 = 83%
B 122 of 255 = 48%

122
211
122

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

Portions of RGB colors in percentages

R + G + B =
122 + 211 + 122 = 455 (100%)
R 122 of 455 ~ 26.81%
G 211 of 455 ~ 46.37%
B 122 of 455 ~ 26.81%

%26.81
%46.37
%26.81

CMYK color model

#7AD37A color CMYK value is (42,0,42,17).

  • cyan value is 42.18%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 17.25%
CMYK:
(42,0,42,17)
C42M0Y42K17 
(42%,0%,42%,17%)
(0.42/0.00/0.42/0.17)	

CMYK percentages

%42.18
%0
%42.18
%17.25

Codes

Color #7AD37A in popluar color models

7AD37A
RGB122211122
HSL120°50.28%65.29%
HSB/HSV120°42.18%82.75%
CMYK42.18%0.00%42.18%
17.25%

Color #7AD37A in popluar number systems.

HEX7AD37A
Decimal122211122
Binary1111010110100111111010
Octal172323172

Shades and tints

Shades of #7AD37A

#7AD37A
(122,211,122)
#6FC06F
(111,192,111)
#64AD64
(100,173,100)
#599A59
(89,154,89)
#4E874E
(78,135,78)
#437443
(67,116,67)
#386138
(56,97,56)
#2D4E2D
(45,78,45)
#223B22
(34,59,34)
#172817
(23,40,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #7AD37A

#7AD37A
(122,211,122)
#86D786
(134,215,134)
#92DB92
(146,219,146)
#9EDF9E
(158,223,158)
#AAE3AA
(170,227,170)
#B6E7B6
(182,231,182)
#C2EBC2
(194,235,194)
#CEEFCE
(206,239,206)
#DAF3DA
(218,243,218)
#E6F7E6
(230,247,230)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD37A; }

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

This text font color is #7AD37A.


Background Color

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

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

This div background color is #7AD37A.


Border color

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

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

This div border color is #7AD37A.


Opacity

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

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

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

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

This text has shadow with #7AD37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD37A on black background.


Color preview on white background

This text has color #7AD37A on white background.



Black color preview on #7AD37A background

This text has black color on #7AD37A background.


White color preview on #7AD37A background

This text has white color on #7AD37A background.