COLOR #A4E357

HEX: #A4E357
RGB: (164,227,87)

Color info

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

RGB color model

#A4E357 color RGB value is (164,227,87).

  • red value is 164;
  • green value is 227;
  • blue value is 87.
RGB:
(164,227,87)
(64%,89%,34%)

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 87 of 255 = 34%

164
227
87

R + G + B ~ 62%. #A4E357 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 87 = 478 (100%)
R 164 of 478 ~ 34.31%
G 227 of 478 ~ 47.49%
B 87 of 478 ~ 18.2%

%34.31
%47.49
%18.2

CMYK color model

#A4E357 color CMYK value is (28,0,62,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 61.67%
  • key color value is 10.98%
CMYK:
(28,0,62,11)
C28M0Y62K11 
(28%,0%,62%,11%)
(0.28/0.00/0.62/0.11)	

CMYK percentages

%27.75
%0
%61.67
%10.98

Codes

Color #A4E357 in popluar color models

A4E357
RGB16422787
HSL87°71.43%61.57%
HSB/HSV87°61.67%89.02%
CMYK27.75%0.00%61.67%
10.98%

Color #A4E357 in popluar number systems.

HEXA4E357
Decimal16422787
Binary10100100111000111010111
Octal244343127

Shades and tints

Shades of #A4E357

#A4E357
(164,227,87)
#96CF50
(150,207,80)
#88BB49
(136,187,73)
#7AA742
(122,167,66)
#6C933B
(108,147,59)
#5E7F34
(94,127,52)
#506B2D
(80,107,45)
#425726
(66,87,38)
#34431F
(52,67,31)
#262F18
(38,47,24)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #A4E357

#A4E357
(164,227,87)
#ACE566
(172,229,102)
#B4E775
(180,231,117)
#BCE984
(188,233,132)
#C4EB93
(196,235,147)
#CCEDA2
(204,237,162)
#D4EFB1
(212,239,177)
#DCF1C0
(220,241,192)
#E4F3CF
(228,243,207)
#ECF5DE
(236,245,222)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E357; }

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

This text font color is #A4E357.


Background Color

.myBgColor { background-color: #A4E357; }

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

This div background color is #A4E357.


Border color

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

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

This div border color is #A4E357.


Opacity

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

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

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

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

This text has shadow with #A4E357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E357 on black background.


Color preview on white background

This text has color #A4E357 on white background.



Black color preview on #A4E357 background

This text has black color on #A4E357 background.


White color preview on #A4E357 background

This text has white color on #A4E357 background.