COLOR #A6D28A

HEX: #A6D28A
RGB: (166,210,138)

Color info

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

RGB color model

#A6D28A color RGB value is (166,210,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 138 of 255 = 54%

166
210
138

R + G + B ~ 67%. #A6D28A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 210 + 138 = 514 (100%)
R 166 of 514 ~ 32.3%
G 210 of 514 ~ 40.86%
B 138 of 514 ~ 26.85%

%32.3
%40.86
%26.85

CMYK color model

#A6D28A color CMYK value is (21,0,34,18).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 17.65%
CMYK:
(21,0,34,18)
C21M0Y34K18 
(21%,0%,34%,18%)
(0.21/0.00/0.34/0.18)	

CMYK percentages

%20.95
%0
%34.29
%17.65

Codes

Color #A6D28A in popluar color models

A6D28A
RGB166210138
HSL97°44.44%68.24%
HSB/HSV97°34.29%82.35%
CMYK20.95%0.00%34.29%
17.65%

Color #A6D28A in popluar number systems.

HEXA6D28A
Decimal166210138
Binary101001101101001010001010
Octal246322212

Shades and tints

Shades of #A6D28A

#A6D28A
(166,210,138)
#97BF7E
(151,191,126)
#88AC72
(136,172,114)
#799966
(121,153,102)
#6A865A
(106,134,90)
#5B734E
(91,115,78)
#4C6042
(76,96,66)
#3D4D36
(61,77,54)
#2E3A2A
(46,58,42)
#1F271E
(31,39,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A6D28A

#A6D28A
(166,210,138)
#AED694
(174,214,148)
#B6DA9E
(182,218,158)
#BEDEA8
(190,222,168)
#C6E2B2
(198,226,178)
#CEE6BC
(206,230,188)
#D6EAC6
(214,234,198)
#DEEED0
(222,238,208)
#E6F2DA
(230,242,218)
#EEF6E4
(238,246,228)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D28A; }

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

This text font color is #A6D28A.


Background Color

.myBgColor { background-color: #A6D28A; }

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

This div background color is #A6D28A.


Border color

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

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

This div border color is #A6D28A.


Opacity

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

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

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

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

This text has shadow with #A6D28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D28A on black background.


Color preview on white background

This text has color #A6D28A on white background.



Black color preview on #A6D28A background

This text has black color on #A6D28A background.


White color preview on #A6D28A background

This text has white color on #A6D28A background.