COLOR #A6C06F

HEX: #A6C06F RGB: (166,192,111)

Color info

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

RGB color model

#A6C06F color RGB value is (166,192,111).

RGB: (166,192,111) (65%, 75%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 111 of 255 = 44%

166
192
111

R + G + B ~ 61%. #A6C06F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 192 + 111 = 469 (100%)
R 166 of 469 ~ 35.39%
G 192 of 469 ~ 40.94%
B 111 of 469 ~ 23.67'%

%35.39
%40.94
%23.67

CMYK color model

#A6C06F color CMYK value is (14,0,42,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK: (14,0,42,25) C14M0Y42K25 (14%,0%,42%,25%) (0.14/0.00/0.42/0.25) 

CMYK percentages

%13.54
%0
%42.19
%24.71

Codes

Color #A6C06F in popluar color models

A6 C0 6F
RGB 166 192 111
HSL 79° 39.13% 59.41%
HSB/HSV 79° 42.19% 75.29%
CMYK 13.54% 0.00% 42.19%
24.71%

Color #A6C06F in popluar number systems.

HEX A6 C0 6F
Decimal 166 192 111
Binary 10100110 11000000 1101111
Octal 246 300 157

Shades and tints

Shades of #A6C06F

#A6C06F
(166,192,111)
#97AF65
(151,175,101)
#889E5B
(136,158,91)
#798D51
(121,141,81)
#6A7C47
(106,124,71)
#5B6B3D
(91,107,61)
#4C5A33
(76,90,51)
#3D4929
(61,73,41)
#2E381F
(46,56,31)
#1F2715
(31,39,21)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #A6C06F

#A6C06F
(166,192,111)
#AEC57C
(174,197,124)
#B6CA89
(182,202,137)
#BECF96
(190,207,150)
#C6D4A3
(198,212,163)
#CED9B0
(206,217,176)
#D6DEBD
(214,222,189)
#DEE3CA
(222,227,202)
#E6E8D7
(230,232,215)
#EEEDE4
(238,237,228)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C06F color. Also use rgb(166,192,111) instead hex code.

Text Font Color

.myTextColor { color: #A6C06F; }

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

This text font color is #A6C06F.

Background Color

.myBgColor { background-color: #A6C06F; }

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

This div background color is #A6C06F.

Border color

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

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

This div border color is #A6C06F.

Opacity

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

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

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

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

This text has shadow with #A6C06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C06F.

Preview

Color preview on black background

This text has color #A6C06F on black background.


Color preview on white background

This text has color #A6C06F on white background.


Black color preview on #A6C06F background

This text has black color on #A6C06F background.


White color preview on #A6C06F background

This text has white color on #A6C06F background.


Related colors

Complementary color

Complementary color for #hex is #593F90.


I love getcolorcode.com

Triadic colors

1 #6FA6C0 and #C06FA6 with #A6C06F are triadic colors.

2 #6FC0A6 and #C0A66F with #A6C06F are triadic colors.