COLOR #A4EB71

HEX: #A4EB71
RGB: (164,235,113)

Color info

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

RGB color model

#A4EB71 color RGB value is (164,235,113).

  • red value is 164;
  • green value is 235;
  • blue value is 113.
RGB:
(164,235,113)
(64%,92%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 235 of 255 = 92%
B 113 of 255 = 44%

164
235
113

R + G + B ~ 67%. #A4EB71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 235 + 113 = 512 (100%)
R 164 of 512 ~ 32.03%
G 235 of 512 ~ 45.9%
B 113 of 512 ~ 22.07%

%32.03
%45.9
%22.07

CMYK color model

#A4EB71 color CMYK value is (30,0,52,8).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 7.84%
CMYK:
(30,0,52,8)
C30M0Y52K8 
(30%,0%,52%,8%)
(0.30/0.00/0.52/0.08)	

CMYK percentages

%30.21
%0
%51.91
%7.84

Codes

Color #A4EB71 in popluar color models

A4EB71
RGB164235113
HSL95°75.31%68.24%
HSB/HSV95°51.91%92.16%
CMYK30.21%0.00%51.91%
7.84%

Color #A4EB71 in popluar number systems.

HEXA4EB71
Decimal164235113
Binary10100100111010111110001
Octal244353161

Shades and tints

Shades of #A4EB71

#A4EB71
(164,235,113)
#96D667
(150,214,103)
#88C15D
(136,193,93)
#7AAC53
(122,172,83)
#6C9749
(108,151,73)
#5E823F
(94,130,63)
#506D35
(80,109,53)
#42582B
(66,88,43)
#344321
(52,67,33)
#262E17
(38,46,23)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #A4EB71

#A4EB71
(164,235,113)
#ACEC7D
(172,236,125)
#B4ED89
(180,237,137)
#BCEE95
(188,238,149)
#C4EFA1
(196,239,161)
#CCF0AD
(204,240,173)
#D4F1B9
(212,241,185)
#DCF2C5
(220,242,197)
#E4F3D1
(228,243,209)
#ECF4DD
(236,244,221)
#F4F5E9
(244,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EB71 color. Also use rgb(164,235,113) instead hex code.

Text Font Color

.myTextColor { color: #A4EB71; }

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

This text font color is #A4EB71.


Background Color

.myBgColor { background-color: #A4EB71; }

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

This div background color is #A4EB71.


Border color

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

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

This div border color is #A4EB71.


Opacity

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

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

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

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

This text has shadow with #A4EB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EB71 on black background.


Color preview on white background

This text has color #A4EB71 on white background.



Black color preview on #A4EB71 background

This text has black color on #A4EB71 background.


White color preview on #A4EB71 background

This text has white color on #A4EB71 background.