COLOR #ACC635

HEX: #ACC635
RGB: (172,198,53)

Color info

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

RGB color model

#ACC635 color RGB value is (172,198,53).

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

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 53 of 255 = 21%

172
198
53

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

Portions of RGB colors in percentages

R + G + B =
172 + 198 + 53 = 423 (100%)
R 172 of 423 ~ 40.66%
G 198 of 423 ~ 46.81%
B 53 of 423 ~ 12.53%

%40.66
%46.81
%12.53

CMYK color model

#ACC635 color CMYK value is (13,0,73,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 73.23%
  • key color value is 22.35%
CMYK:
(13,0,73,22)
C13M0Y73K22 
(13%,0%,73%,22%)
(0.13/0.00/0.73/0.22)	

CMYK percentages

%13.13
%0
%73.23
%22.35

Codes

Color #ACC635 in popluar color models

ACC635
RGB17219853
HSL71°57.77%49.22%
HSB/HSV71°73.23%77.65%
CMYK13.13%0.00%73.23%
22.35%

Color #ACC635 in popluar number systems.

HEXACC635
Decimal17219853
Binary1010110011000110110101
Octal25430665

Shades and tints

Shades of #ACC635

#ACC635
(172,198,53)
#9DB431
(157,180,49)
#8EA22D
(142,162,45)
#7F9029
(127,144,41)
#707E25
(112,126,37)
#616C21
(97,108,33)
#525A1D
(82,90,29)
#434819
(67,72,25)
#343615
(52,54,21)
#252411
(37,36,17)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #ACC635

#ACC635
(172,198,53)
#B3CB47
(179,203,71)
#BAD059
(186,208,89)
#C1D56B
(193,213,107)
#C8DA7D
(200,218,125)
#CFDF8F
(207,223,143)
#D6E4A1
(214,228,161)
#DDE9B3
(221,233,179)
#E4EEC5
(228,238,197)
#EBF3D7
(235,243,215)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC635; }

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

This text font color is #ACC635.


Background Color

.myBgColor { background-color: #ACC635; }

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

This div background color is #ACC635.


Border color

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

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

This div border color is #ACC635.


Opacity

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

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

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

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

This text has shadow with #ACC635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC635 on black background.


Color preview on white background

This text has color #ACC635 on white background.



Black color preview on #ACC635 background

This text has black color on #ACC635 background.


White color preview on #ACC635 background

This text has white color on #ACC635 background.