COLOR #A6E35B

HEX: #A6E35B
RGB: (166,227,91)

Color info

#A6E35B contains mainly green color. Web safe color of #A6E35B is #99CC66 (or #9C6).

RGB color model

#A6E35B color RGB value is (166,227,91).

  • red value is 166;
  • green value is 227;
  • blue value is 91.
RGB:
(166,227,91)
(65%,89%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 91 of 255 = 36%

166
227
91

R + G + B ~ 63%. #A6E35B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 91 = 484 (100%)
R 166 of 484 ~ 34.3%
G 227 of 484 ~ 46.9%
B 91 of 484 ~ 18.8%

%34.3
%46.9
%18.8

CMYK color model

#A6E35B color CMYK value is (27,0,60,11).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 10.98%
CMYK:
(27,0,60,11)
C27M0Y60K11 
(27%,0%,60%,11%)
(0.27/0.00/0.60/0.11)	

CMYK percentages

%26.87
%0
%59.91
%10.98

Codes

Color #A6E35B in popluar color models

A6E35B
RGB16622791
HSL87°70.83%62.35%
HSB/HSV87°59.91%89.02%
CMYK26.87%0.00%59.91%
10.98%

Color #A6E35B in popluar number systems.

HEXA6E35B
Decimal16622791
Binary10100110111000111011011
Octal246343133

Shades and tints

Shades of #A6E35B

#A6E35B
(166,227,91)
#97CF53
(151,207,83)
#88BB4B
(136,187,75)
#79A743
(121,167,67)
#6A933B
(106,147,59)
#5B7F33
(91,127,51)
#4C6B2B
(76,107,43)
#3D5723
(61,87,35)
#2E431B
(46,67,27)
#1F2F13
(31,47,19)
#101B0B
(16,27,11)
#000000
(0,0,0)

Tints of #A6E35B

#A6E35B
(166,227,91)
#AEE569
(174,229,105)
#B6E777
(182,231,119)
#BEE985
(190,233,133)
#C6EB93
(198,235,147)
#CEEDA1
(206,237,161)
#D6EFAF
(214,239,175)
#DEF1BD
(222,241,189)
#E6F3CB
(230,243,203)
#EEF5D9
(238,245,217)
#F6F7E7
(246,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E35B color. Also use rgb(166,227,91) instead hex code.

Text Font Color

.myTextColor { color: #A6E35B; }

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

This text font color is #A6E35B.


Background Color

.myBgColor { background-color: #A6E35B; }

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

This div background color is #A6E35B.


Border color

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

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

This div border color is #A6E35B.


Opacity

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

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

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

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

This text has shadow with #A6E35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E35B on black background.


Color preview on white background

This text has color #A6E35B on white background.



Black color preview on #A6E35B background

This text has black color on #A6E35B background.


White color preview on #A6E35B background

This text has white color on #A6E35B background.