COLOR #A6C778

HEX: #A6C778
RGB: (166,199,120)

Color info

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

RGB color model

#A6C778 color RGB value is (166,199,120).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 120 of 255 = 47%

166
199
120

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 120 = 485 (100%)
R 166 of 485 ~ 34.23%
G 199 of 485 ~ 41.03%
B 120 of 485 ~ 24.74%

%34.23
%41.03
%24.74

CMYK color model

#A6C778 color CMYK value is (17,0,40,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 39.70%
  • key color value is 21.96%
CMYK:
(17,0,40,22)
C17M0Y40K22 
(17%,0%,40%,22%)
(0.17/0.00/0.40/0.22)	

CMYK percentages

%16.58
%0
%39.7
%21.96

Codes

Color #A6C778 in popluar color models

A6C778
RGB166199120
HSL85°41.36%62.55%
HSB/HSV85°39.70%78.04%
CMYK16.58%0.00%39.70%
21.96%

Color #A6C778 in popluar number systems.

HEXA6C778
Decimal166199120
Binary10100110110001111111000
Octal246307170

Shades and tints

Shades of #A6C778

#A6C778
(166,199,120)
#97B56E
(151,181,110)
#88A364
(136,163,100)
#79915A
(121,145,90)
#6A7F50
(106,127,80)
#5B6D46
(91,109,70)
#4C5B3C
(76,91,60)
#3D4932
(61,73,50)
#2E3728
(46,55,40)
#1F251E
(31,37,30)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A6C778

#A6C778
(166,199,120)
#AECC84
(174,204,132)
#B6D190
(182,209,144)
#BED69C
(190,214,156)
#C6DBA8
(198,219,168)
#CEE0B4
(206,224,180)
#D6E5C0
(214,229,192)
#DEEACC
(222,234,204)
#E6EFD8
(230,239,216)
#EEF4E4
(238,244,228)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C778; }

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

This text font color is #A6C778.


Background Color

.myBgColor { background-color: #A6C778; }

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

This div background color is #A6C778.


Border color

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

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

This div border color is #A6C778.


Opacity

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

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

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

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

This text has shadow with #A6C778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C778 on black background.


Color preview on white background

This text has color #A6C778 on white background.



Black color preview on #A6C778 background

This text has black color on #A6C778 background.


White color preview on #A6C778 background

This text has white color on #A6C778 background.