COLOR #A4E35F

HEX: #A4E35F
RGB: (164,227,95)

Color info

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

RGB color model

#A4E35F color RGB value is (164,227,95).

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

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 95 of 255 = 37%

164
227
95

R + G + B ~ 63%. #A4E35F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 95 = 486 (100%)
R 164 of 486 ~ 33.74%
G 227 of 486 ~ 46.71%
B 95 of 486 ~ 19.55%

%33.74
%46.71
%19.55

CMYK color model

#A4E35F color CMYK value is (28,0,58,11).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 58.15%
  • key color value is 10.98%
CMYK:
(28,0,58,11)
C28M0Y58K11 
(28%,0%,58%,11%)
(0.28/0.00/0.58/0.11)	

CMYK percentages

%27.75
%0
%58.15
%10.98

Codes

Color #A4E35F in popluar color models

A4E35F
RGB16422795
HSL89°70.21%63.14%
HSB/HSV89°58.15%89.02%
CMYK27.75%0.00%58.15%
10.98%

Color #A4E35F in popluar number systems.

HEXA4E35F
Decimal16422795
Binary10100100111000111011111
Octal244343137

Shades and tints

Shades of #A4E35F

#A4E35F
(164,227,95)
#96CF57
(150,207,87)
#88BB4F
(136,187,79)
#7AA747
(122,167,71)
#6C933F
(108,147,63)
#5E7F37
(94,127,55)
#506B2F
(80,107,47)
#425727
(66,87,39)
#34431F
(52,67,31)
#262F17
(38,47,23)
#181B0F
(24,27,15)
#000000
(0,0,0)

Tints of #A4E35F

#A4E35F
(164,227,95)
#ACE56D
(172,229,109)
#B4E77B
(180,231,123)
#BCE989
(188,233,137)
#C4EB97
(196,235,151)
#CCEDA5
(204,237,165)
#D4EFB3
(212,239,179)
#DCF1C1
(220,241,193)
#E4F3CF
(228,243,207)
#ECF5DD
(236,245,221)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E35F; }

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

This text font color is #A4E35F.


Background Color

.myBgColor { background-color: #A4E35F; }

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

This div background color is #A4E35F.


Border color

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

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

This div border color is #A4E35F.


Opacity

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

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

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

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

This text has shadow with #A4E35F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E35F on black background.


Color preview on white background

This text has color #A4E35F on white background.



Black color preview on #A4E35F background

This text has black color on #A4E35F background.


White color preview on #A4E35F background

This text has white color on #A4E35F background.