COLOR #A6E065

HEX: #A6E065
RGB: (166,224,101)

Color info

#A6E065 contains mainly red and green colors. Web safe color of #A6E065 is #99CC66 (or #9C6).

RGB color model

#A6E065 color RGB value is (166,224,101).

  • red value is 166;
  • green value is 224;
  • blue value is 101.
RGB:
(166,224,101)
(65%,88%,40%)

RGB channels and saturation

R 166 of 255 = 65%
G 224 of 255 = 88%
B 101 of 255 = 40%

166
224
101

R + G + B ~ 64%. #A6E065 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 224 + 101 = 491 (100%)
R 166 of 491 ~ 33.81%
G 224 of 491 ~ 45.62%
B 101 of 491 ~ 20.57%

%33.81
%45.62
%20.57

CMYK color model

#A6E065 color CMYK value is (26,0,55,12).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 54.91%
  • key color value is 12.16%
CMYK:
(26,0,55,12)
C26M0Y55K12 
(26%,0%,55%,12%)
(0.26/0.00/0.55/0.12)	

CMYK percentages

%25.89
%0
%54.91
%12.16

Codes

Color #A6E065 in popluar color models

A6E065
RGB166224101
HSL88°66.49%63.73%
HSB/HSV88°54.91%87.84%
CMYK25.89%0.00%54.91%
12.16%

Color #A6E065 in popluar number systems.

HEXA6E065
Decimal166224101
Binary10100110111000001100101
Octal246340145

Shades and tints

Shades of #A6E065

#A6E065
(166,224,101)
#97CC5C
(151,204,92)
#88B853
(136,184,83)
#79A44A
(121,164,74)
#6A9041
(106,144,65)
#5B7C38
(91,124,56)
#4C682F
(76,104,47)
#3D5426
(61,84,38)
#2E401D
(46,64,29)
#1F2C14
(31,44,20)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #A6E065

#A6E065
(166,224,101)
#AEE273
(174,226,115)
#B6E481
(182,228,129)
#BEE68F
(190,230,143)
#C6E89D
(198,232,157)
#CEEAAB
(206,234,171)
#D6ECB9
(214,236,185)
#DEEEC7
(222,238,199)
#E6F0D5
(230,240,213)
#EEF2E3
(238,242,227)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E065 color. Also use rgb(166,224,101) instead hex code.

Text Font Color

.myTextColor { color: #A6E065; }

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

This text font color is #A6E065.


Background Color

.myBgColor { background-color: #A6E065; }

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

This div background color is #A6E065.


Border color

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

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

This div border color is #A6E065.


Opacity

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

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

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

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

This text has shadow with #A6E065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E065 on black background.


Color preview on white background

This text has color #A6E065 on white background.



Black color preview on #A6E065 background

This text has black color on #A6E065 background.


White color preview on #A6E065 background

This text has white color on #A6E065 background.