COLOR #A6C782

HEX: #A6C782
RGB: (166,199,130)

Color info

#A6C782 contains mainly red and green colors. Web safe color of #A6C782 is #99CC99 (or #9C9).

RGB color model

#A6C782 color RGB value is (166,199,130).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 130 of 255 = 51%

166
199
130

R + G + B ~ 65%. #A6C782 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 130 = 495 (100%)
R 166 of 495 ~ 33.54%
G 199 of 495 ~ 40.2%
B 130 of 495 ~ 26.26%

%33.54
%40.2
%26.26

CMYK color model

#A6C782 color CMYK value is (17,0,35,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(17,0,35,22)
C17M0Y35K22 
(17%,0%,35%,22%)
(0.17/0.00/0.35/0.22)	

CMYK percentages

%16.58
%0
%34.67
%21.96

Codes

Color #A6C782 in popluar color models

A6C782
RGB166199130
HSL89°38.12%64.51%
HSB/HSV89°34.67%78.04%
CMYK16.58%0.00%34.67%
21.96%

Color #A6C782 in popluar number systems.

HEXA6C782
Decimal166199130
Binary101001101100011110000010
Octal246307202

Shades and tints

Shades of #A6C782

#A6C782
(166,199,130)
#97B577
(151,181,119)
#88A36C
(136,163,108)
#799161
(121,145,97)
#6A7F56
(106,127,86)
#5B6D4B
(91,109,75)
#4C5B40
(76,91,64)
#3D4935
(61,73,53)
#2E372A
(46,55,42)
#1F251F
(31,37,31)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A6C782

#A6C782
(166,199,130)
#AECC8D
(174,204,141)
#B6D198
(182,209,152)
#BED6A3
(190,214,163)
#C6DBAE
(198,219,174)
#CEE0B9
(206,224,185)
#D6E5C4
(214,229,196)
#DEEACF
(222,234,207)
#E6EFDA
(230,239,218)
#EEF4E5
(238,244,229)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C782; }

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

This text font color is #A6C782.


Background Color

.myBgColor { background-color: #A6C782; }

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

This div background color is #A6C782.


Border color

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

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

This div border color is #A6C782.


Opacity

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

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

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

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

This text has shadow with #A6C782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C782 on black background.


Color preview on white background

This text has color #A6C782 on white background.



Black color preview on #A6C782 background

This text has black color on #A6C782 background.


White color preview on #A6C782 background

This text has white color on #A6C782 background.