COLOR #A4E860

HEX: #A4E860
RGB: (164,232,96)

Color info

#A4E860 contains mainly green color. Web safe color of #A4E860 is #99FF66 (or #9F6).

RGB color model

#A4E860 color RGB value is (164,232,96).

  • red value is 164;
  • green value is 232;
  • blue value is 96.
RGB:
(164,232,96)
(64%,91%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 232 of 255 = 91%
B 96 of 255 = 38%

164
232
96

R + G + B ~ 64%. #A4E860 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 232 + 96 = 492 (100%)
R 164 of 492 ~ 33.33%
G 232 of 492 ~ 47.15%
B 96 of 492 ~ 19.51%

%33.33
%47.15
%19.51

CMYK color model

#A4E860 color CMYK value is (29,0,59,9).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 9.02%
CMYK:
(29,0,59,9)
C29M0Y59K9 
(29%,0%,59%,9%)
(0.29/0.00/0.59/0.09)	

CMYK percentages

%29.31
%0
%58.62
%9.02

Codes

Color #A4E860 in popluar color models

A4E860
RGB16423296
HSL90°74.73%64.31%
HSB/HSV90°58.62%90.98%
CMYK29.31%0.00%58.62%
9.02%

Color #A4E860 in popluar number systems.

HEXA4E860
Decimal16423296
Binary10100100111010001100000
Octal244350140

Shades and tints

Shades of #A4E860

#A4E860
(164,232,96)
#96D358
(150,211,88)
#88BE50
(136,190,80)
#7AA948
(122,169,72)
#6C9440
(108,148,64)
#5E7F38
(94,127,56)
#506A30
(80,106,48)
#425528
(66,85,40)
#344020
(52,64,32)
#262B18
(38,43,24)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A4E860

#A4E860
(164,232,96)
#ACEA6E
(172,234,110)
#B4EC7C
(180,236,124)
#BCEE8A
(188,238,138)
#C4F098
(196,240,152)
#CCF2A6
(204,242,166)
#D4F4B4
(212,244,180)
#DCF6C2
(220,246,194)
#E4F8D0
(228,248,208)
#ECFADE
(236,250,222)
#F4FCEC
(244,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E860 color. Also use rgb(164,232,96) instead hex code.

Text Font Color

.myTextColor { color: #A4E860; }

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

This text font color is #A4E860.


Background Color

.myBgColor { background-color: #A4E860; }

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

This div background color is #A4E860.


Border color

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

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

This div border color is #A4E860.


Opacity

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

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

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

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

This text has shadow with #A4E860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E860 on black background.


Color preview on white background

This text has color #A4E860 on white background.



Black color preview on #A4E860 background

This text has black color on #A4E860 background.


White color preview on #A4E860 background

This text has white color on #A4E860 background.