COLOR #7ACC72

HEX: #7ACC72 RGB: (122,204,114)

Color info

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

RGB color model

#7ACC72 color RGB value is (122,204,114).

RGB: (122,204,114) (48%, 80%, 45%)

RGB channels and saturation

R 122 of 255 = 48%
G 204 of 255 = 80%
B 114 of 255 = 45%

122
204
114

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

Portions of RGB colors in percentages

R + G + B = 122 + 204 + 114 = 440 (100%)
R 122 of 440 ~ 27.73%
G 204 of 440 ~ 46.36%
B 114 of 440 ~ 25.91'%

%27.73
%46.36
%25.91

CMYK color model

#7ACC72 color CMYK value is (40,0,44,20).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 20.00%

CMYK: (40,0,44,20)
C40M0Y44K20 (40%, 0%, 44%, 20%)
(0.40 / 0.00 / 0.44 / 0.20)

CMYK percentages

%40.2
%0
%44.12
%20

Codes

Color #7ACC72 in popluar color models

7A CC 72
RGB 122 204 114
HSL 115° 46.88% 62.35%
HSB/HSV 115° 44.12% 80.00%
CMYK 40.20% 0.00% 44.12%
20.00%

Color #7ACC72 in popluar number systems.

HEX 7A CC 72
Decimal 122 204 114
Binary 1111010 11001100 1110010
Octal 172 314 162

Shades and tints

Shades of #7ACC72

#7ACC72
(122,204,114)
#6FBA68
(111,186,104)
#64A85E
(100,168,94)
#599654
(89,150,84)
#4E844A
(78,132,74)
#437240
(67,114,64)
#386036
(56,96,54)
#2D4E2C
(45,78,44)
#223C22
(34,60,34)
#172A18
(23,42,24)
#0C180E
(12,24,14)
#000000
(0,0,0)

Tints of #7ACC72

#7ACC72
(122,204,114)
#86D07E
(134,208,126)
#92D48A
(146,212,138)
#9ED896
(158,216,150)
#AADCA2
(170,220,162)
#B6E0AE
(182,224,174)
#C2E4BA
(194,228,186)
#CEE8C6
(206,232,198)
#DAECD2
(218,236,210)
#E6F0DE
(230,240,222)
#F2F4EA
(242,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ACC72; }

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

This text font color is #7ACC72.

Background Color

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

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

This div background color is #7ACC72.

Border color

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

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

This div border color is #7ACC72.

Opacity

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

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

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

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

This text has shadow with #7ACC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ACC72.

Preview

Color preview on black background

This text has color #7ACC72 on black background.


Color preview on white background

This text has color #7ACC72 on white background.


Black color preview on #7ACC72 background

This text has black color on #7ACC72 background.


White color preview on #7ACC72 background

This text has white color on #7ACC72 background.


Related colors

Complementary color

Complementary color for #hex is #85338D.


I love getcolorcode.com

Triadic colors

1 #727ACC and #CC727A with #7ACC72 are triadic colors.

2 #72CC7A and #CC7A72 with #7ACC72 are triadic colors.