COLOR #A6D282

HEX: #A6D282
RGB: (166,210,130)

Color info

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

RGB color model

#A6D282 color RGB value is (166,210,130).

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

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 130 of 255 = 51%

166
210
130

R + G + B ~ 66%. #A6D282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 130 = 506 (100%)
R 166 of 506 ~ 32.81%
G 210 of 506 ~ 41.5%
B 130 of 506 ~ 25.69%

%32.81
%41.5
%25.69

CMYK color model

#A6D282 color CMYK value is (21,0,38,18).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 17.65%
CMYK:
(21,0,38,18)
C21M0Y38K18 
(21%,0%,38%,18%)
(0.21/0.00/0.38/0.18)	

CMYK percentages

%20.95
%0
%38.1
%17.65

Codes

Color #A6D282 in popluar color models

A6D282
RGB166210130
HSL93°47.06%66.67%
HSB/HSV93°38.10%82.35%
CMYK20.95%0.00%38.10%
17.65%

Color #A6D282 in popluar number systems.

HEXA6D282
Decimal166210130
Binary101001101101001010000010
Octal246322202

Shades and tints

Shades of #A6D282

#A6D282
(166,210,130)
#97BF77
(151,191,119)
#88AC6C
(136,172,108)
#799961
(121,153,97)
#6A8656
(106,134,86)
#5B734B
(91,115,75)
#4C6040
(76,96,64)
#3D4D35
(61,77,53)
#2E3A2A
(46,58,42)
#1F271F
(31,39,31)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6D282

#A6D282
(166,210,130)
#AED68D
(174,214,141)
#B6DA98
(182,218,152)
#BEDEA3
(190,222,163)
#C6E2AE
(198,226,174)
#CEE6B9
(206,230,185)
#D6EAC4
(214,234,196)
#DEEECF
(222,238,207)
#E6F2DA
(230,242,218)
#EEF6E5
(238,246,229)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D282; }

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

This text font color is #A6D282.


Background Color

.myBgColor { background-color: #A6D282; }

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

This div background color is #A6D282.


Border color

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

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

This div border color is #A6D282.


Opacity

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

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

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

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

This text has shadow with #A6D282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D282 on black background.


Color preview on white background

This text has color #A6D282 on white background.



Black color preview on #A6D282 background

This text has black color on #A6D282 background.


White color preview on #A6D282 background

This text has white color on #A6D282 background.