COLOR #ACC074

HEX: #ACC074 RGB: (172,192,116)

Color info

#ACC074 contains mainly red and green colors. Web safe color of #ACC074 is #99CC66 (or #9C6).

RGB color model

#ACC074 color RGB value is (172,192,116).

RGB: (172,192,116) (67%, 75%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 116 of 255 = 45%

172
192
116

R + G + B ~ 62%. #ACC074 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 116 = 480 (100%)
R 172 of 480 ~ 35.83%
G 192 of 480 ~ 40%
B 116 of 480 ~ 24.17'%

%35.83
%40
%24.17

CMYK color model

#ACC074 color CMYK value is (10,0,40,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%

CMYK: (10,0,40,25)
C10M0Y40K25 (10%, 0%, 40%, 25%)
(0.10 / 0.00 / 0.40 / 0.25)

CMYK percentages

%10.42
%0
%39.58
%24.71

Codes

Color #ACC074 in popluar color models

AC C0 74
RGB 172 192 116
HSL 76° 37.62% 60.39%
HSB/HSV 76° 39.58% 75.29%
CMYK 10.42% 0.00% 39.58%
24.71%

Color #ACC074 in popluar number systems.

HEX AC C0 74
Decimal 172 192 116
Binary 10101100 11000000 1110100
Octal 254 300 164

Shades and tints

Shades of #ACC074

#ACC074
(172,192,116)
#9DAF6A
(157,175,106)
#8E9E60
(142,158,96)
#7F8D56
(127,141,86)
#707C4C
(112,124,76)
#616B42
(97,107,66)
#525A38
(82,90,56)
#43492E
(67,73,46)
#343824
(52,56,36)
#25271A
(37,39,26)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #ACC074

#ACC074
(172,192,116)
#B3C580
(179,197,128)
#BACA8C
(186,202,140)
#C1CF98
(193,207,152)
#C8D4A4
(200,212,164)
#CFD9B0
(207,217,176)
#D6DEBC
(214,222,188)
#DDE3C8
(221,227,200)
#E4E8D4
(228,232,212)
#EBEDE0
(235,237,224)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC074 color. Also use rgb(172,192,116) instead hex code.

Text Font Color

.myTextColor { color: #ACC074; }

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

This text font color is #ACC074.

Background Color

.myBgColor { background-color: #ACC074; }

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

This div background color is #ACC074.

Border color

.myBorderColor { border: 1px solid #ACC074; }

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

This div border color is #ACC074.

Opacity

.myOpacity80 { color: #ACC074; opacity: 0.8; }

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

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

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

This text has shadow with #ACC074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC074.

Preview

Color preview on black background

This text has color #ACC074 on black background.


Color preview on white background

This text has color #ACC074 on white background.


Black color preview on #ACC074 background

This text has black color on #ACC074 background.


White color preview on #ACC074 background

This text has white color on #ACC074 background.


Related colors

Complementary color

Complementary color for #hex is #533F8B.


I love getcolorcode.com

Triadic colors

1 #74ACC0 and #C074AC with #ACC074 are triadic colors.

2 #74C0AC and #C0AC74 with #ACC074 are triadic colors.