HEX: #ACC761
RGB: (172,199,97)
#ACC761 contains mainly red and green colors. Web safe color of #ACC761 is #99CC66 (or #9C6).
#ACC761 color RGB value is (172,199,97).
RGB: (172,199,97)
(67%, 78%, 38%)
R 172 of 255 = 67%
G 199 of 255 = 78%
B 97 of 255 = 38%
R + G + B ~ 61%. #ACC761 is quite light color.
R + G + B = 172 + 199 + 97 = 468 (100%)
R 172 of 468 ~ 36.75%
G 199 of 468 ~ 42.52%
B 97 of 468 ~ 20.73'%
#ACC761 color CMYK value is (14,0,51,22).
CMYK: (14,0,51,22) C14M0Y51K22 (14%,0%,51%,22%) (0.14/0.00/0.51/0.22)
Color #ACC761 in popluar color models
AC | C7 | 61 | |
---|---|---|---|
RGB | 172 | 199 | 97 |
HSL | 76° | 47.66% | 58.04% |
HSB/HSV | 76° | 51.26% | 78.04% |
CMYK | 13.57% | 0.00% | 51.26% |
21.96% |
Color #ACC761 in popluar number systems.
HEX | AC | C7 | 61 |
Decimal | 172 | 199 | 97 |
Binary | 10101100 | 11000111 | 1100001 |
Octal | 254 | 307 | 141 |
Shades of #ACC761
Tints of #ACC761
Examples of css and html codes for elements with #ACC761 color. Also use rgb(172,199,97) instead hex code.
.myTextColor { color: #ACC761; }
<p style="color:#ACC761">This sample text font color is #ACC761.</p>
This text font color is #ACC761.
.myBgColor { background-color: #ACC761; }
<div style="background-color:#ACC761">Inner text</div>
This div background color is #ACC761.
.myBorderColor { border: 1px solid #ACC761; }
<div style="border:3px solid #ACC761">Div</div>
This div border color is #ACC761.
.myOpacity80 { color: #ACC761; opacity: 0.8; }
<p style="color:#ACC761;opacity:0.8;">80%</p>
Text with #ACC761 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC761;}
<p style="text-shadow: 3px 3px 1px #ACC761">Text here.</p>
This text has shadow with #ACC761 color.
.textShadow {text-shadow: 3px 3px 1px #ACC761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC761, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC761 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC761, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC761;
-webkit-box-shadow: 1px 1px 3px 2px #ACC761;
box-shadow: 1px 1px 3px 2px #ACC761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC761; -webkit-box-shadow: 1px 1px 3px 2px #ACC761; box-shadow:1px 1px 3px 2px #ACC761;">
Div content here
</div>
This text has color #ACC761 on black background.
This text has color #ACC761 on white background.
This text has black color on #ACC761 background.
This text has white color on #ACC761 background.
Complementary color for #hex is #53389E.