COLOR #7ADC72

HEX: #7ADC72 RGB: (122,220,114)

Color info

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

RGB color model

#7ADC72 color RGB value is (122,220,114).

RGB: (122,220,114) (48%, 86%, 45%)

RGB channels and saturation

R 122 of 255 = 48%
G 220 of 255 = 86%
B 114 of 255 = 45%

122
220
114

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

Portions of RGB colors in percentages

R + G + B = 122 + 220 + 114 = 456 (100%)
R 122 of 456 ~ 26.75%
G 220 of 456 ~ 48.25%
B 114 of 456 ~ 25'%

%26.75
%48.25
%25

CMYK color model

#7ADC72 color CMYK value is (45,0,48,14).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 13.73%

CMYK: (45,0,48,14)
C45M0Y48K14 (45%, 0%, 48%, 14%)
(0.45 / 0.00 / 0.48 / 0.14)

CMYK percentages

%44.55
%0
%48.18
%13.73

Codes

Color #7ADC72 in popluar color models

7A DC 72
RGB 122 220 114
HSL 115° 60.23% 65.49%
HSB/HSV 115° 48.18% 86.27%
CMYK 44.55% 0.00% 48.18%
13.73%

Color #7ADC72 in popluar number systems.

HEX 7A DC 72
Decimal 122 220 114
Binary 1111010 11011100 1110010
Octal 172 334 162

Shades and tints

Shades of #7ADC72

#7ADC72
(122,220,114)
#6FC868
(111,200,104)
#64B45E
(100,180,94)
#59A054
(89,160,84)
#4E8C4A
(78,140,74)
#437840
(67,120,64)
#386436
(56,100,54)
#2D502C
(45,80,44)
#223C22
(34,60,34)
#172818
(23,40,24)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #7ADC72

#7ADC72
(122,220,114)
#86DF7E
(134,223,126)
#92E28A
(146,226,138)
#9EE596
(158,229,150)
#AAE8A2
(170,232,162)
#B6EBAE
(182,235,174)
#C2EEBA
(194,238,186)
#CEF1C6
(206,241,198)
#DAF4D2
(218,244,210)
#E6F7DE
(230,247,222)
#F2FAEA
(242,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ADC72; }

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

This text font color is #7ADC72.

Background Color

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

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

This div background color is #7ADC72.

Border color

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

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

This div border color is #7ADC72.

Opacity

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

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

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

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

This text has shadow with #7ADC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ADC72.

Preview

Color preview on black background

This text has color #7ADC72 on black background.


Color preview on white background

This text has color #7ADC72 on white background.


Black color preview on #7ADC72 background

This text has black color on #7ADC72 background.


White color preview on #7ADC72 background

This text has white color on #7ADC72 background.


Related colors

Complementary color

Complementary color for #hex is #85238D.


I love getcolorcode.com

Triadic colors

1 #727ADC and #DC727A with #7ADC72 are triadic colors.

2 #72DC7A and #DC7A72 with #7ADC72 are triadic colors.