COLOR #A6C73A

HEX: #A6C73A
RGB: (166,199,58)

Color info

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

RGB color model

#A6C73A color RGB value is (166,199,58).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 58 of 255 = 23%

166
199
58

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 58 = 423 (100%)
R 166 of 423 ~ 39.24%
G 199 of 423 ~ 47.04%
B 58 of 423 ~ 13.71%

%39.24
%47.04
%13.71

CMYK color model

#A6C73A color CMYK value is (17,0,71,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 70.85%
  • key color value is 21.96%
CMYK:
(17,0,71,22)
C17M0Y71K22 
(17%,0%,71%,22%)
(0.17/0.00/0.71/0.22)	

CMYK percentages

%16.58
%0
%70.85
%21.96

Codes

Color #A6C73A in popluar color models

A6C73A
RGB16619958
HSL74°55.73%50.39%
HSB/HSV74°70.85%78.04%
CMYK16.58%0.00%70.85%
21.96%

Color #A6C73A in popluar number systems.

HEXA6C73A
Decimal16619958
Binary1010011011000111111010
Octal24630772

Shades and tints

Shades of #A6C73A

#A6C73A
(166,199,58)
#97B535
(151,181,53)
#88A330
(136,163,48)
#79912B
(121,145,43)
#6A7F26
(106,127,38)
#5B6D21
(91,109,33)
#4C5B1C
(76,91,28)
#3D4917
(61,73,23)
#2E3712
(46,55,18)
#1F250D
(31,37,13)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #A6C73A

#A6C73A
(166,199,58)
#AECC4B
(174,204,75)
#B6D15C
(182,209,92)
#BED66D
(190,214,109)
#C6DB7E
(198,219,126)
#CEE08F
(206,224,143)
#D6E5A0
(214,229,160)
#DEEAB1
(222,234,177)
#E6EFC2
(230,239,194)
#EEF4D3
(238,244,211)
#F6F9E4
(246,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C73A; }

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

This text font color is #A6C73A.


Background Color

.myBgColor { background-color: #A6C73A; }

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

This div background color is #A6C73A.


Border color

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

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

This div border color is #A6C73A.


Opacity

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

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

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

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

This text has shadow with #A6C73A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C73A on black background.


Color preview on white background

This text has color #A6C73A on white background.



Black color preview on #A6C73A background

This text has black color on #A6C73A background.


White color preview on #A6C73A background

This text has white color on #A6C73A background.