COLOR #A6D921

HEX: #A6D921
RGB: (166,217,33)

Color info

#A6D921 contains mainly red and green colors. Web safe color of #A6D921 is #99CC33 (or #9C3).

RGB color model

#A6D921 color RGB value is (166,217,33).

  • red value is 166;
  • green value is 217;
  • blue value is 33.
RGB:
(166,217,33)
(65%,85%,13%)

RGB channels and saturation

R 166 of 255 = 65%
G 217 of 255 = 85%
B 33 of 255 = 13%

166
217
33

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

Portions of RGB colors in percentages

R + G + B =
166 + 217 + 33 = 416 (100%)
R 166 of 416 ~ 39.9%
G 217 of 416 ~ 52.16%
B 33 of 416 ~ 7.93%

%39.9
%52.16

CMYK color model

#A6D921 color CMYK value is (24,0,85,15).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 84.79%
  • key color value is 14.90%
CMYK:
(24,0,85,15)
C24M0Y85K15 
(24%,0%,85%,15%)
(0.24/0.00/0.85/0.15)	

CMYK percentages

%23.5
%0
%84.79
%14.9

Codes

Color #A6D921 in popluar color models

A6D921
RGB16621733
HSL77°73.60%49.02%
HSB/HSV77°84.79%85.10%
CMYK23.50%0.00%84.79%
14.90%

Color #A6D921 in popluar number systems.

HEXA6D921
Decimal16621733
Binary1010011011011001100001
Octal24633141

Shades and tints

Shades of #A6D921

#A6D921
(166,217,33)
#97C61E
(151,198,30)
#88B31B
(136,179,27)
#79A018
(121,160,24)
#6A8D15
(106,141,21)
#5B7A12
(91,122,18)
#4C670F
(76,103,15)
#3D540C
(61,84,12)
#2E4109
(46,65,9)
#1F2E06
(31,46,6)
#101B03
(16,27,3)
#000000
(0,0,0)

Tints of #A6D921

#A6D921
(166,217,33)
#AEDC35
(174,220,53)
#B6DF49
(182,223,73)
#BEE25D
(190,226,93)
#C6E571
(198,229,113)
#CEE885
(206,232,133)
#D6EB99
(214,235,153)
#DEEEAD
(222,238,173)
#E6F1C1
(230,241,193)
#EEF4D5
(238,244,213)
#F6F7E9
(246,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D921 color. Also use rgb(166,217,33) instead hex code.

Text Font Color

.myTextColor { color: #A6D921; }

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

This text font color is #A6D921.


Background Color

.myBgColor { background-color: #A6D921; }

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

This div background color is #A6D921.


Border color

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

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

This div border color is #A6D921.


Opacity

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

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

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

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

This text has shadow with #A6D921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D921 on black background.


Color preview on white background

This text has color #A6D921 on white background.



Black color preview on #A6D921 background

This text has black color on #A6D921 background.


White color preview on #A6D921 background

This text has white color on #A6D921 background.