COLOR #A4F0A4

HEX: #A4F0A4
RGB: (164,240,164)

Color info

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

RGB color model

#A4F0A4 color RGB value is (164,240,164).

  • red value is 164;
  • green value is 240;
  • blue value is 164.
RGB:
(164,240,164)
(64%,94%,64%)

RGB channels and saturation

R 164 of 255 = 64%
G 240 of 255 = 94%
B 164 of 255 = 64%

164
240
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 240 + 164 = 568 (100%)
R 164 of 568 ~ 28.87%
G 240 of 568 ~ 42.25%
B 164 of 568 ~ 28.87%

%28.87
%42.25
%28.87

CMYK color model

#A4F0A4 color CMYK value is (32,0,32,6).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 5.88%
CMYK:
(32,0,32,6)
C32M0Y32K6 
(32%,0%,32%,6%)
(0.32/0.00/0.32/0.06)	

CMYK percentages

%31.67
%0
%31.67
%5.88

Codes

Color #A4F0A4 in popluar color models

A4F0A4
RGB164240164
HSL120°71.70%79.22%
HSB/HSV120°31.67%94.12%
CMYK31.67%0.00%31.67%
5.88%

Color #A4F0A4 in popluar number systems.

HEXA4F0A4
Decimal164240164
Binary101001001111000010100100
Octal244360244

Shades and tints

Shades of #A4F0A4

#A4F0A4
(164,240,164)
#96DB96
(150,219,150)
#88C688
(136,198,136)
#7AB17A
(122,177,122)
#6C9C6C
(108,156,108)
#5E875E
(94,135,94)
#507250
(80,114,80)
#425D42
(66,93,66)
#344834
(52,72,52)
#263326
(38,51,38)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #A4F0A4

#A4F0A4
(164,240,164)
#ACF1AC
(172,241,172)
#B4F2B4
(180,242,180)
#BCF3BC
(188,243,188)
#C4F4C4
(196,244,196)
#CCF5CC
(204,245,204)
#D4F6D4
(212,246,212)
#DCF7DC
(220,247,220)
#E4F8E4
(228,248,228)
#ECF9EC
(236,249,236)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F0A4; }

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

This text font color is #A4F0A4.


Background Color

.myBgColor { background-color: #A4F0A4; }

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

This div background color is #A4F0A4.


Border color

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

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

This div border color is #A4F0A4.


Opacity

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

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

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

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

This text has shadow with #A4F0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F0A4 on black background.


Color preview on white background

This text has color #A4F0A4 on white background.



Black color preview on #A4F0A4 background

This text has black color on #A4F0A4 background.


White color preview on #A4F0A4 background

This text has white color on #A4F0A4 background.