COLOR #ACC841

HEX: #ACC841
RGB: (172,200,65)

Color info

#ACC841 contains mainly red and green colors. Web safe color of #ACC841 is #99CC33 (or #9C3).

RGB color model

#ACC841 color RGB value is (172,200,65).

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

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 65 of 255 = 25%

172
200
65

R + G + B ~ 57%. #ACC841 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 200 + 65 = 437 (100%)
R 172 of 437 ~ 39.36%
G 200 of 437 ~ 45.77%
B 65 of 437 ~ 14.87%

%39.36
%45.77
%14.87

CMYK color model

#ACC841 color CMYK value is (14,0,68,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 21.57%
CMYK:
(14,0,68,22)
C14M0Y68K22 
(14%,0%,68%,22%)
(0.14/0.00/0.68/0.22)	

CMYK percentages

%14
%0
%67.5
%21.57

Codes

Color #ACC841 in popluar color models

ACC841
RGB17220065
HSL72°55.10%51.96%
HSB/HSV72°67.50%78.43%
CMYK14.00%0.00%67.50%
21.57%

Color #ACC841 in popluar number systems.

HEXACC841
Decimal17220065
Binary10101100110010001000001
Octal254310101

Shades and tints

Shades of #ACC841

#ACC841
(172,200,65)
#9DB63C
(157,182,60)
#8EA437
(142,164,55)
#7F9232
(127,146,50)
#70802D
(112,128,45)
#616E28
(97,110,40)
#525C23
(82,92,35)
#434A1E
(67,74,30)
#343819
(52,56,25)
#252614
(37,38,20)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #ACC841

#ACC841
(172,200,65)
#B3CD52
(179,205,82)
#BAD263
(186,210,99)
#C1D774
(193,215,116)
#C8DC85
(200,220,133)
#CFE196
(207,225,150)
#D6E6A7
(214,230,167)
#DDEBB8
(221,235,184)
#E4F0C9
(228,240,201)
#EBF5DA
(235,245,218)
#F2FAEB
(242,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC841; }

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

This text font color is #ACC841.


Background Color

.myBgColor { background-color: #ACC841; }

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

This div background color is #ACC841.


Border color

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

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

This div border color is #ACC841.


Opacity

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

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

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

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

This text has shadow with #ACC841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC841 on black background.


Color preview on white background

This text has color #ACC841 on white background.



Black color preview on #ACC841 background

This text has black color on #ACC841 background.


White color preview on #ACC841 background

This text has white color on #ACC841 background.