COLOR #A4FF85

HEX: #A4FF85
RGB: (164,255,133)

Color info

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

RGB color model

#A4FF85 color RGB value is (164,255,133).

  • red value is 164;
  • green value is 255;
  • blue value is 133.
RGB:
(164,255,133)
(64%,100%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 255 of 255 = 100%
B 133 of 255 = 52%

164
255
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 255 + 133 = 552 (100%)
R 164 of 552 ~ 29.71%
G 255 of 552 ~ 46.2%
B 133 of 552 ~ 24.09%

%29.71
%46.2
%24.09

CMYK color model

#A4FF85 color CMYK value is (36,0,48,0).

  • cyan value is 35.69%
  • magenta value is 0.00%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(36,0,48,0)
C36M0Y48K0 
(36%,0%,48%,0%)
(0.36/0.00/0.48/0.00)	

CMYK percentages

%35.69
%0
%47.84
%0

Codes

Color #A4FF85 in popluar color models

A4FF85
RGB164255133
HSL105°100.00%76.08%
HSB/HSV105°47.84%100.00%
CMYK35.69%0.00%47.84%
0.00%

Color #A4FF85 in popluar number systems.

HEXA4FF85
Decimal164255133
Binary101001001111111110000101
Octal244377205

Shades and tints

Shades of #A4FF85

#A4FF85
(164,255,133)
#96E879
(150,232,121)
#88D16D
(136,209,109)
#7ABA61
(122,186,97)
#6CA355
(108,163,85)
#5E8C49
(94,140,73)
#50753D
(80,117,61)
#425E31
(66,94,49)
#344725
(52,71,37)
#263019
(38,48,25)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #A4FF85

#A4FF85
(164,255,133)
#ACFF90
(172,255,144)
#B4FF9B
(180,255,155)
#BCFFA6
(188,255,166)
#C4FFB1
(196,255,177)
#CCFFBC
(204,255,188)
#D4FFC7
(212,255,199)
#DCFFD2
(220,255,210)
#E4FFDD
(228,255,221)
#ECFFE8
(236,255,232)
#F4FFF3
(244,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4FF85; }

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

This text font color is #A4FF85.


Background Color

.myBgColor { background-color: #A4FF85; }

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

This div background color is #A4FF85.


Border color

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

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

This div border color is #A4FF85.


Opacity

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

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

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

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

This text has shadow with #A4FF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FF85 on black background.


Color preview on white background

This text has color #A4FF85 on white background.



Black color preview on #A4FF85 background

This text has black color on #A4FF85 background.


White color preview on #A4FF85 background

This text has white color on #A4FF85 background.