COLOR #ACC867

HEX: #ACC867
RGB: (172,200,103)

Color info

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

RGB color model

#ACC867 color RGB value is (172,200,103).

  • red value is 172;
  • green value is 200;
  • blue value is 103.
RGB:
(172,200,103)
(67%,78%,40%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 103 of 255 = 40%

172
200
103

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

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 103 = 475 (100%)
R 172 of 475 ~ 36.21%
G 200 of 475 ~ 42.11%
B 103 of 475 ~ 21.68%

%36.21
%42.11
%21.68

CMYK color model

#ACC867 color CMYK value is (14,0,49,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(14,0,49,22)
C14M0Y49K22 
(14%,0%,49%,22%)
(0.14/0.00/0.49/0.22)	

CMYK percentages

%14
%0
%48.5
%21.57

Codes

Color #ACC867 in popluar color models

ACC867
RGB172200103
HSL77°46.86%59.41%
HSB/HSV77°48.50%78.43%
CMYK14.00%0.00%48.50%
21.57%

Color #ACC867 in popluar number systems.

HEXACC867
Decimal172200103
Binary10101100110010001100111
Octal254310147

Shades and tints

Shades of #ACC867

#ACC867
(172,200,103)
#9DB65E
(157,182,94)
#8EA455
(142,164,85)
#7F924C
(127,146,76)
#708043
(112,128,67)
#616E3A
(97,110,58)
#525C31
(82,92,49)
#434A28
(67,74,40)
#34381F
(52,56,31)
#252616
(37,38,22)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #ACC867

#ACC867
(172,200,103)
#B3CD74
(179,205,116)
#BAD281
(186,210,129)
#C1D78E
(193,215,142)
#C8DC9B
(200,220,155)
#CFE1A8
(207,225,168)
#D6E6B5
(214,230,181)
#DDEBC2
(221,235,194)
#E4F0CF
(228,240,207)
#EBF5DC
(235,245,220)
#F2FAE9
(242,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC867 color. Also use rgb(172,200,103) instead hex code.

Text Font Color

.myTextColor { color: #ACC867; }

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

This text font color is #ACC867.


Background Color

.myBgColor { background-color: #ACC867; }

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

This div background color is #ACC867.


Border color

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

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

This div border color is #ACC867.


Opacity

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

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

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

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

This text has shadow with #ACC867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC867 on black background.


Color preview on white background

This text has color #ACC867 on white background.



Black color preview on #ACC867 background

This text has black color on #ACC867 background.


White color preview on #ACC867 background

This text has white color on #ACC867 background.