COLOR #A4F88A

HEX: #A4F88A
RGB: (164,248,138)

Color info

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

RGB color model

#A4F88A color RGB value is (164,248,138).

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

RGB channels and saturation

R 164 of 255 = 64%
G 248 of 255 = 97%
B 138 of 255 = 54%

164
248
138

R + G + B ~ 72%. #A4F88A is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 248 + 138 = 550 (100%)
R 164 of 550 ~ 29.82%
G 248 of 550 ~ 45.09%
B 138 of 550 ~ 25.09%

%29.82
%45.09
%25.09

CMYK color model

#A4F88A color CMYK value is (34,0,44,3).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 2.75%
CMYK:
(34,0,44,3)
C34M0Y44K3 
(34%,0%,44%,3%)
(0.34/0.00/0.44/0.03)	

CMYK percentages

%33.87
%0
%44.35
%2.75

Codes

Color #A4F88A in popluar color models

A4F88A
RGB164248138
HSL106°88.71%75.69%
HSB/HSV106°44.35%97.25%
CMYK33.87%0.00%44.35%
2.75%

Color #A4F88A in popluar number systems.

HEXA4F88A
Decimal164248138
Binary101001001111100010001010
Octal244370212

Shades and tints

Shades of #A4F88A

#A4F88A
(164,248,138)
#96E27E
(150,226,126)
#88CC72
(136,204,114)
#7AB666
(122,182,102)
#6CA05A
(108,160,90)
#5E8A4E
(94,138,78)
#507442
(80,116,66)
#425E36
(66,94,54)
#34482A
(52,72,42)
#26321E
(38,50,30)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #A4F88A

#A4F88A
(164,248,138)
#ACF894
(172,248,148)
#B4F89E
(180,248,158)
#BCF8A8
(188,248,168)
#C4F8B2
(196,248,178)
#CCF8BC
(204,248,188)
#D4F8C6
(212,248,198)
#DCF8D0
(220,248,208)
#E4F8DA
(228,248,218)
#ECF8E4
(236,248,228)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F88A; }

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

This text font color is #A4F88A.


Background Color

.myBgColor { background-color: #A4F88A; }

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

This div background color is #A4F88A.


Border color

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

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

This div border color is #A4F88A.


Opacity

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

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

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

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

This text has shadow with #A4F88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F88A on black background.


Color preview on white background

This text has color #A4F88A on white background.



Black color preview on #A4F88A background

This text has black color on #A4F88A background.


White color preview on #A4F88A background

This text has white color on #A4F88A background.