COLOR #A6F16F

HEX: #A6F16F
RGB: (166,241,111)

Color info

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

RGB color model

#A6F16F color RGB value is (166,241,111).

  • red value is 166;
  • green value is 241;
  • blue value is 111.
RGB:
(166,241,111)
(65%,95%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 241 of 255 = 95%
B 111 of 255 = 44%

166
241
111

R + G + B ~ 68%. #A6F16F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 241 + 111 = 518 (100%)
R 166 of 518 ~ 32.05%
G 241 of 518 ~ 46.53%
B 111 of 518 ~ 21.43%

%32.05
%46.53
%21.43

CMYK color model

#A6F16F color CMYK value is (31,0,54,5).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 53.94%
  • key color value is 5.49%
CMYK:
(31,0,54,5)
C31M0Y54K5 
(31%,0%,54%,5%)
(0.31/0.00/0.54/0.05)	

CMYK percentages

%31.12
%0
%53.94
%5.49

Codes

Color #A6F16F in popluar color models

A6F16F
RGB166241111
HSL95°82.28%69.02%
HSB/HSV95°53.94%94.51%
CMYK31.12%0.00%53.94%
5.49%

Color #A6F16F in popluar number systems.

HEXA6F16F
Decimal166241111
Binary10100110111100011101111
Octal246361157

Shades and tints

Shades of #A6F16F

#A6F16F
(166,241,111)
#97DC65
(151,220,101)
#88C75B
(136,199,91)
#79B251
(121,178,81)
#6A9D47
(106,157,71)
#5B883D
(91,136,61)
#4C7333
(76,115,51)
#3D5E29
(61,94,41)
#2E491F
(46,73,31)
#1F3415
(31,52,21)
#101F0B
(16,31,11)
#000000
(0,0,0)

Tints of #A6F16F

#A6F16F
(166,241,111)
#AEF27C
(174,242,124)
#B6F389
(182,243,137)
#BEF496
(190,244,150)
#C6F5A3
(198,245,163)
#CEF6B0
(206,246,176)
#D6F7BD
(214,247,189)
#DEF8CA
(222,248,202)
#E6F9D7
(230,249,215)
#EEFAE4
(238,250,228)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F16F color. Also use rgb(166,241,111) instead hex code.

Text Font Color

.myTextColor { color: #A6F16F; }

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

This text font color is #A6F16F.


Background Color

.myBgColor { background-color: #A6F16F; }

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

This div background color is #A6F16F.


Border color

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

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

This div border color is #A6F16F.


Opacity

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

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

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

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

This text has shadow with #A6F16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F16F on black background.


Color preview on white background

This text has color #A6F16F on white background.



Black color preview on #A6F16F background

This text has black color on #A6F16F background.


White color preview on #A6F16F background

This text has white color on #A6F16F background.