COLOR #A6CA71

HEX: #A6CA71 RGB: (166,202,113)

Color info

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

RGB color model

#A6CA71 color RGB value is (166,202,113).

RGB: (166,202,113) (65%, 79%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 113 of 255 = 44%

166
202
113

R + G + B ~ 63%. #A6CA71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 113 = 481 (100%)
R 166 of 481 ~ 34.51%
G 202 of 481 ~ 42%
B 113 of 481 ~ 23.49'%

%34.51
%42
%23.49

CMYK color model

#A6CA71 color CMYK value is (18,0,44,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 44.06%
  • key color value is 20.78%

CMYK: (18,0,44,21)
C18M0Y44K21 (18%, 0%, 44%, 21%)
(0.18 / 0.00 / 0.44 / 0.21)

CMYK percentages

%17.82
%0
%44.06
%20.78

Codes

Color #A6CA71 in popluar color models

A6 CA 71
RGB 166 202 113
HSL 84° 45.64% 61.76%
HSB/HSV 84° 44.06% 79.22%
CMYK 17.82% 0.00% 44.06%
20.78%

Color #A6CA71 in popluar number systems.

HEX A6 CA 71
Decimal 166 202 113
Binary 10100110 11001010 1110001
Octal 246 312 161

Shades and tints

Shades of #A6CA71

#A6CA71
(166,202,113)
#97B867
(151,184,103)
#88A65D
(136,166,93)
#799453
(121,148,83)
#6A8249
(106,130,73)
#5B703F
(91,112,63)
#4C5E35
(76,94,53)
#3D4C2B
(61,76,43)
#2E3A21
(46,58,33)
#1F2817
(31,40,23)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #A6CA71

#A6CA71
(166,202,113)
#AECE7D
(174,206,125)
#B6D289
(182,210,137)
#BED695
(190,214,149)
#C6DAA1
(198,218,161)
#CEDEAD
(206,222,173)
#D6E2B9
(214,226,185)
#DEE6C5
(222,230,197)
#E6EAD1
(230,234,209)
#EEEEDD
(238,238,221)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CA71 color. Also use rgb(166,202,113) instead hex code.

Text Font Color

.myTextColor { color: #A6CA71; }

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

This text font color is #A6CA71.

Background Color

.myBgColor { background-color: #A6CA71; }

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

This div background color is #A6CA71.

Border color

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

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

This div border color is #A6CA71.

Opacity

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

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

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

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

This text has shadow with #A6CA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CA71.

Preview

Color preview on black background

This text has color #A6CA71 on black background.


Color preview on white background

This text has color #A6CA71 on white background.


Black color preview on #A6CA71 background

This text has black color on #A6CA71 background.


White color preview on #A6CA71 background

This text has white color on #A6CA71 background.


Related colors

Complementary color

Complementary color for #hex is #59358E.


I love getcolorcode.com

Triadic colors

1 #71A6CA and #CA71A6 with #A6CA71 are triadic colors.

2 #71CAA6 and #CAA671 with #A6CA71 are triadic colors.