COLOR #A4F460

HEX: #A4F460
RGB: (164,244,96)

Color info

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

RGB color model

#A4F460 color RGB value is (164,244,96).

  • red value is 164;
  • green value is 244;
  • blue value is 96.
RGB:
(164,244,96)
(64%,96%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 244 of 255 = 96%
B 96 of 255 = 38%

164
244
96

R + G + B ~ 66%. #A4F460 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 244 + 96 = 504 (100%)
R 164 of 504 ~ 32.54%
G 244 of 504 ~ 48.41%
B 96 of 504 ~ 19.05%

%32.54
%48.41
%19.05

CMYK color model

#A4F460 color CMYK value is (33,0,61,4).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 60.66%
  • key color value is 4.31%
CMYK:
(33,0,61,4)
C33M0Y61K4 
(33%,0%,61%,4%)
(0.33/0.00/0.61/0.04)	

CMYK percentages

%32.79
%0
%60.66
%4.31

Codes

Color #A4F460 in popluar color models

A4F460
RGB16424496
HSL92°87.06%66.67%
HSB/HSV92°60.66%95.69%
CMYK32.79%0.00%60.66%
4.31%

Color #A4F460 in popluar number systems.

HEXA4F460
Decimal16424496
Binary10100100111101001100000
Octal244364140

Shades and tints

Shades of #A4F460

#A4F460
(164,244,96)
#96DE58
(150,222,88)
#88C850
(136,200,80)
#7AB248
(122,178,72)
#6C9C40
(108,156,64)
#5E8638
(94,134,56)
#507030
(80,112,48)
#425A28
(66,90,40)
#344420
(52,68,32)
#262E18
(38,46,24)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #A4F460

#A4F460
(164,244,96)
#ACF56E
(172,245,110)
#B4F67C
(180,246,124)
#BCF78A
(188,247,138)
#C4F898
(196,248,152)
#CCF9A6
(204,249,166)
#D4FAB4
(212,250,180)
#DCFBC2
(220,251,194)
#E4FCD0
(228,252,208)
#ECFDDE
(236,253,222)
#F4FEEC
(244,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F460; }

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

This text font color is #A4F460.


Background Color

.myBgColor { background-color: #A4F460; }

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

This div background color is #A4F460.


Border color

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

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

This div border color is #A4F460.


Opacity

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

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

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

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

This text has shadow with #A4F460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F460 on black background.


Color preview on white background

This text has color #A4F460 on white background.



Black color preview on #A4F460 background

This text has black color on #A4F460 background.


White color preview on #A4F460 background

This text has white color on #A4F460 background.