COLOR #A6E67D

HEX: #A6E67D RGB: (166,230,125)

Color info

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

RGB color model

#A6E67D color RGB value is (166,230,125).

RGB: (166,230,125) (65%, 90%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 230 of 255 = 90%
B 125 of 255 = 49%

166
230
125

R + G + B ~ 68%. #A6E67D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 230 + 125 = 521 (100%)
R 166 of 521 ~ 31.86%
G 230 of 521 ~ 44.15%
B 125 of 521 ~ 23.99'%

%31.86
%44.15
%23.99

CMYK color model

#A6E67D color CMYK value is (28,0,46,10).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 9.80%

CMYK: (28,0,46,10)
C28M0Y46K10 (28%, 0%, 46%, 10%)
(0.28 / 0.00 / 0.46 / 0.10)

CMYK percentages

%27.83
%0
%45.65
%9.8

Codes

Color #A6E67D in popluar color models

A6 E6 7D
RGB 166 230 125
HSL 97° 67.74% 69.61%
HSB/HSV 97° 45.65% 90.20%
CMYK 27.83% 0.00% 45.65%
9.80%

Color #A6E67D in popluar number systems.

HEX A6 E6 7D
Decimal 166 230 125
Binary 10100110 11100110 1111101
Octal 246 346 175

Shades and tints

Shades of #A6E67D

#A6E67D
(166,230,125)
#97D272
(151,210,114)
#88BE67
(136,190,103)
#79AA5C
(121,170,92)
#6A9651
(106,150,81)
#5B8246
(91,130,70)
#4C6E3B
(76,110,59)
#3D5A30
(61,90,48)
#2E4625
(46,70,37)
#1F321A
(31,50,26)
#101E0F
(16,30,15)
#000000
(0,0,0)

Tints of #A6E67D

#A6E67D
(166,230,125)
#AEE888
(174,232,136)
#B6EA93
(182,234,147)
#BEEC9E
(190,236,158)
#C6EEA9
(198,238,169)
#CEF0B4
(206,240,180)
#D6F2BF
(214,242,191)
#DEF4CA
(222,244,202)
#E6F6D5
(230,246,213)
#EEF8E0
(238,248,224)
#F6FAEB
(246,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E67D color. Also use rgb(166,230,125) instead hex code.

Text Font Color

.myTextColor { color: #A6E67D; }

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

This text font color is #A6E67D.

Background Color

.myBgColor { background-color: #A6E67D; }

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

This div background color is #A6E67D.

Border color

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

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

This div border color is #A6E67D.

Opacity

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

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

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

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

This text has shadow with #A6E67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E67D.

Preview

Color preview on black background

This text has color #A6E67D on black background.


Color preview on white background

This text has color #A6E67D on white background.


Black color preview on #A6E67D background

This text has black color on #A6E67D background.


White color preview on #A6E67D background

This text has white color on #A6E67D background.


Related colors

Complementary color

Complementary color for #hex is #591982.


I love getcolorcode.com

Triadic colors

1 #7DA6E6 and #E67DA6 with #A6E67D are triadic colors.

2 #7DE6A6 and #E6A67D with #A6E67D are triadic colors.