COLOR #A4F87C

HEX: #A4F87C
RGB: (164,248,124)

Color info

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

RGB color model

#A4F87C color RGB value is (164,248,124).

  • red value is 164;
  • green value is 248;
  • blue value is 124.
RGB:
(164,248,124)
(64%,97%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 248 of 255 = 97%
B 124 of 255 = 49%

164
248
124

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

Portions of RGB colors in percentages

R + G + B =
164 + 248 + 124 = 536 (100%)
R 164 of 536 ~ 30.6%
G 248 of 536 ~ 46.27%
B 124 of 536 ~ 23.13%

%30.6
%46.27
%23.13

CMYK color model

#A4F87C color CMYK value is (34,0,50,3).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 2.75%
CMYK:
(34,0,50,3)
C34M0Y50K3 
(34%,0%,50%,3%)
(0.34/0.00/0.50/0.03)	

CMYK percentages

%33.87
%0
%50
%2.75

Codes

Color #A4F87C in popluar color models

A4F87C
RGB164248124
HSL101°89.86%72.94%
HSB/HSV101°50.00%97.25%
CMYK33.87%0.00%50.00%
2.75%

Color #A4F87C in popluar number systems.

HEXA4F87C
Decimal164248124
Binary10100100111110001111100
Octal244370174

Shades and tints

Shades of #A4F87C

#A4F87C
(164,248,124)
#96E271
(150,226,113)
#88CC66
(136,204,102)
#7AB65B
(122,182,91)
#6CA050
(108,160,80)
#5E8A45
(94,138,69)
#50743A
(80,116,58)
#425E2F
(66,94,47)
#344824
(52,72,36)
#263219
(38,50,25)
#181C0E
(24,28,14)
#000000
(0,0,0)

Tints of #A4F87C

#A4F87C
(164,248,124)
#ACF887
(172,248,135)
#B4F892
(180,248,146)
#BCF89D
(188,248,157)
#C4F8A8
(196,248,168)
#CCF8B3
(204,248,179)
#D4F8BE
(212,248,190)
#DCF8C9
(220,248,201)
#E4F8D4
(228,248,212)
#ECF8DF
(236,248,223)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F87C color. Also use rgb(164,248,124) instead hex code.

Text Font Color

.myTextColor { color: #A4F87C; }

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

This text font color is #A4F87C.


Background Color

.myBgColor { background-color: #A4F87C; }

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

This div background color is #A4F87C.


Border color

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

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

This div border color is #A4F87C.


Opacity

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

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

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

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

This text has shadow with #A4F87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F87C on black background.


Color preview on white background

This text has color #A4F87C on white background.



Black color preview on #A4F87C background

This text has black color on #A4F87C background.


White color preview on #A4F87C background

This text has white color on #A4F87C background.