COLOR #A6FA17

HEX: #A6FA17
RGB: (166,250,23)

Color info

#A6FA17 contains mainly green color. Web safe color of #A6FA17 is #99FF00 (or #9F0).

RGB color model

#A6FA17 color RGB value is (166,250,23).

  • red value is 166;
  • green value is 250;
  • blue value is 23.
RGB:
(166,250,23)
(65%,98%,9%)

RGB channels and saturation

R 166 of 255 = 65%
G 250 of 255 = 98%
B 23 of 255 = 9%

166
250
23

R + G + B ~ 57%. #A6FA17 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 250 + 23 = 439 (100%)
R 166 of 439 ~ 37.81%
G 250 of 439 ~ 56.95%
B 23 of 439 ~ 5.24%

%37.81
%56.95

CMYK color model

#A6FA17 color CMYK value is (34,0,91,2).

  • cyan value is 33.60%
  • magenta value is 0.00%
  • yellow value is 90.80%
  • key color value is 1.96%
CMYK:
(34,0,91,2)
C34M0Y91K2 
(34%,0%,91%,2%)
(0.34/0.00/0.91/0.02)	

CMYK percentages

%33.6
%0
%90.8
%1.96

Codes

Color #A6FA17 in popluar color models

A6FA17
RGB16625023
HSL82°95.78%53.53%
HSB/HSV82°90.80%98.04%
CMYK33.60%0.00%90.80%
1.96%

Color #A6FA17 in popluar number systems.

HEXA6FA17
Decimal16625023
Binary101001101111101010111
Octal24637227

Shades and tints

Shades of #A6FA17

#A6FA17
(166,250,23)
#97E415
(151,228,21)
#88CE13
(136,206,19)
#79B811
(121,184,17)
#6AA20F
(106,162,15)
#5B8C0D
(91,140,13)
#4C760B
(76,118,11)
#3D6009
(61,96,9)
#2E4A07
(46,74,7)
#1F3405
(31,52,5)
#101E03
(16,30,3)
#000000
(0,0,0)

Tints of #A6FA17

#A6FA17
(166,250,23)
#AEFA2C
(174,250,44)
#B6FA41
(182,250,65)
#BEFA56
(190,250,86)
#C6FA6B
(198,250,107)
#CEFA80
(206,250,128)
#D6FA95
(214,250,149)
#DEFAAA
(222,250,170)
#E6FABF
(230,250,191)
#EEFAD4
(238,250,212)
#F6FAE9
(246,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FA17 color. Also use rgb(166,250,23) instead hex code.

Text Font Color

.myTextColor { color: #A6FA17; }

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

This text font color is #A6FA17.


Background Color

.myBgColor { background-color: #A6FA17; }

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

This div background color is #A6FA17.


Border color

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

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

This div border color is #A6FA17.


Opacity

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

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

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

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

This text has shadow with #A6FA17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FA17 on black background.


Color preview on white background

This text has color #A6FA17 on white background.



Black color preview on #A6FA17 background

This text has black color on #A6FA17 background.


White color preview on #A6FA17 background

This text has white color on #A6FA17 background.