COLOR #ACC92A

HEX: #ACC92A
RGB: (172,201,42)

Color info

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

RGB color model

#ACC92A color RGB value is (172,201,42).

  • red value is 172;
  • green value is 201;
  • blue value is 42.
RGB:
(172,201,42)
(67%,79%,16%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 42 of 255 = 16%

172
201
42

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

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 42 = 415 (100%)
R 172 of 415 ~ 41.45%
G 201 of 415 ~ 48.43%
B 42 of 415 ~ 10.12%

%41.45
%48.43
%10.12

CMYK color model

#ACC92A color CMYK value is (14,0,79,21).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 79.10%
  • key color value is 21.18%
CMYK:
(14,0,79,21)
C14M0Y79K21 
(14%,0%,79%,21%)
(0.14/0.00/0.79/0.21)	

CMYK percentages

%14.43
%0
%79.1
%21.18

Codes

Color #ACC92A in popluar color models

ACC92A
RGB17220142
HSL71°65.43%47.65%
HSB/HSV71°79.10%78.82%
CMYK14.43%0.00%79.10%
21.18%

Color #ACC92A in popluar number systems.

HEXACC92A
Decimal17220142
Binary1010110011001001101010
Octal25431152

Shades and tints

Shades of #ACC92A

#ACC92A
(172,201,42)
#9DB727
(157,183,39)
#8EA524
(142,165,36)
#7F9321
(127,147,33)
#70811E
(112,129,30)
#616F1B
(97,111,27)
#525D18
(82,93,24)
#434B15
(67,75,21)
#343912
(52,57,18)
#25270F
(37,39,15)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #ACC92A

#ACC92A
(172,201,42)
#B3CD3D
(179,205,61)
#BAD150
(186,209,80)
#C1D563
(193,213,99)
#C8D976
(200,217,118)
#CFDD89
(207,221,137)
#D6E19C
(214,225,156)
#DDE5AF
(221,229,175)
#E4E9C2
(228,233,194)
#EBEDD5
(235,237,213)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC92A color. Also use rgb(172,201,42) instead hex code.

Text Font Color

.myTextColor { color: #ACC92A; }

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

This text font color is #ACC92A.


Background Color

.myBgColor { background-color: #ACC92A; }

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

This div background color is #ACC92A.


Border color

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

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

This div border color is #ACC92A.


Opacity

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

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

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

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

This text has shadow with #ACC92A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC92A on black background.


Color preview on white background

This text has color #ACC92A on white background.



Black color preview on #ACC92A background

This text has black color on #ACC92A background.


White color preview on #ACC92A background

This text has white color on #ACC92A background.