COLOR #A4F3A2

HEX: #A4F3A2
RGB: (164,243,162)

Color info

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

RGB color model

#A4F3A2 color RGB value is (164,243,162).

  • red value is 164;
  • green value is 243;
  • blue value is 162.
RGB:
(164,243,162)
(64%,95%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 162 of 255 = 64%

164
243
162

R + G + B ~ 74%. #A4F3A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 243 + 162 = 569 (100%)
R 164 of 569 ~ 28.82%
G 243 of 569 ~ 42.71%
B 162 of 569 ~ 28.47%

%28.82
%42.71
%28.47

CMYK color model

#A4F3A2 color CMYK value is (33,0,33,5).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 4.71%
CMYK:
(33,0,33,5)
C33M0Y33K5 
(33%,0%,33%,5%)
(0.33/0.00/0.33/0.05)	

CMYK percentages

%32.51
%0
%33.33
%4.71

Codes

Color #A4F3A2 in popluar color models

A4F3A2
RGB164243162
HSL119°77.14%79.41%
HSB/HSV119°33.33%95.29%
CMYK32.51%0.00%33.33%
4.71%

Color #A4F3A2 in popluar number systems.

HEXA4F3A2
Decimal164243162
Binary101001001111001110100010
Octal244363242

Shades and tints

Shades of #A4F3A2

#A4F3A2
(164,243,162)
#96DD94
(150,221,148)
#88C786
(136,199,134)
#7AB178
(122,177,120)
#6C9B6A
(108,155,106)
#5E855C
(94,133,92)
#506F4E
(80,111,78)
#425940
(66,89,64)
#344332
(52,67,50)
#262D24
(38,45,36)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4F3A2

#A4F3A2
(164,243,162)
#ACF4AA
(172,244,170)
#B4F5B2
(180,245,178)
#BCF6BA
(188,246,186)
#C4F7C2
(196,247,194)
#CCF8CA
(204,248,202)
#D4F9D2
(212,249,210)
#DCFADA
(220,250,218)
#E4FBE2
(228,251,226)
#ECFCEA
(236,252,234)
#F4FDF2
(244,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F3A2 color. Also use rgb(164,243,162) instead hex code.

Text Font Color

.myTextColor { color: #A4F3A2; }

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

This text font color is #A4F3A2.


Background Color

.myBgColor { background-color: #A4F3A2; }

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

This div background color is #A4F3A2.


Border color

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

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

This div border color is #A4F3A2.


Opacity

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

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

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

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

This text has shadow with #A4F3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F3A2 on black background.


Color preview on white background

This text has color #A4F3A2 on white background.



Black color preview on #A4F3A2 background

This text has black color on #A4F3A2 background.


White color preview on #A4F3A2 background

This text has white color on #A4F3A2 background.