COLOR #A6E4A6

HEX: #A6E4A6
RGB: (166,228,166)

Renk bilgisi

#A6E4A6 contains mainly green color. #A6E4A6 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A6E4A6 color RGB value is (166,228,166).

  • kırmız ton 166;
  • yeşil ton 228;
  • mavi ton 166.
RGB:
(166,228,166)
(65%,89%,65%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 228 of 255 = 89%
B 166 of 255 = 65%

166
228
166

R + G + B ~ 73%. #A6E4A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 228 + 166 = 560 (100%)
R 166 of 560 ~ 29.64%
G 228 of 560 ~ 40.71%
B 166 of 560 ~ 29.64%

%29.64
%40.71
%29.64

CMYK RENK MODELİ

#A6E4A6 rengi CMYK tonu (27,0,27,11).

  • camgöbeği tonu 27.19%
  • eflatun tonu 0.00%
  • sarı tonu 27.19%
  • ana renk tonu 10.59%
CMYK:
(27,0,27,11)
C27M0Y27K11 
(27%,0%,27%,11%)
(0.27/0.00/0.27/0.11)	

CMYK yüzdeleri

%27.19
%0
%27.19
%10.59

Codes

Color #A6E4A6 in popluar color models

A6E4A6
RGB166228166
HSL120°53.45%77.25%
HSB/HSV120°27.19%89.41%
CMYK27.19%0.00%27.19%
10.59%

Color #A6E4A6 in popluar number systems.

HEXA6E4A6
Decimal166228166
Binary101001101110010010100110
Octal246344246

Shades and tints

Shades of #A6E4A6

#A6E4A6
(166,228,166)
#97D097
(151,208,151)
#88BC88
(136,188,136)
#79A879
(121,168,121)
#6A946A
(106,148,106)
#5B805B
(91,128,91)
#4C6C4C
(76,108,76)
#3D583D
(61,88,61)
#2E442E
(46,68,46)
#1F301F
(31,48,31)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #A6E4A6

#A6E4A6
(166,228,166)
#AEE6AE
(174,230,174)
#B6E8B6
(182,232,182)
#BEEABE
(190,234,190)
#C6ECC6
(198,236,198)
#CEEECE
(206,238,206)
#D6F0D6
(214,240,214)
#DEF2DE
(222,242,222)
#E6F4E6
(230,244,230)
#EEF6EE
(238,246,238)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E4A6; }

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

This text font color is #A6E4A6.


Background Color

.myBgColor { background-color: #A6E4A6; }

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

This div background color is #A6E4A6.


Border color

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

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

This div border color is #A6E4A6.


Opacity

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

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

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

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

This text has shadow with #A6E4A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E4A6 on black background.


Color preview on white background

This text has color #A6E4A6 on white background.



Black color preview on #A6E4A6 background

This text has black color on #A6E4A6 background.


White color preview on #A6E4A6 background

This text has white color on #A6E4A6 background.