COLOR #A6EB56

HEX: #A6EB56
RGB: (166,235,86)

Color info

#A6EB56 contains mainly green color. Web safe color of #A6EB56 is #99FF66 (or #9F6).

RGB color model

#A6EB56 color RGB value is (166,235,86).

  • red value is 166;
  • green value is 235;
  • blue value is 86.
RGB:
(166,235,86)
(65%,92%,34%)

RGB channels and saturation

R 166 of 255 = 65%
G 235 of 255 = 92%
B 86 of 255 = 34%

166
235
86

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

Portions of RGB colors in percentages

R + G + B =
166 + 235 + 86 = 487 (100%)
R 166 of 487 ~ 34.09%
G 235 of 487 ~ 48.25%
B 86 of 487 ~ 17.66%

%34.09
%48.25
%17.66

CMYK color model

#A6EB56 color CMYK value is (29,0,63,8).

  • cyan value is 29.36%
  • magenta value is 0.00%
  • yellow value is 63.40%
  • key color value is 7.84%
CMYK:
(29,0,63,8)
C29M0Y63K8 
(29%,0%,63%,8%)
(0.29/0.00/0.63/0.08)	

CMYK percentages

%29.36
%0
%63.4
%7.84

Codes

Color #A6EB56 in popluar color models

A6EB56
RGB16623586
HSL88°78.84%62.94%
HSB/HSV88°63.40%92.16%
CMYK29.36%0.00%63.40%
7.84%

Color #A6EB56 in popluar number systems.

HEXA6EB56
Decimal16623586
Binary10100110111010111010110
Octal246353126

Shades and tints

Shades of #A6EB56

#A6EB56
(166,235,86)
#97D64F
(151,214,79)
#88C148
(136,193,72)
#79AC41
(121,172,65)
#6A973A
(106,151,58)
#5B8233
(91,130,51)
#4C6D2C
(76,109,44)
#3D5825
(61,88,37)
#2E431E
(46,67,30)
#1F2E17
(31,46,23)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #A6EB56

#A6EB56
(166,235,86)
#AEEC65
(174,236,101)
#B6ED74
(182,237,116)
#BEEE83
(190,238,131)
#C6EF92
(198,239,146)
#CEF0A1
(206,240,161)
#D6F1B0
(214,241,176)
#DEF2BF
(222,242,191)
#E6F3CE
(230,243,206)
#EEF4DD
(238,244,221)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EB56 color. Also use rgb(166,235,86) instead hex code.

Text Font Color

.myTextColor { color: #A6EB56; }

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

This text font color is #A6EB56.


Background Color

.myBgColor { background-color: #A6EB56; }

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

This div background color is #A6EB56.


Border color

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

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

This div border color is #A6EB56.


Opacity

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

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

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

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

This text has shadow with #A6EB56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EB56 on black background.


Color preview on white background

This text has color #A6EB56 on white background.



Black color preview on #A6EB56 background

This text has black color on #A6EB56 background.


White color preview on #A6EB56 background

This text has white color on #A6EB56 background.