COLOR #A6E386

HEX: #A6E386
RGB: (166,227,134)

Renk bilgisi

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

RGB renk modeli

#A6E386 color RGB value is (166,227,134).

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

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 227 of 255 = 89%
B 134 of 255 = 53%

166
227
134

R + G + B ~ 69%. #A6E386 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 227 + 134 = 527 (100%)
R 166 of 527 ~ 31.5%
G 227 of 527 ~ 43.07%
B 134 of 527 ~ 25.43%

%31.5
%43.07
%25.43

CMYK RENK MODELİ

#A6E386 rengi CMYK tonu (27,0,41,11).

  • camgöbeği tonu 26.87%
  • eflatun tonu 0.00%
  • sarı tonu 40.97%
  • ana renk tonu 10.98%
CMYK:
(27,0,41,11)
C27M0Y41K11 
(27%,0%,41%,11%)
(0.27/0.00/0.41/0.11)	

CMYK yüzdeleri

%26.87
%0
%40.97
%10.98

Codes

Color #A6E386 in popluar color models

A6E386
RGB166227134
HSL99°62.42%70.78%
HSB/HSV99°40.97%89.02%
CMYK26.87%0.00%40.97%
10.98%

Color #A6E386 in popluar number systems.

HEXA6E386
Decimal166227134
Binary101001101110001110000110
Octal246343206

Shades and tints

Shades of #A6E386

#A6E386
(166,227,134)
#97CF7A
(151,207,122)
#88BB6E
(136,187,110)
#79A762
(121,167,98)
#6A9356
(106,147,86)
#5B7F4A
(91,127,74)
#4C6B3E
(76,107,62)
#3D5732
(61,87,50)
#2E4326
(46,67,38)
#1F2F1A
(31,47,26)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #A6E386

#A6E386
(166,227,134)
#AEE591
(174,229,145)
#B6E79C
(182,231,156)
#BEE9A7
(190,233,167)
#C6EBB2
(198,235,178)
#CEEDBD
(206,237,189)
#D6EFC8
(214,239,200)
#DEF1D3
(222,241,211)
#E6F3DE
(230,243,222)
#EEF5E9
(238,245,233)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E386; }

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

This text font color is #A6E386.


Background Color

.myBgColor { background-color: #A6E386; }

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

This div background color is #A6E386.


Border color

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

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

This div border color is #A6E386.


Opacity

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

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

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

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

This text has shadow with #A6E386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E386 on black background.


Color preview on white background

This text has color #A6E386 on white background.



Black color preview on #A6E386 background

This text has black color on #A6E386 background.


White color preview on #A6E386 background

This text has white color on #A6E386 background.