COLOR #A6FF5F

HEX: #A6FF5F
RGB: (166,255,95)

Color info

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

RGB color model

#A6FF5F color RGB value is (166,255,95).

  • red value is 166;
  • green value is 255;
  • blue value is 95.
RGB:
(166,255,95)
(65%,100%,37%)

RGB channels and saturation

R 166 of 255 = 65%
G 255 of 255 = 100%
B 95 of 255 = 37%

166
255
95

R + G + B ~ 67%. #A6FF5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 255 + 95 = 516 (100%)
R 166 of 516 ~ 32.17%
G 255 of 516 ~ 49.42%
B 95 of 516 ~ 18.41%

%32.17
%49.42
%18.41

CMYK color model

#A6FF5F color CMYK value is (35,0,63,0).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 0.00%
CMYK:
(35,0,63,0)
C35M0Y63K0 
(35%,0%,63%,0%)
(0.35/0.00/0.63/0.00)	

CMYK percentages

%34.9
%0
%62.75
%0

Codes

Color #A6FF5F in popluar color models

A6FF5F
RGB16625595
HSL93°100.00%68.63%
HSB/HSV93°62.75%100.00%
CMYK34.90%0.00%62.75%
0.00%

Color #A6FF5F in popluar number systems.

HEXA6FF5F
Decimal16625595
Binary10100110111111111011111
Octal246377137

Shades and tints

Shades of #A6FF5F

#A6FF5F
(166,255,95)
#97E857
(151,232,87)
#88D14F
(136,209,79)
#79BA47
(121,186,71)
#6AA33F
(106,163,63)
#5B8C37
(91,140,55)
#4C752F
(76,117,47)
#3D5E27
(61,94,39)
#2E471F
(46,71,31)
#1F3017
(31,48,23)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #A6FF5F

#A6FF5F
(166,255,95)
#AEFF6D
(174,255,109)
#B6FF7B
(182,255,123)
#BEFF89
(190,255,137)
#C6FF97
(198,255,151)
#CEFFA5
(206,255,165)
#D6FFB3
(214,255,179)
#DEFFC1
(222,255,193)
#E6FFCF
(230,255,207)
#EEFFDD
(238,255,221)
#F6FFEB
(246,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FF5F color. Also use rgb(166,255,95) instead hex code.

Text Font Color

.myTextColor { color: #A6FF5F; }

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

This text font color is #A6FF5F.


Background Color

.myBgColor { background-color: #A6FF5F; }

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

This div background color is #A6FF5F.


Border color

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

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

This div border color is #A6FF5F.


Opacity

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

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

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

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

This text has shadow with #A6FF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FF5F on black background.


Color preview on white background

This text has color #A6FF5F on white background.



Black color preview on #A6FF5F background

This text has black color on #A6FF5F background.


White color preview on #A6FF5F background

This text has white color on #A6FF5F background.