COLOR #ACC46B

HEX: #ACC46B
RGB: (172,196,107)

Color info

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

RGB color model

#ACC46B color RGB value is (172,196,107).

  • red value is 172;
  • green value is 196;
  • blue value is 107.
RGB:
(172,196,107)
(67%,77%,42%)

RGB channels and saturation

R 172 of 255 = 67%
G 196 of 255 = 77%
B 107 of 255 = 42%

172
196
107

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

Portions of RGB colors in percentages

R + G + B =
172 + 196 + 107 = 475 (100%)
R 172 of 475 ~ 36.21%
G 196 of 475 ~ 41.26%
B 107 of 475 ~ 22.53%

%36.21
%41.26
%22.53

CMYK color model

#ACC46B color CMYK value is (12,0,45,23).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(12,0,45,23)
C12M0Y45K23 
(12%,0%,45%,23%)
(0.12/0.00/0.45/0.23)	

CMYK percentages

%12.24
%0
%45.41
%23.14

Codes

Color #ACC46B in popluar color models

ACC46B
RGB172196107
HSL76°43.00%59.41%
HSB/HSV76°45.41%76.86%
CMYK12.24%0.00%45.41%
23.14%

Color #ACC46B in popluar number systems.

HEXACC46B
Decimal172196107
Binary10101100110001001101011
Octal254304153

Shades and tints

Shades of #ACC46B

#ACC46B
(172,196,107)
#9DB362
(157,179,98)
#8EA259
(142,162,89)
#7F9150
(127,145,80)
#708047
(112,128,71)
#616F3E
(97,111,62)
#525E35
(82,94,53)
#434D2C
(67,77,44)
#343C23
(52,60,35)
#252B1A
(37,43,26)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #ACC46B

#ACC46B
(172,196,107)
#B3C978
(179,201,120)
#BACE85
(186,206,133)
#C1D392
(193,211,146)
#C8D89F
(200,216,159)
#CFDDAC
(207,221,172)
#D6E2B9
(214,226,185)
#DDE7C6
(221,231,198)
#E4ECD3
(228,236,211)
#EBF1E0
(235,241,224)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC46B color. Also use rgb(172,196,107) instead hex code.

Text Font Color

.myTextColor { color: #ACC46B; }

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

This text font color is #ACC46B.


Background Color

.myBgColor { background-color: #ACC46B; }

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

This div background color is #ACC46B.


Border color

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

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

This div border color is #ACC46B.


Opacity

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

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

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

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

This text has shadow with #ACC46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC46B on black background.


Color preview on white background

This text has color #ACC46B on white background.



Black color preview on #ACC46B background

This text has black color on #ACC46B background.


White color preview on #ACC46B background

This text has white color on #ACC46B background.