COLOR #A6E76F

HEX: #A6E76F
RGB: (166,231,111)

Color info

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

RGB color model

#A6E76F color RGB value is (166,231,111).

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

RGB channels and saturation

R 166 of 255 = 65%
G 231 of 255 = 91%
B 111 of 255 = 44%

166
231
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 231 + 111 = 508 (100%)
R 166 of 508 ~ 32.68%
G 231 of 508 ~ 45.47%
B 111 of 508 ~ 21.85%

%32.68
%45.47
%21.85

CMYK color model

#A6E76F color CMYK value is (28,0,52,9).

  • cyan value is 28.14%
  • magenta value is 0.00%
  • yellow value is 51.95%
  • key color value is 9.41%
CMYK:
(28,0,52,9)
C28M0Y52K9 
(28%,0%,52%,9%)
(0.28/0.00/0.52/0.09)	

CMYK percentages

%28.14
%0
%51.95
%9.41

Codes

Color #A6E76F in popluar color models

A6E76F
RGB166231111
HSL93°71.43%67.06%
HSB/HSV93°51.95%90.59%
CMYK28.14%0.00%51.95%
9.41%

Color #A6E76F in popluar number systems.

HEXA6E76F
Decimal166231111
Binary10100110111001111101111
Octal246347157

Shades and tints

Shades of #A6E76F

#A6E76F
(166,231,111)
#97D265
(151,210,101)
#88BD5B
(136,189,91)
#79A851
(121,168,81)
#6A9347
(106,147,71)
#5B7E3D
(91,126,61)
#4C6933
(76,105,51)
#3D5429
(61,84,41)
#2E3F1F
(46,63,31)
#1F2A15
(31,42,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #A6E76F

#A6E76F
(166,231,111)
#AEE97C
(174,233,124)
#B6EB89
(182,235,137)
#BEED96
(190,237,150)
#C6EFA3
(198,239,163)
#CEF1B0
(206,241,176)
#D6F3BD
(214,243,189)
#DEF5CA
(222,245,202)
#E6F7D7
(230,247,215)
#EEF9E4
(238,249,228)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E76F; }

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

This text font color is #A6E76F.


Background Color

.myBgColor { background-color: #A6E76F; }

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

This div background color is #A6E76F.


Border color

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

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

This div border color is #A6E76F.


Opacity

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

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

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

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

This text has shadow with #A6E76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E76F on black background.


Color preview on white background

This text has color #A6E76F on white background.



Black color preview on #A6E76F background

This text has black color on #A6E76F background.


White color preview on #A6E76F background

This text has white color on #A6E76F background.