COLOR #A6D53A

HEX: #A6D53A
RGB: (166,213,58)

Color info

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

RGB color model

#A6D53A color RGB value is (166,213,58).

  • red value is 166;
  • green value is 213;
  • blue value is 58.
RGB:
(166,213,58)
(65%,84%,23%)

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 58 of 255 = 23%

166
213
58

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

Portions of RGB colors in percentages

R + G + B =
166 + 213 + 58 = 437 (100%)
R 166 of 437 ~ 37.99%
G 213 of 437 ~ 48.74%
B 58 of 437 ~ 13.27%

%37.99
%48.74
%13.27

CMYK color model

#A6D53A color CMYK value is (22,0,73,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(22,0,73,16)
C22M0Y73K16 
(22%,0%,73%,16%)
(0.22/0.00/0.73/0.16)	

CMYK percentages

%22.07
%0
%72.77
%16.47

Codes

Color #A6D53A in popluar color models

A6D53A
RGB16621358
HSL78°64.85%53.14%
HSB/HSV78°72.77%83.53%
CMYK22.07%0.00%72.77%
16.47%

Color #A6D53A in popluar number systems.

HEXA6D53A
Decimal16621358
Binary1010011011010101111010
Octal24632572

Shades and tints

Shades of #A6D53A

#A6D53A
(166,213,58)
#97C235
(151,194,53)
#88AF30
(136,175,48)
#799C2B
(121,156,43)
#6A8926
(106,137,38)
#5B7621
(91,118,33)
#4C631C
(76,99,28)
#3D5017
(61,80,23)
#2E3D12
(46,61,18)
#1F2A0D
(31,42,13)
#101708
(16,23,8)
#000000
(0,0,0)

Tints of #A6D53A

#A6D53A
(166,213,58)
#AED84B
(174,216,75)
#B6DB5C
(182,219,92)
#BEDE6D
(190,222,109)
#C6E17E
(198,225,126)
#CEE48F
(206,228,143)
#D6E7A0
(214,231,160)
#DEEAB1
(222,234,177)
#E6EDC2
(230,237,194)
#EEF0D3
(238,240,211)
#F6F3E4
(246,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D53A color. Also use rgb(166,213,58) instead hex code.

Text Font Color

.myTextColor { color: #A6D53A; }

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

This text font color is #A6D53A.


Background Color

.myBgColor { background-color: #A6D53A; }

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

This div background color is #A6D53A.


Border color

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

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

This div border color is #A6D53A.


Opacity

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

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

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

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

This text has shadow with #A6D53A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D53A on black background.


Color preview on white background

This text has color #A6D53A on white background.



Black color preview on #A6D53A background

This text has black color on #A6D53A background.


White color preview on #A6D53A background

This text has white color on #A6D53A background.