COLOR #A6EC90

HEX: #A6EC90
RGB: (166,236,144)

Color info

#A6EC90 contains mainly green color. Web safe color of #A6EC90 is #99FF99 (or #9F9).

RGB color model

#A6EC90 color RGB value is (166,236,144).

  • red value is 166;
  • green value is 236;
  • blue value is 144.
RGB:
(166,236,144)
(65%,93%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 236 of 255 = 93%
B 144 of 255 = 56%

166
236
144

R + G + B ~ 71%. #A6EC90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 236 + 144 = 546 (100%)
R 166 of 546 ~ 30.4%
G 236 of 546 ~ 43.22%
B 144 of 546 ~ 26.37%

%30.4
%43.22
%26.37

CMYK color model

#A6EC90 color CMYK value is (30,0,39,7).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 7.45%
CMYK:
(30,0,39,7)
C30M0Y39K7 
(30%,0%,39%,7%)
(0.30/0.00/0.39/0.07)	

CMYK percentages

%29.66
%0
%38.98
%7.45

Codes

Color #A6EC90 in popluar color models

A6EC90
RGB166236144
HSL106°70.77%74.51%
HSB/HSV106°38.98%92.55%
CMYK29.66%0.00%38.98%
7.45%

Color #A6EC90 in popluar number systems.

HEXA6EC90
Decimal166236144
Binary101001101110110010010000
Octal246354220

Shades and tints

Shades of #A6EC90

#A6EC90
(166,236,144)
#97D783
(151,215,131)
#88C276
(136,194,118)
#79AD69
(121,173,105)
#6A985C
(106,152,92)
#5B834F
(91,131,79)
#4C6E42
(76,110,66)
#3D5935
(61,89,53)
#2E4428
(46,68,40)
#1F2F1B
(31,47,27)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #A6EC90

#A6EC90
(166,236,144)
#AEED9A
(174,237,154)
#B6EEA4
(182,238,164)
#BEEFAE
(190,239,174)
#C6F0B8
(198,240,184)
#CEF1C2
(206,241,194)
#D6F2CC
(214,242,204)
#DEF3D6
(222,243,214)
#E6F4E0
(230,244,224)
#EEF5EA
(238,245,234)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EC90 color. Also use rgb(166,236,144) instead hex code.

Text Font Color

.myTextColor { color: #A6EC90; }

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

This text font color is #A6EC90.


Background Color

.myBgColor { background-color: #A6EC90; }

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

This div background color is #A6EC90.


Border color

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

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

This div border color is #A6EC90.


Opacity

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

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

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

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

This text has shadow with #A6EC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EC90 on black background.


Color preview on white background

This text has color #A6EC90 on white background.



Black color preview on #A6EC90 background

This text has black color on #A6EC90 background.


White color preview on #A6EC90 background

This text has white color on #A6EC90 background.