COLOR #A4EE77

HEX: #A4EE77
RGB: (164,238,119)

Color info

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

RGB color model

#A4EE77 color RGB value is (164,238,119).

  • red value is 164;
  • green value is 238;
  • blue value is 119.
RGB:
(164,238,119)
(64%,93%,47%)

RGB channels and saturation

R 164 of 255 = 64%
G 238 of 255 = 93%
B 119 of 255 = 47%

164
238
119

R + G + B ~ 68%. #A4EE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 238 + 119 = 521 (100%)
R 164 of 521 ~ 31.48%
G 238 of 521 ~ 45.68%
B 119 of 521 ~ 22.84%

%31.48
%45.68
%22.84

CMYK color model

#A4EE77 color CMYK value is (31,0,50,7).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 6.67%
CMYK:
(31,0,50,7)
C31M0Y50K7 
(31%,0%,50%,7%)
(0.31/0.00/0.50/0.07)	

CMYK percentages

%31.09
%0
%50
%6.67

Codes

Color #A4EE77 in popluar color models

A4EE77
RGB164238119
HSL97°77.78%70.00%
HSB/HSV97°50.00%93.33%
CMYK31.09%0.00%50.00%
6.67%

Color #A4EE77 in popluar number systems.

HEXA4EE77
Decimal164238119
Binary10100100111011101110111
Octal244356167

Shades and tints

Shades of #A4EE77

#A4EE77
(164,238,119)
#96D96D
(150,217,109)
#88C463
(136,196,99)
#7AAF59
(122,175,89)
#6C9A4F
(108,154,79)
#5E8545
(94,133,69)
#50703B
(80,112,59)
#425B31
(66,91,49)
#344627
(52,70,39)
#26311D
(38,49,29)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #A4EE77

#A4EE77
(164,238,119)
#ACEF83
(172,239,131)
#B4F08F
(180,240,143)
#BCF19B
(188,241,155)
#C4F2A7
(196,242,167)
#CCF3B3
(204,243,179)
#D4F4BF
(212,244,191)
#DCF5CB
(220,245,203)
#E4F6D7
(228,246,215)
#ECF7E3
(236,247,227)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EE77 color. Also use rgb(164,238,119) instead hex code.

Text Font Color

.myTextColor { color: #A4EE77; }

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

This text font color is #A4EE77.


Background Color

.myBgColor { background-color: #A4EE77; }

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

This div background color is #A4EE77.


Border color

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

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

This div border color is #A4EE77.


Opacity

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

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

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

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

This text has shadow with #A4EE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EE77 on black background.


Color preview on white background

This text has color #A4EE77 on white background.



Black color preview on #A4EE77 background

This text has black color on #A4EE77 background.


White color preview on #A4EE77 background

This text has white color on #A4EE77 background.