COLOR #A6F64D

HEX: #A6F64D
RGB: (166,246,77)

Color info

#A6F64D contains mainly green color. Web safe color of #A6F64D is #99FF33 (or #9F3).

RGB color model

#A6F64D color RGB value is (166,246,77).

  • red value is 166;
  • green value is 246;
  • blue value is 77.
RGB:
(166,246,77)
(65%,96%,30%)

RGB channels and saturation

R 166 of 255 = 65%
G 246 of 255 = 96%
B 77 of 255 = 30%

166
246
77

R + G + B ~ 64%. #A6F64D is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 246 + 77 = 489 (100%)
R 166 of 489 ~ 33.95%
G 246 of 489 ~ 50.31%
B 77 of 489 ~ 15.75%

%33.95
%50.31
%15.75

CMYK color model

#A6F64D color CMYK value is (33,0,69,4).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 3.53%
CMYK:
(33,0,69,4)
C33M0Y69K4 
(33%,0%,69%,4%)
(0.33/0.00/0.69/0.04)	

CMYK percentages

%32.52
%0
%68.7
%3.53

Codes

Color #A6F64D in popluar color models

A6F64D
RGB16624677
HSL88°90.37%63.33%
HSB/HSV88°68.70%96.47%
CMYK32.52%0.00%68.70%
3.53%

Color #A6F64D in popluar number systems.

HEXA6F64D
Decimal16624677
Binary10100110111101101001101
Octal246366115

Shades and tints

Shades of #A6F64D

#A6F64D
(166,246,77)
#97E046
(151,224,70)
#88CA3F
(136,202,63)
#79B438
(121,180,56)
#6A9E31
(106,158,49)
#5B882A
(91,136,42)
#4C7223
(76,114,35)
#3D5C1C
(61,92,28)
#2E4615
(46,70,21)
#1F300E
(31,48,14)
#101A07
(16,26,7)
#000000
(0,0,0)

Tints of #A6F64D

#A6F64D
(166,246,77)
#AEF65D
(174,246,93)
#B6F66D
(182,246,109)
#BEF67D
(190,246,125)
#C6F68D
(198,246,141)
#CEF69D
(206,246,157)
#D6F6AD
(214,246,173)
#DEF6BD
(222,246,189)
#E6F6CD
(230,246,205)
#EEF6DD
(238,246,221)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F64D color. Also use rgb(166,246,77) instead hex code.

Text Font Color

.myTextColor { color: #A6F64D; }

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

This text font color is #A6F64D.


Background Color

.myBgColor { background-color: #A6F64D; }

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

This div background color is #A6F64D.


Border color

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

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

This div border color is #A6F64D.


Opacity

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

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

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

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

This text has shadow with #A6F64D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F64D on black background.


Color preview on white background

This text has color #A6F64D on white background.



Black color preview on #A6F64D background

This text has black color on #A6F64D background.


White color preview on #A6F64D background

This text has white color on #A6F64D background.