COLOR #A4E88F

HEX: #A4E88F
RGB: (164,232,143)

Color info

#A4E88F contains mainly green color. Web safe color of #A4E88F is #99FF99 (or #9F9).

RGB color model

#A4E88F color RGB value is (164,232,143).

  • red value is 164;
  • green value is 232;
  • blue value is 143.
RGB:
(164,232,143)
(64%,91%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 232 of 255 = 91%
B 143 of 255 = 56%

164
232
143

R + G + B ~ 70%. #A4E88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 232 + 143 = 539 (100%)
R 164 of 539 ~ 30.43%
G 232 of 539 ~ 43.04%
B 143 of 539 ~ 26.53%

%30.43
%43.04
%26.53

CMYK color model

#A4E88F color CMYK value is (29,0,38,9).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 9.02%
CMYK:
(29,0,38,9)
C29M0Y38K9 
(29%,0%,38%,9%)
(0.29/0.00/0.38/0.09)	

CMYK percentages

%29.31
%0
%38.36
%9.02

Codes

Color #A4E88F in popluar color models

A4E88F
RGB164232143
HSL106°65.93%73.53%
HSB/HSV106°38.36%90.98%
CMYK29.31%0.00%38.36%
9.02%

Color #A4E88F in popluar number systems.

HEXA4E88F
Decimal164232143
Binary101001001110100010001111
Octal244350217

Shades and tints

Shades of #A4E88F

#A4E88F
(164,232,143)
#96D382
(150,211,130)
#88BE75
(136,190,117)
#7AA968
(122,169,104)
#6C945B
(108,148,91)
#5E7F4E
(94,127,78)
#506A41
(80,106,65)
#425534
(66,85,52)
#344027
(52,64,39)
#262B1A
(38,43,26)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #A4E88F

#A4E88F
(164,232,143)
#ACEA99
(172,234,153)
#B4ECA3
(180,236,163)
#BCEEAD
(188,238,173)
#C4F0B7
(196,240,183)
#CCF2C1
(204,242,193)
#D4F4CB
(212,244,203)
#DCF6D5
(220,246,213)
#E4F8DF
(228,248,223)
#ECFAE9
(236,250,233)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E88F color. Also use rgb(164,232,143) instead hex code.

Text Font Color

.myTextColor { color: #A4E88F; }

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

This text font color is #A4E88F.


Background Color

.myBgColor { background-color: #A4E88F; }

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

This div background color is #A4E88F.


Border color

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

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

This div border color is #A4E88F.


Opacity

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

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

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

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

This text has shadow with #A4E88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E88F on black background.


Color preview on white background

This text has color #A4E88F on white background.



Black color preview on #A4E88F background

This text has black color on #A4E88F background.


White color preview on #A4E88F background

This text has white color on #A4E88F background.