COLOR #A6CD79

HEX: #A6CD79
RGB: (166,205,121)

Color info

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

RGB color model

#A6CD79 color RGB value is (166,205,121).

  • red value is 166;
  • green value is 205;
  • blue value is 121.
RGB:
(166,205,121)
(65%,80%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 205 of 255 = 80%
B 121 of 255 = 47%

166
205
121

R + G + B ~ 64%. #A6CD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 205 + 121 = 492 (100%)
R 166 of 492 ~ 33.74%
G 205 of 492 ~ 41.67%
B 121 of 492 ~ 24.59%

%33.74
%41.67
%24.59

CMYK color model

#A6CD79 color CMYK value is (19,0,41,20).

  • cyan value is 19.02%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 19.61%
CMYK:
(19,0,41,20)
C19M0Y41K20 
(19%,0%,41%,20%)
(0.19/0.00/0.41/0.20)	

CMYK percentages

%19.02
%0
%40.98
%19.61

Codes

Color #A6CD79 in popluar color models

A6CD79
RGB166205121
HSL88°45.65%63.92%
HSB/HSV88°40.98%80.39%
CMYK19.02%0.00%40.98%
19.61%

Color #A6CD79 in popluar number systems.

HEXA6CD79
Decimal166205121
Binary10100110110011011111001
Octal246315171

Shades and tints

Shades of #A6CD79

#A6CD79
(166,205,121)
#97BB6E
(151,187,110)
#88A963
(136,169,99)
#799758
(121,151,88)
#6A854D
(106,133,77)
#5B7342
(91,115,66)
#4C6137
(76,97,55)
#3D4F2C
(61,79,44)
#2E3D21
(46,61,33)
#1F2B16
(31,43,22)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #A6CD79

#A6CD79
(166,205,121)
#AED185
(174,209,133)
#B6D591
(182,213,145)
#BED99D
(190,217,157)
#C6DDA9
(198,221,169)
#CEE1B5
(206,225,181)
#D6E5C1
(214,229,193)
#DEE9CD
(222,233,205)
#E6EDD9
(230,237,217)
#EEF1E5
(238,241,229)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CD79 color. Also use rgb(166,205,121) instead hex code.

Text Font Color

.myTextColor { color: #A6CD79; }

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

This text font color is #A6CD79.


Background Color

.myBgColor { background-color: #A6CD79; }

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

This div background color is #A6CD79.


Border color

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

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

This div border color is #A6CD79.


Opacity

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

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

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

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

This text has shadow with #A6CD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CD79 on black background.


Color preview on white background

This text has color #A6CD79 on white background.



Black color preview on #A6CD79 background

This text has black color on #A6CD79 background.


White color preview on #A6CD79 background

This text has white color on #A6CD79 background.