COLOR #A4CC78

HEX: #A4CC78 RGB: (164,204,120)

Color info

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

RGB color model

#A4CC78 color RGB value is (164,204,120).

RGB: (164,204,120) (64%, 80%, 47%)

RGB channels and saturation

R 164 of 255 = 64%
G 204 of 255 = 80%
B 120 of 255 = 47%

164
204
120

R + G + B ~ 64%. #A4CC78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 204 + 120 = 488 (100%)
R 164 of 488 ~ 33.61%
G 204 of 488 ~ 41.8%
B 120 of 488 ~ 24.59'%

%33.61
%41.8
%24.59

CMYK color model

#A4CC78 color CMYK value is (20,0,41,20).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 20.00%

CMYK: (20,0,41,20)
C20M0Y41K20 (20%, 0%, 41%, 20%)
(0.20 / 0.00 / 0.41 / 0.20)

CMYK percentages

%19.61
%0
%41.18
%20

Codes

Color #A4CC78 in popluar color models

A4 CC 78
RGB 164 204 120
HSL 89° 45.16% 63.53%
HSB/HSV 89° 41.18% 80.00%
CMYK 19.61% 0.00% 41.18%
20.00%

Color #A4CC78 in popluar number systems.

HEX A4 CC 78
Decimal 164 204 120
Binary 10100100 11001100 1111000
Octal 244 314 170

Shades and tints

Shades of #A4CC78

#A4CC78
(164,204,120)
#96BA6E
(150,186,110)
#88A864
(136,168,100)
#7A965A
(122,150,90)
#6C8450
(108,132,80)
#5E7246
(94,114,70)
#50603C
(80,96,60)
#424E32
(66,78,50)
#343C28
(52,60,40)
#262A1E
(38,42,30)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #A4CC78

#A4CC78
(164,204,120)
#ACD084
(172,208,132)
#B4D490
(180,212,144)
#BCD89C
(188,216,156)
#C4DCA8
(196,220,168)
#CCE0B4
(204,224,180)
#D4E4C0
(212,228,192)
#DCE8CC
(220,232,204)
#E4ECD8
(228,236,216)
#ECF0E4
(236,240,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CC78 color. Also use rgb(164,204,120) instead hex code.

Text Font Color

.myTextColor { color: #A4CC78; }

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

This text font color is #A4CC78.

Background Color

.myBgColor { background-color: #A4CC78; }

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

This div background color is #A4CC78.

Border color

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

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

This div border color is #A4CC78.

Opacity

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

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

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

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

This text has shadow with #A4CC78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CC78.

Preview

Color preview on black background

This text has color #A4CC78 on black background.


Color preview on white background

This text has color #A4CC78 on white background.


Black color preview on #A4CC78 background

This text has black color on #A4CC78 background.


White color preview on #A4CC78 background

This text has white color on #A4CC78 background.


Related colors

Complementary color

Complementary color for #hex is #5B3387.


I love getcolorcode.com

Triadic colors

1 #78A4CC and #CC78A4 with #A4CC78 are triadic colors.

2 #78CCA4 and #CCA478 with #A4CC78 are triadic colors.