COLOR #A4D693

HEX: #A4D693
RGB: (164,214,147)

Color info

#A4D693 contains mainly red and green colors. Web safe color of #A4D693 is #99CC99 (or #9C9).

RGB color model

#A4D693 color RGB value is (164,214,147).

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

RGB channels and saturation

R 164 of 255 = 64%
G 214 of 255 = 84%
B 147 of 255 = 58%

164
214
147

R + G + B ~ 69%. #A4D693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 214 + 147 = 525 (100%)
R 164 of 525 ~ 31.24%
G 214 of 525 ~ 40.76%
B 147 of 525 ~ 28%

%31.24
%40.76
%28

CMYK color model

#A4D693 color CMYK value is (23,0,31,16).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(23,0,31,16)
C23M0Y31K16 
(23%,0%,31%,16%)
(0.23/0.00/0.31/0.16)	

CMYK percentages

%23.36
%0
%31.31
%16.08

Codes

Color #A4D693 in popluar color models

A4D693
RGB164214147
HSL105°44.97%70.78%
HSB/HSV105°31.31%83.92%
CMYK23.36%0.00%31.31%
16.08%

Color #A4D693 in popluar number systems.

HEXA4D693
Decimal164214147
Binary101001001101011010010011
Octal244326223

Shades and tints

Shades of #A4D693

#A4D693
(164,214,147)
#96C386
(150,195,134)
#88B079
(136,176,121)
#7A9D6C
(122,157,108)
#6C8A5F
(108,138,95)
#5E7752
(94,119,82)
#506445
(80,100,69)
#425138
(66,81,56)
#343E2B
(52,62,43)
#262B1E
(38,43,30)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4D693

#A4D693
(164,214,147)
#ACD99C
(172,217,156)
#B4DCA5
(180,220,165)
#BCDFAE
(188,223,174)
#C4E2B7
(196,226,183)
#CCE5C0
(204,229,192)
#D4E8C9
(212,232,201)
#DCEBD2
(220,235,210)
#E4EEDB
(228,238,219)
#ECF1E4
(236,241,228)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D693; }

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

This text font color is #A4D693.


Background Color

.myBgColor { background-color: #A4D693; }

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

This div background color is #A4D693.


Border color

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

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

This div border color is #A4D693.


Opacity

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

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

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

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

This text has shadow with #A4D693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D693 on black background.


Color preview on white background

This text has color #A4D693 on white background.



Black color preview on #A4D693 background

This text has black color on #A4D693 background.


White color preview on #A4D693 background

This text has white color on #A4D693 background.