COLOR #A2CE74

HEX: #A2CE74
RGB: (162,206,116)

Color info

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

RGB color model

#A2CE74 color RGB value is (162,206,116).

  • red value is 162;
  • green value is 206;
  • blue value is 116.
RGB:
(162,206,116)
(64%,81%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 206 of 255 = 81%
B 116 of 255 = 45%

162
206
116

R + G + B ~ 63%. #A2CE74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 206 + 116 = 484 (100%)
R 162 of 484 ~ 33.47%
G 206 of 484 ~ 42.56%
B 116 of 484 ~ 23.97%

%33.47
%42.56
%23.97

CMYK color model

#A2CE74 color CMYK value is (21,0,44,19).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 19.22%
CMYK:
(21,0,44,19)
C21M0Y44K19 
(21%,0%,44%,19%)
(0.21/0.00/0.44/0.19)	

CMYK percentages

%21.36
%0
%43.69
%19.22

Codes

Color #A2CE74 in popluar color models

A2CE74
RGB162206116
HSL89°47.87%63.14%
HSB/HSV89°43.69%80.78%
CMYK21.36%0.00%43.69%
19.22%

Color #A2CE74 in popluar number systems.

HEXA2CE74
Decimal162206116
Binary10100010110011101110100
Octal242316164

Shades and tints

Shades of #A2CE74

#A2CE74
(162,206,116)
#94BC6A
(148,188,106)
#86AA60
(134,170,96)
#789856
(120,152,86)
#6A864C
(106,134,76)
#5C7442
(92,116,66)
#4E6238
(78,98,56)
#40502E
(64,80,46)
#323E24
(50,62,36)
#242C1A
(36,44,26)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #A2CE74

#A2CE74
(162,206,116)
#AAD280
(170,210,128)
#B2D68C
(178,214,140)
#BADA98
(186,218,152)
#C2DEA4
(194,222,164)
#CAE2B0
(202,226,176)
#D2E6BC
(210,230,188)
#DAEAC8
(218,234,200)
#E2EED4
(226,238,212)
#EAF2E0
(234,242,224)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CE74 color. Also use rgb(162,206,116) instead hex code.

Text Font Color

.myTextColor { color: #A2CE74; }

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

This text font color is #A2CE74.


Background Color

.myBgColor { background-color: #A2CE74; }

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

This div background color is #A2CE74.


Border color

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

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

This div border color is #A2CE74.


Opacity

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

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

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

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

This text has shadow with #A2CE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CE74 on black background.


Color preview on white background

This text has color #A2CE74 on white background.



Black color preview on #A2CE74 background

This text has black color on #A2CE74 background.


White color preview on #A2CE74 background

This text has white color on #A2CE74 background.