COLOR #A6C463

HEX: #A6C463
RGB: (166,196,99)

Color info

#A6C463 contains mainly red and green colors. Web safe color of #A6C463 is #99CC66 (or #9C6).

RGB color model

#A6C463 color RGB value is (166,196,99).

  • red value is 166;
  • green value is 196;
  • blue value is 99.
RGB:
(166,196,99)
(65%,77%,39%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 99 of 255 = 39%

166
196
99

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

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 99 = 461 (100%)
R 166 of 461 ~ 36.01%
G 196 of 461 ~ 42.52%
B 99 of 461 ~ 21.48%

%36.01
%42.52
%21.48

CMYK color model

#A6C463 color CMYK value is (15,0,49,23).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 23.14%
CMYK:
(15,0,49,23)
C15M0Y49K23 
(15%,0%,49%,23%)
(0.15/0.00/0.49/0.23)	

CMYK percentages

%15.31
%0
%49.49
%23.14

Codes

Color #A6C463 in popluar color models

A6C463
RGB16619699
HSL79°45.12%57.84%
HSB/HSV79°49.49%76.86%
CMYK15.31%0.00%49.49%
23.14%

Color #A6C463 in popluar number systems.

HEXA6C463
Decimal16619699
Binary10100110110001001100011
Octal246304143

Shades and tints

Shades of #A6C463

#A6C463
(166,196,99)
#97B35A
(151,179,90)
#88A251
(136,162,81)
#799148
(121,145,72)
#6A803F
(106,128,63)
#5B6F36
(91,111,54)
#4C5E2D
(76,94,45)
#3D4D24
(61,77,36)
#2E3C1B
(46,60,27)
#1F2B12
(31,43,18)
#101A09
(16,26,9)
#000000
(0,0,0)

Tints of #A6C463

#A6C463
(166,196,99)
#AEC971
(174,201,113)
#B6CE7F
(182,206,127)
#BED38D
(190,211,141)
#C6D89B
(198,216,155)
#CEDDA9
(206,221,169)
#D6E2B7
(214,226,183)
#DEE7C5
(222,231,197)
#E6ECD3
(230,236,211)
#EEF1E1
(238,241,225)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C463 color. Also use rgb(166,196,99) instead hex code.

Text Font Color

.myTextColor { color: #A6C463; }

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

This text font color is #A6C463.


Background Color

.myBgColor { background-color: #A6C463; }

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

This div background color is #A6C463.


Border color

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

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

This div border color is #A6C463.


Opacity

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

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

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

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

This text has shadow with #A6C463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C463 on black background.


Color preview on white background

This text has color #A6C463 on white background.



Black color preview on #A6C463 background

This text has black color on #A6C463 background.


White color preview on #A6C463 background

This text has white color on #A6C463 background.