COLOR #A6C078

HEX: #A6C078
RGB: (166,192,120)

Color info

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

RGB color model

#A6C078 color RGB value is (166,192,120).

  • red value is 166;
  • green value is 192;
  • blue value is 120.
RGB:
(166,192,120)
(65%,75%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 120 of 255 = 47%

166
192
120

R + G + B ~ 62%. #A6C078 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 192 + 120 = 478 (100%)
R 166 of 478 ~ 34.73%
G 192 of 478 ~ 40.17%
B 120 of 478 ~ 25.1%

%34.73
%40.17
%25.1

CMYK color model

#A6C078 color CMYK value is (14,0,38,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 24.71%
CMYK:
(14,0,38,25)
C14M0Y38K25 
(14%,0%,38%,25%)
(0.14/0.00/0.38/0.25)	

CMYK percentages

%13.54
%0
%37.5
%24.71

Codes

Color #A6C078 in popluar color models

A6C078
RGB166192120
HSL82°36.36%61.18%
HSB/HSV82°37.50%75.29%
CMYK13.54%0.00%37.50%
24.71%

Color #A6C078 in popluar number systems.

HEXA6C078
Decimal166192120
Binary10100110110000001111000
Octal246300170

Shades and tints

Shades of #A6C078

#A6C078
(166,192,120)
#97AF6E
(151,175,110)
#889E64
(136,158,100)
#798D5A
(121,141,90)
#6A7C50
(106,124,80)
#5B6B46
(91,107,70)
#4C5A3C
(76,90,60)
#3D4932
(61,73,50)
#2E3828
(46,56,40)
#1F271E
(31,39,30)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #A6C078

#A6C078
(166,192,120)
#AEC584
(174,197,132)
#B6CA90
(182,202,144)
#BECF9C
(190,207,156)
#C6D4A8
(198,212,168)
#CED9B4
(206,217,180)
#D6DEC0
(214,222,192)
#DEE3CC
(222,227,204)
#E6E8D8
(230,232,216)
#EEEDE4
(238,237,228)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C078; }

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

This text font color is #A6C078.


Background Color

.myBgColor { background-color: #A6C078; }

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

This div background color is #A6C078.


Border color

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

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

This div border color is #A6C078.


Opacity

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

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

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

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

This text has shadow with #A6C078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C078 on black background.


Color preview on white background

This text has color #A6C078 on white background.



Black color preview on #A6C078 background

This text has black color on #A6C078 background.


White color preview on #A6C078 background

This text has white color on #A6C078 background.