HEX: #7ACC72
RGB: (122,204,114)
#7ACC72 contains mainly green color. Web safe color of #7ACC72 is #66CC66 (or #6C6).
#7ACC72 color RGB value is (122,204,114).
RGB: (122,204,114)
(48%, 80%, 45%)
R 122 of 255 = 48%
G 204 of 255 = 80%
B 114 of 255 = 45%
R + G + B ~ 58%. #7ACC72 is middle color (not dark and not light).
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'%
#7ACC72 color CMYK value is (40,0,44,20).
CMYK: (40,0,44,20)
C40M0Y44K20 (40%, 0%, 44%, 20%)
(0.40 / 0.00 / 0.44 / 0.20)
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 of #7ACC72
Tints of #7ACC72
Examples of css and html codes for elements with #7ACC72 color. Also use rgb(122,204,114) instead hex code.
.myTextColor { color: #7ACC72; }
<p style="color:#7ACC72">This sample text font color is #7ACC72.</p>
This text font color is #7ACC72.
.myBgColor { background-color: #7ACC72; }
<div style="background-color:#7ACC72">Inner text</div>
This div background color is #7ACC72.
.myBorderColor { border: 1px solid #7ACC72; }
<div style="border:3px solid #7ACC72">Div</div>
This div border color is #7ACC72.
.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%.
.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.
/* 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 text has color #7ACC72 on black background.
This text has color #7ACC72 on white background.
This text has black color on #7ACC72 background.
This text has white color on #7ACC72 background.
Complementary color for #hex is #85338D.