COLOR #A4E56C

HEX: #A4E56C
RGB: (164,229,108)

Color info

#A4E56C contains mainly green color. Web safe color of #A4E56C is #99CC66 (or #9C6).

RGB color model

#A4E56C color RGB value is (164,229,108).

  • red value is 164;
  • green value is 229;
  • blue value is 108.
RGB:
(164,229,108)
(64%,90%,42%)

RGB channels and saturation

R 164 of 255 = 64%
G 229 of 255 = 90%
B 108 of 255 = 42%

164
229
108

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

Portions of RGB colors in percentages

R + G + B =
164 + 229 + 108 = 501 (100%)
R 164 of 501 ~ 32.73%
G 229 of 501 ~ 45.71%
B 108 of 501 ~ 21.56%

%32.73
%45.71
%21.56

CMYK color model

#A4E56C color CMYK value is (28,0,53,10).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 52.84%
  • key color value is 10.20%
CMYK:
(28,0,53,10)
C28M0Y53K10 
(28%,0%,53%,10%)
(0.28/0.00/0.53/0.10)	

CMYK percentages

%28.38
%0
%52.84
%10.2

Codes

Color #A4E56C in popluar color models

A4E56C
RGB164229108
HSL92°69.94%66.08%
HSB/HSV92°52.84%89.80%
CMYK28.38%0.00%52.84%
10.20%

Color #A4E56C in popluar number systems.

HEXA4E56C
Decimal164229108
Binary10100100111001011101100
Octal244345154

Shades and tints

Shades of #A4E56C

#A4E56C
(164,229,108)
#96D163
(150,209,99)
#88BD5A
(136,189,90)
#7AA951
(122,169,81)
#6C9548
(108,149,72)
#5E813F
(94,129,63)
#506D36
(80,109,54)
#42592D
(66,89,45)
#344524
(52,69,36)
#26311B
(38,49,27)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #A4E56C

#A4E56C
(164,229,108)
#ACE779
(172,231,121)
#B4E986
(180,233,134)
#BCEB93
(188,235,147)
#C4EDA0
(196,237,160)
#CCEFAD
(204,239,173)
#D4F1BA
(212,241,186)
#DCF3C7
(220,243,199)
#E4F5D4
(228,245,212)
#ECF7E1
(236,247,225)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E56C color. Also use rgb(164,229,108) instead hex code.

Text Font Color

.myTextColor { color: #A4E56C; }

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

This text font color is #A4E56C.


Background Color

.myBgColor { background-color: #A4E56C; }

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

This div background color is #A4E56C.


Border color

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

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

This div border color is #A4E56C.


Opacity

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

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

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

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

This text has shadow with #A4E56C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E56C on black background.


Color preview on white background

This text has color #A4E56C on white background.



Black color preview on #A4E56C background

This text has black color on #A4E56C background.


White color preview on #A4E56C background

This text has white color on #A4E56C background.