COLOR #A4E332

HEX: #A4E332 RGB: (164,227,50)

Color info

#A4E332 contains mainly green color. Web safe color of #A4E332 is #99CC33 (or #9C3).

RGB color model

#A4E332 color RGB value is (164,227,50).

RGB: (164,227,50) (64%, 89%, 20%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 50 of 255 = 20%

164
227
50

R + G + B ~ 58%. #A4E332 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 227 + 50 = 441 (100%)
R 164 of 441 ~ 37.19%
G 227 of 441 ~ 51.47%
B 50 of 441 ~ 11.34'%

%37.19
%51.47
%11.34

CMYK color model

#A4E332 color CMYK value is (28,0,78,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 10.98%
CMYK: (28,0,78,11) C28M0Y78K11 (28%,0%,78%,11%) (0.28/0.00/0.78/0.11) 

CMYK percentages

%27.75
%0
%77.97
%10.98

Codes

Color #A4E332 in popluar color models

A4 E3 32
RGB 164 227 50
HSL 81° 75.97% 54.31%
HSB/HSV 81° 77.97% 89.02%
CMYK 27.75% 0.00% 77.97%
10.98%

Color #A4E332 in popluar number systems.

HEX A4 E3 32
Decimal 164 227 50
Binary 10100100 11100011 110010
Octal 244 343 62

Shades and tints

Shades of #A4E332

#A4E332
(164,227,50)
#96CF2E
(150,207,46)
#88BB2A
(136,187,42)
#7AA726
(122,167,38)
#6C9322
(108,147,34)
#5E7F1E
(94,127,30)
#506B1A
(80,107,26)
#425716
(66,87,22)
#344312
(52,67,18)
#262F0E
(38,47,14)
#181B0A
(24,27,10)
#000000
(0,0,0)

Tints of #A4E332

#A4E332
(164,227,50)
#ACE544
(172,229,68)
#B4E756
(180,231,86)
#BCE968
(188,233,104)
#C4EB7A
(196,235,122)
#CCED8C
(204,237,140)
#D4EF9E
(212,239,158)
#DCF1B0
(220,241,176)
#E4F3C2
(228,243,194)
#ECF5D4
(236,245,212)
#F4F7E6
(244,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E332 color. Also use rgb(164,227,50) instead hex code.

Text Font Color

.myTextColor { color: #A4E332; }

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

This text font color is #A4E332.

Background Color

.myBgColor { background-color: #A4E332; }

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

This div background color is #A4E332.

Border color

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

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

This div border color is #A4E332.

Opacity

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

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

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

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

This text has shadow with #A4E332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E332.

Preview

Color preview on black background

This text has color #A4E332 on black background.


Color preview on white background

This text has color #A4E332 on white background.


Black color preview on #A4E332 background

This text has black color on #A4E332 background.


White color preview on #A4E332 background

This text has white color on #A4E332 background.


Related colors

Complementary color

Complementary color for #hex is #5B1CCD.


I love getcolorcode.com

Triadic colors

1 #32A4E3 and #E332A4 with #A4E332 are triadic colors.

2 #32E3A4 and #E3A432 with #A4E332 are triadic colors.