COLOR #ACE935

HEX: #ACE935
RGB: (172,233,53)

Color info

#ACE935 contains mainly green color. Web safe color of #ACE935 is #99FF33 (or #9F3).

RGB color model

#ACE935 color RGB value is (172,233,53).

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

RGB channels and saturation

R 172 of 255 = 67%
G 233 of 255 = 91%
B 53 of 255 = 21%

172
233
53

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

Portions of RGB colors in percentages

R + G + B =
172 + 233 + 53 = 458 (100%)
R 172 of 458 ~ 37.55%
G 233 of 458 ~ 50.87%
B 53 of 458 ~ 11.57%

%37.55
%50.87
%11.57

CMYK color model

#ACE935 color CMYK value is (26,0,77,9).

  • cyan value is 26.18%
  • magenta value is 0.00%
  • yellow value is 77.25%
  • key color value is 8.63%
CMYK:
(26,0,77,9)
C26M0Y77K9 
(26%,0%,77%,9%)
(0.26/0.00/0.77/0.09)	

CMYK percentages

%26.18
%0
%77.25
%8.63

Codes

Color #ACE935 in popluar color models

ACE935
RGB17223353
HSL80°80.36%56.08%
HSB/HSV80°77.25%91.37%
CMYK26.18%0.00%77.25%
8.63%

Color #ACE935 in popluar number systems.

HEXACE935
Decimal17223353
Binary1010110011101001110101
Octal25435165

Shades and tints

Shades of #ACE935

#ACE935
(172,233,53)
#9DD431
(157,212,49)
#8EBF2D
(142,191,45)
#7FAA29
(127,170,41)
#709525
(112,149,37)
#618021
(97,128,33)
#526B1D
(82,107,29)
#435619
(67,86,25)
#344115
(52,65,21)
#252C11
(37,44,17)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #ACE935

#ACE935
(172,233,53)
#B3EB47
(179,235,71)
#BAED59
(186,237,89)
#C1EF6B
(193,239,107)
#C8F17D
(200,241,125)
#CFF38F
(207,243,143)
#D6F5A1
(214,245,161)
#DDF7B3
(221,247,179)
#E4F9C5
(228,249,197)
#EBFBD7
(235,251,215)
#F2FDE9
(242,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE935; }

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

This text font color is #ACE935.


Background Color

.myBgColor { background-color: #ACE935; }

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

This div background color is #ACE935.


Border color

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

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

This div border color is #ACE935.


Opacity

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

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

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

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

This text has shadow with #ACE935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE935 on black background.


Color preview on white background

This text has color #ACE935 on white background.



Black color preview on #ACE935 background

This text has black color on #ACE935 background.


White color preview on #ACE935 background

This text has white color on #ACE935 background.