COLOR #A4E476

HEX: #A4E476
RGB: (164,228,118)

Color info

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

RGB color model

#A4E476 color RGB value is (164,228,118).

  • red value is 164;
  • green value is 228;
  • blue value is 118.
RGB:
(164,228,118)
(64%,89%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 228 of 255 = 89%
B 118 of 255 = 46%

164
228
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 228 + 118 = 510 (100%)
R 164 of 510 ~ 32.16%
G 228 of 510 ~ 44.71%
B 118 of 510 ~ 23.14%

%32.16
%44.71
%23.14

CMYK color model

#A4E476 color CMYK value is (28,0,48,11).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 48.25%
  • key color value is 10.59%
CMYK:
(28,0,48,11)
C28M0Y48K11 
(28%,0%,48%,11%)
(0.28/0.00/0.48/0.11)	

CMYK percentages

%28.07
%0
%48.25
%10.59

Codes

Color #A4E476 in popluar color models

A4E476
RGB164228118
HSL95°67.07%67.84%
HSB/HSV95°48.25%89.41%
CMYK28.07%0.00%48.25%
10.59%

Color #A4E476 in popluar number systems.

HEXA4E476
Decimal164228118
Binary10100100111001001110110
Octal244344166

Shades and tints

Shades of #A4E476

#A4E476
(164,228,118)
#96D06C
(150,208,108)
#88BC62
(136,188,98)
#7AA858
(122,168,88)
#6C944E
(108,148,78)
#5E8044
(94,128,68)
#506C3A
(80,108,58)
#425830
(66,88,48)
#344426
(52,68,38)
#26301C
(38,48,28)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #A4E476

#A4E476
(164,228,118)
#ACE682
(172,230,130)
#B4E88E
(180,232,142)
#BCEA9A
(188,234,154)
#C4ECA6
(196,236,166)
#CCEEB2
(204,238,178)
#D4F0BE
(212,240,190)
#DCF2CA
(220,242,202)
#E4F4D6
(228,244,214)
#ECF6E2
(236,246,226)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E476 color. Also use rgb(164,228,118) instead hex code.

Text Font Color

.myTextColor { color: #A4E476; }

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

This text font color is #A4E476.


Background Color

.myBgColor { background-color: #A4E476; }

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

This div background color is #A4E476.


Border color

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

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

This div border color is #A4E476.


Opacity

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

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

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

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

This text has shadow with #A4E476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E476 on black background.


Color preview on white background

This text has color #A4E476 on white background.



Black color preview on #A4E476 background

This text has black color on #A4E476 background.


White color preview on #A4E476 background

This text has white color on #A4E476 background.