COLOR #A6E143

HEX: #A6E143
RGB: (166,225,67)

Color info

#A6E143 contains mainly red and green colors. Web safe color of #A6E143 is #99CC33 (or #9C3).

RGB color model

#A6E143 color RGB value is (166,225,67).

  • red value is 166;
  • green value is 225;
  • blue value is 67.
RGB:
(166,225,67)
(65%,88%,26%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 67 of 255 = 26%

166
225
67

R + G + B ~ 60%. #A6E143 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 67 = 458 (100%)
R 166 of 458 ~ 36.24%
G 225 of 458 ~ 49.13%
B 67 of 458 ~ 14.63%

%36.24
%49.13
%14.63

CMYK color model

#A6E143 color CMYK value is (26,0,70,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 70.22%
  • key color value is 11.76%
CMYK:
(26,0,70,12)
C26M0Y70K12 
(26%,0%,70%,12%)
(0.26/0.00/0.70/0.12)	

CMYK percentages

%26.22
%0
%70.22
%11.76

Codes

Color #A6E143 in popluar color models

A6E143
RGB16622567
HSL82°72.48%57.25%
HSB/HSV82°70.22%88.24%
CMYK26.22%0.00%70.22%
11.76%

Color #A6E143 in popluar number systems.

HEXA6E143
Decimal16622567
Binary10100110111000011000011
Octal246341103

Shades and tints

Shades of #A6E143

#A6E143
(166,225,67)
#97CD3D
(151,205,61)
#88B937
(136,185,55)
#79A531
(121,165,49)
#6A912B
(106,145,43)
#5B7D25
(91,125,37)
#4C691F
(76,105,31)
#3D5519
(61,85,25)
#2E4113
(46,65,19)
#1F2D0D
(31,45,13)
#101907
(16,25,7)
#000000
(0,0,0)

Tints of #A6E143

#A6E143
(166,225,67)
#AEE354
(174,227,84)
#B6E565
(182,229,101)
#BEE776
(190,231,118)
#C6E987
(198,233,135)
#CEEB98
(206,235,152)
#D6EDA9
(214,237,169)
#DEEFBA
(222,239,186)
#E6F1CB
(230,241,203)
#EEF3DC
(238,243,220)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E143 color. Also use rgb(166,225,67) instead hex code.

Text Font Color

.myTextColor { color: #A6E143; }

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

This text font color is #A6E143.


Background Color

.myBgColor { background-color: #A6E143; }

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

This div background color is #A6E143.


Border color

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

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

This div border color is #A6E143.


Opacity

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

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

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

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

This text has shadow with #A6E143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E143 on black background.


Color preview on white background

This text has color #A6E143 on white background.



Black color preview on #A6E143 background

This text has black color on #A6E143 background.


White color preview on #A6E143 background

This text has white color on #A6E143 background.