COLOR #A4C78D

HEX: #A4C78D RGB: (164,199,141)

Color info

#A4C78D contains red, green and blue colors in about the same proportion. Web safe color of #A4C78D is #99CC99 (or #9C9).

RGB color model

#A4C78D color RGB value is (164,199,141).

RGB: (164,199,141) (64%, 78%, 55%)

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 141 of 255 = 55%

164
199
141

R + G + B ~ 66%. #A4C78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 199 + 141 = 504 (100%)
R 164 of 504 ~ 32.54%
G 199 of 504 ~ 39.48%
B 141 of 504 ~ 27.98'%

%32.54
%39.48
%27.98

CMYK color model

#A4C78D color CMYK value is (18,0,29,22).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%

CMYK: (18,0,29,22)
C18M0Y29K22 (18%, 0%, 29%, 22%)
(0.18 / 0.00 / 0.29 / 0.22)

CMYK percentages

%17.59
%0
%29.15
%21.96

Codes

Color #A4C78D in popluar color models

A4 C7 8D
RGB 164 199 141
HSL 96° 34.12% 66.67%
HSB/HSV 96° 29.15% 78.04%
CMYK 17.59% 0.00% 29.15%
21.96%

Color #A4C78D in popluar number systems.

HEX A4 C7 8D
Decimal 164 199 141
Binary 10100100 11000111 10001101
Octal 244 307 215

Shades and tints

Shades of #A4C78D

#A4C78D
(164,199,141)
#96B581
(150,181,129)
#88A375
(136,163,117)
#7A9169
(122,145,105)
#6C7F5D
(108,127,93)
#5E6D51
(94,109,81)
#505B45
(80,91,69)
#424939
(66,73,57)
#34372D
(52,55,45)
#262521
(38,37,33)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4C78D

#A4C78D
(164,199,141)
#ACCC97
(172,204,151)
#B4D1A1
(180,209,161)
#BCD6AB
(188,214,171)
#C4DBB5
(196,219,181)
#CCE0BF
(204,224,191)
#D4E5C9
(212,229,201)
#DCEAD3
(220,234,211)
#E4EFDD
(228,239,221)
#ECF4E7
(236,244,231)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C78D color. Also use rgb(164,199,141) instead hex code.

Text Font Color

.myTextColor { color: #A4C78D; }

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

This text font color is #A4C78D.

Background Color

.myBgColor { background-color: #A4C78D; }

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

This div background color is #A4C78D.

Border color

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

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

This div border color is #A4C78D.

Opacity

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

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

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

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

This text has shadow with #A4C78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C78D.

Preview

Color preview on black background

This text has color #A4C78D on black background.


Color preview on white background

This text has color #A4C78D on white background.


Black color preview on #A4C78D background

This text has black color on #A4C78D background.


White color preview on #A4C78D background

This text has white color on #A4C78D background.


Related colors

Complementary color

Complementary color for #hex is #5B3872.


I love getcolorcode.com

Triadic colors

1 #8DA4C7 and #C78DA4 with #A4C78D are triadic colors.

2 #8DC7A4 and #C7A48D with #A4C78D are triadic colors.