COLOR #A6FE99

HEX: #A6FE99
RGB: (166,254,153)

Color info

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

RGB color model

#A6FE99 color RGB value is (166,254,153).

  • red value is 166;
  • green value is 254;
  • blue value is 153.
RGB:
(166,254,153)
(65%,100%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 254 of 255 = 100%
B 153 of 255 = 60%

166
254
153

R + G + B ~ 75%. #A6FE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 254 + 153 = 573 (100%)
R 166 of 573 ~ 28.97%
G 254 of 573 ~ 44.33%
B 153 of 573 ~ 26.7%

%28.97
%44.33
%26.7

CMYK color model

#A6FE99 color CMYK value is (35,0,40,0).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 0.39%
CMYK:
(35,0,40,0)
C35M0Y40K0 
(35%,0%,40%,0%)
(0.35/0.00/0.40/0.00)	

CMYK percentages

%34.65
%0
%39.76
%0.39

Codes

Color #A6FE99 in popluar color models

A6FE99
RGB166254153
HSL112°98.06%79.80%
HSB/HSV112°39.76%99.61%
CMYK34.65%0.00%39.76%
0.39%

Color #A6FE99 in popluar number systems.

HEXA6FE99
Decimal166254153
Binary101001101111111010011001
Octal246376231

Shades and tints

Shades of #A6FE99

#A6FE99
(166,254,153)
#97E78C
(151,231,140)
#88D07F
(136,208,127)
#79B972
(121,185,114)
#6AA265
(106,162,101)
#5B8B58
(91,139,88)
#4C744B
(76,116,75)
#3D5D3E
(61,93,62)
#2E4631
(46,70,49)
#1F2F24
(31,47,36)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6FE99

#A6FE99
(166,254,153)
#AEFEA2
(174,254,162)
#B6FEAB
(182,254,171)
#BEFEB4
(190,254,180)
#C6FEBD
(198,254,189)
#CEFEC6
(206,254,198)
#D6FECF
(214,254,207)
#DEFED8
(222,254,216)
#E6FEE1
(230,254,225)
#EEFEEA
(238,254,234)
#F6FEF3
(246,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FE99 color. Also use rgb(166,254,153) instead hex code.

Text Font Color

.myTextColor { color: #A6FE99; }

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

This text font color is #A6FE99.


Background Color

.myBgColor { background-color: #A6FE99; }

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

This div background color is #A6FE99.


Border color

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

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

This div border color is #A6FE99.


Opacity

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

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

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

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

This text has shadow with #A6FE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FE99 on black background.


Color preview on white background

This text has color #A6FE99 on white background.



Black color preview on #A6FE99 background

This text has black color on #A6FE99 background.


White color preview on #A6FE99 background

This text has white color on #A6FE99 background.