COLOR #A6E68A

HEX: #A6E68A
RGB: (166,230,138)

Color info

#A6E68A contains mainly green color. Web safe color of #A6E68A is #99CC99 (or #9C9).

RGB color model

#A6E68A color RGB value is (166,230,138).

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

RGB channels and saturation

R 166 of 255 = 65%
G 230 of 255 = 90%
B 138 of 255 = 54%

166
230
138

R + G + B ~ 70%. #A6E68A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 230 + 138 = 534 (100%)
R 166 of 534 ~ 31.09%
G 230 of 534 ~ 43.07%
B 138 of 534 ~ 25.84%

%31.09
%43.07
%25.84

CMYK color model

#A6E68A color CMYK value is (28,0,40,10).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 9.80%
CMYK:
(28,0,40,10)
C28M0Y40K10 
(28%,0%,40%,10%)
(0.28/0.00/0.40/0.10)	

CMYK percentages

%27.83
%0
%40
%9.8

Codes

Color #A6E68A in popluar color models

A6E68A
RGB166230138
HSL102°64.79%72.16%
HSB/HSV102°40.00%90.20%
CMYK27.83%0.00%40.00%
9.80%

Color #A6E68A in popluar number systems.

HEXA6E68A
Decimal166230138
Binary101001101110011010001010
Octal246346212

Shades and tints

Shades of #A6E68A

#A6E68A
(166,230,138)
#97D27E
(151,210,126)
#88BE72
(136,190,114)
#79AA66
(121,170,102)
#6A965A
(106,150,90)
#5B824E
(91,130,78)
#4C6E42
(76,110,66)
#3D5A36
(61,90,54)
#2E462A
(46,70,42)
#1F321E
(31,50,30)
#101E12
(16,30,18)
#000000
(0,0,0)

Tints of #A6E68A

#A6E68A
(166,230,138)
#AEE894
(174,232,148)
#B6EA9E
(182,234,158)
#BEECA8
(190,236,168)
#C6EEB2
(198,238,178)
#CEF0BC
(206,240,188)
#D6F2C6
(214,242,198)
#DEF4D0
(222,244,208)
#E6F6DA
(230,246,218)
#EEF8E4
(238,248,228)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E68A; }

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

This text font color is #A6E68A.


Background Color

.myBgColor { background-color: #A6E68A; }

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

This div background color is #A6E68A.


Border color

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

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

This div border color is #A6E68A.


Opacity

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

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

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

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

This text has shadow with #A6E68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E68A on black background.


Color preview on white background

This text has color #A6E68A on white background.



Black color preview on #A6E68A background

This text has black color on #A6E68A background.


White color preview on #A6E68A background

This text has white color on #A6E68A background.