COLOR #ACC62A

HEX: #ACC62A
RGB: (172,198,42)

Color info

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

RGB color model

#ACC62A color RGB value is (172,198,42).

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

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 42 of 255 = 16%

172
198
42

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

Portions of RGB colors in percentages

R + G + B =
172 + 198 + 42 = 412 (100%)
R 172 of 412 ~ 41.75%
G 198 of 412 ~ 48.06%
B 42 of 412 ~ 10.19%

%41.75
%48.06
%10.19

CMYK color model

#ACC62A color CMYK value is (13,0,79,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 78.79%
  • key color value is 22.35%
CMYK:
(13,0,79,22)
C13M0Y79K22 
(13%,0%,79%,22%)
(0.13/0.00/0.79/0.22)	

CMYK percentages

%13.13
%0
%78.79
%22.35

Codes

Color #ACC62A in popluar color models

ACC62A
RGB17219842
HSL70°65.00%47.06%
HSB/HSV70°78.79%77.65%
CMYK13.13%0.00%78.79%
22.35%

Color #ACC62A in popluar number systems.

HEXACC62A
Decimal17219842
Binary1010110011000110101010
Octal25430652

Shades and tints

Shades of #ACC62A

#ACC62A
(172,198,42)
#9DB427
(157,180,39)
#8EA224
(142,162,36)
#7F9021
(127,144,33)
#707E1E
(112,126,30)
#616C1B
(97,108,27)
#525A18
(82,90,24)
#434815
(67,72,21)
#343612
(52,54,18)
#25240F
(37,36,15)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #ACC62A

#ACC62A
(172,198,42)
#B3CB3D
(179,203,61)
#BAD050
(186,208,80)
#C1D563
(193,213,99)
#C8DA76
(200,218,118)
#CFDF89
(207,223,137)
#D6E49C
(214,228,156)
#DDE9AF
(221,233,175)
#E4EEC2
(228,238,194)
#EBF3D5
(235,243,213)
#F2F8E8
(242,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC62A; }

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

This text font color is #ACC62A.


Background Color

.myBgColor { background-color: #ACC62A; }

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

This div background color is #ACC62A.


Border color

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

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

This div border color is #ACC62A.


Opacity

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

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

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

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

This text has shadow with #ACC62A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC62A on black background.


Color preview on white background

This text has color #ACC62A on white background.



Black color preview on #ACC62A background

This text has black color on #ACC62A background.


White color preview on #ACC62A background

This text has white color on #ACC62A background.