COLOR #A6E06D

HEX: #A6E06D RGB: (166,224,109)

Color info

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

RGB color model

#A6E06D color RGB value is (166,224,109).

RGB: (166,224,109) (65%, 88%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 224 of 255 = 88%
B 109 of 255 = 43%

166
224
109

R + G + B ~ 65%. #A6E06D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 224 + 109 = 499 (100%)
R 166 of 499 ~ 33.27%
G 224 of 499 ~ 44.89%
B 109 of 499 ~ 21.84'%

%33.27
%44.89
%21.84

CMYK color model

#A6E06D color CMYK value is (26,0,51,12).

  • cyan value is 25.89%
  • magenta value is 0.00%
  • yellow value is 51.34%
  • key color value is 12.16%

CMYK: (26,0,51,12)
C26M0Y51K12 (26%, 0%, 51%, 12%)
(0.26 / 0.00 / 0.51 / 0.12)

CMYK percentages

%25.89
%0
%51.34
%12.16

Codes

Color #A6E06D in popluar color models

A6 E0 6D
RGB 166 224 109
HSL 90° 64.97% 65.29%
HSB/HSV 90° 51.34% 87.84%
CMYK 25.89% 0.00% 51.34%
12.16%

Color #A6E06D in popluar number systems.

HEX A6 E0 6D
Decimal 166 224 109
Binary 10100110 11100000 1101101
Octal 246 340 155

Shades and tints

Shades of #A6E06D

#A6E06D
(166,224,109)
#97CC64
(151,204,100)
#88B85B
(136,184,91)
#79A452
(121,164,82)
#6A9049
(106,144,73)
#5B7C40
(91,124,64)
#4C6837
(76,104,55)
#3D542E
(61,84,46)
#2E4025
(46,64,37)
#1F2C1C
(31,44,28)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #A6E06D

#A6E06D
(166,224,109)
#AEE27A
(174,226,122)
#B6E487
(182,228,135)
#BEE694
(190,230,148)
#C6E8A1
(198,232,161)
#CEEAAE
(206,234,174)
#D6ECBB
(214,236,187)
#DEEEC8
(222,238,200)
#E6F0D5
(230,240,213)
#EEF2E2
(238,242,226)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E06D; }

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

This text font color is #A6E06D.

Background Color

.myBgColor { background-color: #A6E06D; }

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

This div background color is #A6E06D.

Border color

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

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

This div border color is #A6E06D.

Opacity

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

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

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

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

This text has shadow with #A6E06D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E06D.

Preview

Color preview on black background

This text has color #A6E06D on black background.


Color preview on white background

This text has color #A6E06D on white background.


Black color preview on #A6E06D background

This text has black color on #A6E06D background.


White color preview on #A6E06D background

This text has white color on #A6E06D background.


Related colors

Complementary color

Complementary color for #hex is #591F92.


I love getcolorcode.com

Triadic colors

1 #6DA6E0 and #E06DA6 with #A6E06D are triadic colors.

2 #6DE0A6 and #E0A66D with #A6E06D are triadic colors.