HEX: #ACC368
RGB: (172,195,104)
#ACC368 contains mainly red and green colors. Web safe color of #ACC368 is #99CC66 (or #9C6).
#ACC368 color RGB value is (172,195,104).
RGB: (172,195,104)
(67%, 76%, 41%)
R 172 of 255 = 67%
G 195 of 255 = 76%
B 104 of 255 = 41%
R + G + B ~ 61%. #ACC368 is quite light color.
R + G + B = 172 + 195 + 104 = 471 (100%)
R 172 of 471 ~ 36.52%
G 195 of 471 ~ 41.4%
B 104 of 471 ~ 22.08'%
#ACC368 color CMYK value is (12,0,47,24).
CMYK: (12,0,47,24)
C12M0Y47K24 (12%, 0%, 47%, 24%)
(0.12 / 0.00 / 0.47 / 0.24)
Color #ACC368 in popluar color models
AC | C3 | 68 | |
---|---|---|---|
RGB | 172 | 195 | 104 |
HSL | 75° | 43.13% | 58.63% |
HSB/HSV | 75° | 46.67% | 76.47% |
CMYK | 11.79% | 0.00% | 46.67% |
23.53% |
Color #ACC368 in popluar number systems.
HEX | AC | C3 | 68 |
Decimal | 172 | 195 | 104 |
Binary | 10101100 | 11000011 | 1101000 |
Octal | 254 | 303 | 150 |
Shades of #ACC368
Tints of #ACC368
Examples of css and html codes for elements with #ACC368 color. Also use rgb(172,195,104) instead hex code.
.myTextColor { color: #ACC368; }
<p style="color:#ACC368">This sample text font color is #ACC368.</p>
This text font color is #ACC368.
.myBgColor { background-color: #ACC368; }
<div style="background-color:#ACC368">Inner text</div>
This div background color is #ACC368.
.myBorderColor { border: 1px solid #ACC368; }
<div style="border:3px solid #ACC368">Div</div>
This div border color is #ACC368.
.myOpacity80 { color: #ACC368; opacity: 0.8; }
<p style="color:#ACC368;opacity:0.8;">80%</p>
Text with #ACC368 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC368;}
<p style="text-shadow: 3px 3px 1px #ACC368">Text here.</p>
This text has shadow with #ACC368 color.
.textShadow {text-shadow: 3px 3px 1px #ACC368', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC368, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACC368 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC368, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC368, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC368 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC368;
-webkit-box-shadow: 1px 1px 3px 2px #ACC368;
box-shadow: 1px 1px 3px 2px #ACC368;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC368; -webkit-box-shadow: 1px 1px 3px 2px #ACC368; box-shadow:1px 1px 3px 2px #ACC368;">
Div content here
</div>
This text has color #ACC368 on black background.
This text has color #ACC368 on white background.
This text has black color on #ACC368 background.
This text has white color on #ACC368 background.
Complementary color for #hex is #533C97.