COLOR #A4E963

HEX: #A4E963 RGB: (164,233,99)

Color info

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

RGB color model

#A4E963 color RGB value is (164,233,99).

RGB: (164,233,99) (64%, 91%, 39%)

RGB channels and saturation

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

164
233
99

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

Portions of RGB colors in percentages

R + G + B = 164 + 233 + 99 = 496 (100%)
R 164 of 496 ~ 33.06%
G 233 of 496 ~ 46.98%
B 99 of 496 ~ 19.96'%

%33.06
%46.98
%19.96

CMYK color model

#A4E963 color CMYK value is (30,0,58,9).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 57.51%
  • key color value is 8.63%

CMYK: (30,0,58,9)
C30M0Y58K9 (30%, 0%, 58%, 9%)
(0.30 / 0.00 / 0.58 / 0.09)

CMYK percentages

%29.61
%0
%57.51
%8.63

Codes

Color #A4E963 in popluar color models

A4 E9 63
RGB 164 233 99
HSL 91° 75.28% 65.10%
HSB/HSV 91° 57.51% 91.37%
CMYK 29.61% 0.00% 57.51%
8.63%

Color #A4E963 in popluar number systems.

HEX A4 E9 63
Decimal 164 233 99
Binary 10100100 11101001 1100011
Octal 244 351 143

Shades and tints

Shades of #A4E963

#A4E963
(164,233,99)
#96D45A
(150,212,90)
#88BF51
(136,191,81)
#7AAA48
(122,170,72)
#6C953F
(108,149,63)
#5E8036
(94,128,54)
#506B2D
(80,107,45)
#425624
(66,86,36)
#34411B
(52,65,27)
#262C12
(38,44,18)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #A4E963

#A4E963
(164,233,99)
#ACEB71
(172,235,113)
#B4ED7F
(180,237,127)
#BCEF8D
(188,239,141)
#C4F19B
(196,241,155)
#CCF3A9
(204,243,169)
#D4F5B7
(212,245,183)
#DCF7C5
(220,247,197)
#E4F9D3
(228,249,211)
#ECFBE1
(236,251,225)
#F4FDEF
(244,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E963; }

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

This text font color is #A4E963.

Background Color

.myBgColor { background-color: #A4E963; }

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

This div background color is #A4E963.

Border color

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

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

This div border color is #A4E963.

Opacity

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

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

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

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

This text has shadow with #A4E963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E963.

Preview

Color preview on black background

This text has color #A4E963 on black background.


Color preview on white background

This text has color #A4E963 on white background.


Black color preview on #A4E963 background

This text has black color on #A4E963 background.


White color preview on #A4E963 background

This text has white color on #A4E963 background.


Related colors

Complementary color

Complementary color for #hex is #5B169C.


I love getcolorcode.com

Triadic colors

1 #63A4E9 and #E963A4 with #A4E963 are triadic colors.

2 #63E9A4 and #E9A463 with #A4E963 are triadic colors.