COLOR #A6E961

HEX: #A6E961
RGB: (166,233,97)

Renk bilgisi

#A6E961 contains mainly green color. #A6E961 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#A6E961 color RGB value is (166,233,97).

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

RGB bağlantıları ve doygunluk

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

166
233
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 233 + 97 = 496 (100%)
R 166 of 496 ~ 33.47%
G 233 of 496 ~ 46.98%
B 97 of 496 ~ 19.56%

%33.47
%46.98
%19.56

CMYK RENK MODELİ

#A6E961 rengi CMYK tonu (29,0,58,9).

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

CMYK yüzdeleri

%28.76
%0
%58.37
%8.63

Codes

Color #A6E961 in popluar color models

A6E961
RGB16623397
HSL90°75.56%64.71%
HSB/HSV90°58.37%91.37%
CMYK28.76%0.00%58.37%
8.63%

Color #A6E961 in popluar number systems.

HEXA6E961
Decimal16623397
Binary10100110111010011100001
Octal246351141

Shades and tints

Shades of #A6E961

#A6E961
(166,233,97)
#97D459
(151,212,89)
#88BF51
(136,191,81)
#79AA49
(121,170,73)
#6A9541
(106,149,65)
#5B8039
(91,128,57)
#4C6B31
(76,107,49)
#3D5629
(61,86,41)
#2E4121
(46,65,33)
#1F2C19
(31,44,25)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #A6E961

#A6E961
(166,233,97)
#AEEB6F
(174,235,111)
#B6ED7D
(182,237,125)
#BEEF8B
(190,239,139)
#C6F199
(198,241,153)
#CEF3A7
(206,243,167)
#D6F5B5
(214,245,181)
#DEF7C3
(222,247,195)
#E6F9D1
(230,249,209)
#EEFBDF
(238,251,223)
#F6FDED
(246,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E961; }

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

This text font color is #A6E961.


Background Color

.myBgColor { background-color: #A6E961; }

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

This div background color is #A6E961.


Border color

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

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

This div border color is #A6E961.


Opacity

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

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

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

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

This text has shadow with #A6E961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E961 on black background.


Color preview on white background

This text has color #A6E961 on white background.



Black color preview on #A6E961 background

This text has black color on #A6E961 background.


White color preview on #A6E961 background

This text has white color on #A6E961 background.