COLOR #A4E863

HEX: #A4E863
RGB: (164,232,99)

Color info

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

RGB color model

#A4E863 color RGB value is (164,232,99).

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

RGB channels and saturation

R 164 of 255 = 64%
G 232 of 255 = 91%
B 99 of 255 = 39%

164
232
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 232 + 99 = 495 (100%)
R 164 of 495 ~ 33.13%
G 232 of 495 ~ 46.87%
B 99 of 495 ~ 20%

%33.13
%46.87
%20

CMYK color model

#A4E863 color CMYK value is (29,0,57,9).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 57.33%
  • key color value is 9.02%
CMYK:
(29,0,57,9)
C29M0Y57K9 
(29%,0%,57%,9%)
(0.29/0.00/0.57/0.09)	

CMYK percentages

%29.31
%0
%57.33
%9.02

Codes

Color #A4E863 in popluar color models

A4E863
RGB16423299
HSL91°74.30%64.90%
HSB/HSV91°57.33%90.98%
CMYK29.31%0.00%57.33%
9.02%

Color #A4E863 in popluar number systems.

HEXA4E863
Decimal16423299
Binary10100100111010001100011
Octal244350143

Shades and tints

Shades of #A4E863

#A4E863
(164,232,99)
#96D35A
(150,211,90)
#88BE51
(136,190,81)
#7AA948
(122,169,72)
#6C943F
(108,148,63)
#5E7F36
(94,127,54)
#506A2D
(80,106,45)
#425524
(66,85,36)
#34401B
(52,64,27)
#262B12
(38,43,18)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #A4E863

#A4E863
(164,232,99)
#ACEA71
(172,234,113)
#B4EC7F
(180,236,127)
#BCEE8D
(188,238,141)
#C4F09B
(196,240,155)
#CCF2A9
(204,242,169)
#D4F4B7
(212,244,183)
#DCF6C5
(220,246,197)
#E4F8D3
(228,248,211)
#ECFAE1
(236,250,225)
#F4FCEF
(244,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E863; }

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

This text font color is #A4E863.


Background Color

.myBgColor { background-color: #A4E863; }

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

This div background color is #A4E863.


Border color

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

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

This div border color is #A4E863.


Opacity

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

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

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

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

This text has shadow with #A4E863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E863 on black background.


Color preview on white background

This text has color #A4E863 on white background.



Black color preview on #A4E863 background

This text has black color on #A4E863 background.


White color preview on #A4E863 background

This text has white color on #A4E863 background.