COLOR #A4F260

HEX: #A4F260
RGB: (164,242,96)

Color info

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

RGB color model

#A4F260 color RGB value is (164,242,96).

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

RGB channels and saturation

R 164 of 255 = 64%
G 242 of 255 = 95%
B 96 of 255 = 38%

164
242
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 242 + 96 = 502 (100%)
R 164 of 502 ~ 32.67%
G 242 of 502 ~ 48.21%
B 96 of 502 ~ 19.12%

%32.67
%48.21
%19.12

CMYK color model

#A4F260 color CMYK value is (32,0,60,5).

  • cyan value is 32.23%
  • magenta value is 0.00%
  • yellow value is 60.33%
  • key color value is 5.10%
CMYK:
(32,0,60,5)
C32M0Y60K5 
(32%,0%,60%,5%)
(0.32/0.00/0.60/0.05)	

CMYK percentages

%32.23
%0
%60.33
%5.1

Codes

Color #A4F260 in popluar color models

A4F260
RGB16424296
HSL92°84.88%66.27%
HSB/HSV92°60.33%94.90%
CMYK32.23%0.00%60.33%
5.10%

Color #A4F260 in popluar number systems.

HEXA4F260
Decimal16424296
Binary10100100111100101100000
Octal244362140

Shades and tints

Shades of #A4F260

#A4F260
(164,242,96)
#96DC58
(150,220,88)
#88C650
(136,198,80)
#7AB048
(122,176,72)
#6C9A40
(108,154,64)
#5E8438
(94,132,56)
#506E30
(80,110,48)
#425828
(66,88,40)
#344220
(52,66,32)
#262C18
(38,44,24)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A4F260

#A4F260
(164,242,96)
#ACF36E
(172,243,110)
#B4F47C
(180,244,124)
#BCF58A
(188,245,138)
#C4F698
(196,246,152)
#CCF7A6
(204,247,166)
#D4F8B4
(212,248,180)
#DCF9C2
(220,249,194)
#E4FAD0
(228,250,208)
#ECFBDE
(236,251,222)
#F4FCEC
(244,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F260; }

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

This text font color is #A4F260.


Background Color

.myBgColor { background-color: #A4F260; }

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

This div background color is #A4F260.


Border color

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

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

This div border color is #A4F260.


Opacity

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

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

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

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

This text has shadow with #A4F260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F260 on black background.


Color preview on white background

This text has color #A4F260 on white background.



Black color preview on #A4F260 background

This text has black color on #A4F260 background.


White color preview on #A4F260 background

This text has white color on #A4F260 background.