COLOR #ACC368

HEX: #ACC368 RGB: (172,195,104)

Color info

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

RGB color model

#ACC368 color RGB value is (172,195,104).

RGB: (172,195,104) (67%, 76%, 41%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 104 of 255 = 41%

172
195
104

R + G + B ~ 61%. #ACC368 is quite light color.

Portions of RGB colors in percentages

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'%

%36.52
%41.4
%22.08

CMYK color model

#ACC368 color CMYK value is (12,0,47,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 23.53%

CMYK: (12,0,47,24)
C12M0Y47K24 (12%, 0%, 47%, 24%)
(0.12 / 0.00 / 0.47 / 0.24)

CMYK percentages

%11.79
%0
%46.67
%23.53

Codes

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 and tints

Shades of #ACC368

#ACC368
(172,195,104)
#9DB25F
(157,178,95)
#8EA156
(142,161,86)
#7F904D
(127,144,77)
#707F44
(112,127,68)
#616E3B
(97,110,59)
#525D32
(82,93,50)
#434C29
(67,76,41)
#343B20
(52,59,32)
#252A17
(37,42,23)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #ACC368

#ACC368
(172,195,104)
#B3C875
(179,200,117)
#BACD82
(186,205,130)
#C1D28F
(193,210,143)
#C8D79C
(200,215,156)
#CFDCA9
(207,220,169)
#D6E1B6
(214,225,182)
#DDE6C3
(221,230,195)
#E4EBD0
(228,235,208)
#EBF0DD
(235,240,221)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC368 color. Also use rgb(172,195,104) instead hex code.

Text Font Color

.myTextColor { color: #ACC368; }

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

This text font color is #ACC368.

Background Color

.myBgColor { background-color: #ACC368; }

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

This div background color is #ACC368.

Border color

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

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

This div border color is #ACC368.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #ACC368.

Preview

Color preview on black background

This text has color #ACC368 on black background.


Color preview on white background

This text has color #ACC368 on white background.


Black color preview on #ACC368 background

This text has black color on #ACC368 background.


White color preview on #ACC368 background

This text has white color on #ACC368 background.


Related colors

Complementary color

Complementary color for #hex is #533C97.


I love getcolorcode.com

Triadic colors

1 #68ACC3 and #C368AC with #ACC368 are triadic colors.

2 #68C3AC and #C3AC68 with #ACC368 are triadic colors.