COLOR #A4D679

HEX: #A4D679
RGB: (164,214,121)

Color info

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

RGB color model

#A4D679 color RGB value is (164,214,121).

  • red value is 164;
  • green value is 214;
  • blue value is 121.
RGB:
(164,214,121)
(64%,84%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 214 of 255 = 84%
B 121 of 255 = 47%

164
214
121

R + G + B ~ 65%. #A4D679 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 214 + 121 = 499 (100%)
R 164 of 499 ~ 32.87%
G 214 of 499 ~ 42.89%
B 121 of 499 ~ 24.25%

%32.87
%42.89
%24.25

CMYK color model

#A4D679 color CMYK value is (23,0,43,16).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 43.46%
  • key color value is 16.08%
CMYK:
(23,0,43,16)
C23M0Y43K16 
(23%,0%,43%,16%)
(0.23/0.00/0.43/0.16)	

CMYK percentages

%23.36
%0
%43.46
%16.08

Codes

Color #A4D679 in popluar color models

A4D679
RGB164214121
HSL92°53.14%65.69%
HSB/HSV92°43.46%83.92%
CMYK23.36%0.00%43.46%
16.08%

Color #A4D679 in popluar number systems.

HEXA4D679
Decimal164214121
Binary10100100110101101111001
Octal244326171

Shades and tints

Shades of #A4D679

#A4D679
(164,214,121)
#96C36E
(150,195,110)
#88B063
(136,176,99)
#7A9D58
(122,157,88)
#6C8A4D
(108,138,77)
#5E7742
(94,119,66)
#506437
(80,100,55)
#42512C
(66,81,44)
#343E21
(52,62,33)
#262B16
(38,43,22)
#18180B
(24,24,11)
#000000
(0,0,0)

Tints of #A4D679

#A4D679
(164,214,121)
#ACD985
(172,217,133)
#B4DC91
(180,220,145)
#BCDF9D
(188,223,157)
#C4E2A9
(196,226,169)
#CCE5B5
(204,229,181)
#D4E8C1
(212,232,193)
#DCEBCD
(220,235,205)
#E4EED9
(228,238,217)
#ECF1E5
(236,241,229)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D679 color. Also use rgb(164,214,121) instead hex code.

Text Font Color

.myTextColor { color: #A4D679; }

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

This text font color is #A4D679.


Background Color

.myBgColor { background-color: #A4D679; }

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

This div background color is #A4D679.


Border color

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

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

This div border color is #A4D679.


Opacity

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

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

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

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

This text has shadow with #A4D679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D679 on black background.


Color preview on white background

This text has color #A4D679 on white background.



Black color preview on #A4D679 background

This text has black color on #A4D679 background.


White color preview on #A4D679 background

This text has white color on #A4D679 background.