COLOR #A6E54F

HEX: #A6E54F
RGB: (166,229,79)

Color info

#A6E54F contains mainly green color. Web safe color of #A6E54F is #99CC66 (or #9C6).

RGB color model

#A6E54F color RGB value is (166,229,79).

  • red value is 166;
  • green value is 229;
  • blue value is 79.
RGB:
(166,229,79)
(65%,90%,31%)

RGB channels and saturation

R 166 of 255 = 65%
G 229 of 255 = 90%
B 79 of 255 = 31%

166
229
79

R + G + B ~ 62%. #A6E54F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 229 + 79 = 474 (100%)
R 166 of 474 ~ 35.02%
G 229 of 474 ~ 48.31%
B 79 of 474 ~ 16.67%

%35.02
%48.31
%16.67

CMYK color model

#A6E54F color CMYK value is (28,0,66,10).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 65.50%
  • key color value is 10.20%
CMYK:
(28,0,66,10)
C28M0Y66K10 
(28%,0%,66%,10%)
(0.28/0.00/0.66/0.10)	

CMYK percentages

%27.51
%0
%65.5
%10.2

Codes

Color #A6E54F in popluar color models

A6E54F
RGB16622979
HSL85°74.26%60.39%
HSB/HSV85°65.50%89.80%
CMYK27.51%0.00%65.50%
10.20%

Color #A6E54F in popluar number systems.

HEXA6E54F
Decimal16622979
Binary10100110111001011001111
Octal246345117

Shades and tints

Shades of #A6E54F

#A6E54F
(166,229,79)
#97D148
(151,209,72)
#88BD41
(136,189,65)
#79A93A
(121,169,58)
#6A9533
(106,149,51)
#5B812C
(91,129,44)
#4C6D25
(76,109,37)
#3D591E
(61,89,30)
#2E4517
(46,69,23)
#1F3110
(31,49,16)
#101D09
(16,29,9)
#000000
(0,0,0)

Tints of #A6E54F

#A6E54F
(166,229,79)
#AEE75F
(174,231,95)
#B6E96F
(182,233,111)
#BEEB7F
(190,235,127)
#C6ED8F
(198,237,143)
#CEEF9F
(206,239,159)
#D6F1AF
(214,241,175)
#DEF3BF
(222,243,191)
#E6F5CF
(230,245,207)
#EEF7DF
(238,247,223)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E54F color. Also use rgb(166,229,79) instead hex code.

Text Font Color

.myTextColor { color: #A6E54F; }

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

This text font color is #A6E54F.


Background Color

.myBgColor { background-color: #A6E54F; }

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

This div background color is #A6E54F.


Border color

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

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

This div border color is #A6E54F.


Opacity

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

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

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

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

This text has shadow with #A6E54F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E54F on black background.


Color preview on white background

This text has color #A6E54F on white background.



Black color preview on #A6E54F background

This text has black color on #A6E54F background.


White color preview on #A6E54F background

This text has white color on #A6E54F background.