COLOR #A2CC74

HEX: #A2CC74 RGB: (162,204,116)

Color info

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

RGB color model

#A2CC74 color RGB value is (162,204,116).

RGB: (162,204,116) (64%, 80%, 45%)

RGB channels and saturation

R 162 of 255 = 64%
G 204 of 255 = 80%
B 116 of 255 = 45%

162
204
116

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

Portions of RGB colors in percentages

R + G + B = 162 + 204 + 116 = 482 (100%)
R 162 of 482 ~ 33.61%
G 204 of 482 ~ 42.32%
B 116 of 482 ~ 24.07'%

%33.61
%42.32
%24.07

CMYK color model

#A2CC74 color CMYK value is (21,0,43,20).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 20.00%
CMYK: (21,0,43,20) C21M0Y43K20 (21%,0%,43%,20%) (0.21/0.00/0.43/0.20) 

CMYK percentages

%20.59
%0
%43.14
%20

Codes

Color #A2CC74 in popluar color models

A2 CC 74
RGB 162 204 116
HSL 89° 46.32% 62.75%
HSB/HSV 89° 43.14% 80.00%
CMYK 20.59% 0.00% 43.14%
20.00%

Color #A2CC74 in popluar number systems.

HEX A2 CC 74
Decimal 162 204 116
Binary 10100010 11001100 1110100
Octal 242 314 164

Shades and tints

Shades of #A2CC74

#A2CC74
(162,204,116)
#94BA6A
(148,186,106)
#86A860
(134,168,96)
#789656
(120,150,86)
#6A844C
(106,132,76)
#5C7242
(92,114,66)
#4E6038
(78,96,56)
#404E2E
(64,78,46)
#323C24
(50,60,36)
#242A1A
(36,42,26)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #A2CC74

#A2CC74
(162,204,116)
#AAD080
(170,208,128)
#B2D48C
(178,212,140)
#BAD898
(186,216,152)
#C2DCA4
(194,220,164)
#CAE0B0
(202,224,176)
#D2E4BC
(210,228,188)
#DAE8C8
(218,232,200)
#E2ECD4
(226,236,212)
#EAF0E0
(234,240,224)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2CC74; }

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

This text font color is #A2CC74.

Background Color

.myBgColor { background-color: #A2CC74; }

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

This div background color is #A2CC74.

Border color

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

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

This div border color is #A2CC74.

Opacity

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

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

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

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

This text has shadow with #A2CC74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2CC74.

Preview

Color preview on black background

This text has color #A2CC74 on black background.


Color preview on white background

This text has color #A2CC74 on white background.


Black color preview on #A2CC74 background

This text has black color on #A2CC74 background.


White color preview on #A2CC74 background

This text has white color on #A2CC74 background.


Related colors

Complementary color

Complementary color for #hex is #5D338B.


I love getcolorcode.com

Triadic colors

1 #74A2CC and #CC74A2 with #A2CC74 are triadic colors.

2 #74CCA2 and #CCA274 with #A2CC74 are triadic colors.