COLOR #A6E9A6

HEX: #A6E9A6
RGB: (166,233,166)

Renk bilgisi

#A6E9A6 contains mainly green color. #A6E9A6 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A6E9A6 color RGB value is (166,233,166).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 233 of 255 = 91%
B 166 of 255 = 65%

166
233
166

R + G + B ~ 74%. #A6E9A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 233 + 166 = 565 (100%)
R 166 of 565 ~ 29.38%
G 233 of 565 ~ 41.24%
B 166 of 565 ~ 29.38%

%29.38
%41.24
%29.38

CMYK RENK MODELİ

#A6E9A6 rengi CMYK tonu (29,0,29,9).

  • camgöbeği tonu 28.76%
  • eflatun tonu 0.00%
  • sarı tonu 28.76%
  • ana renk tonu 8.63%
CMYK:
(29,0,29,9)
C29M0Y29K9 
(29%,0%,29%,9%)
(0.29/0.00/0.29/0.09)	

CMYK yüzdeleri

%28.76
%0
%28.76
%8.63

Codes

Color #A6E9A6 in popluar color models

A6E9A6
RGB166233166
HSL120°60.36%78.24%
HSB/HSV120°28.76%91.37%
CMYK28.76%0.00%28.76%
8.63%

Color #A6E9A6 in popluar number systems.

HEXA6E9A6
Decimal166233166
Binary101001101110100110100110
Octal246351246

Shades and tints

Shades of #A6E9A6

#A6E9A6
(166,233,166)
#97D497
(151,212,151)
#88BF88
(136,191,136)
#79AA79
(121,170,121)
#6A956A
(106,149,106)
#5B805B
(91,128,91)
#4C6B4C
(76,107,76)
#3D563D
(61,86,61)
#2E412E
(46,65,46)
#1F2C1F
(31,44,31)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #A6E9A6

#A6E9A6
(166,233,166)
#AEEBAE
(174,235,174)
#B6EDB6
(182,237,182)
#BEEFBE
(190,239,190)
#C6F1C6
(198,241,198)
#CEF3CE
(206,243,206)
#D6F5D6
(214,245,214)
#DEF7DE
(222,247,222)
#E6F9E6
(230,249,230)
#EEFBEE
(238,251,238)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E9A6; }

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

This text font color is #A6E9A6.


Background Color

.myBgColor { background-color: #A6E9A6; }

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

This div background color is #A6E9A6.


Border color

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

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

This div border color is #A6E9A6.


Opacity

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

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

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

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

This text has shadow with #A6E9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E9A6 on black background.


Color preview on white background

This text has color #A6E9A6 on white background.



Black color preview on #A6E9A6 background

This text has black color on #A6E9A6 background.


White color preview on #A6E9A6 background

This text has white color on #A6E9A6 background.