COLOR #A6E69B

HEX: #A6E69B
RGB: (166,230,155)

Renk bilgisi

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

RGB renk modeli

#A6E69B color RGB value is (166,230,155).

  • kırmız ton 166;
  • yeşil ton 230;
  • mavi ton 155.
RGB:
(166,230,155)
(65%,90%,61%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 230 of 255 = 90%
B 155 of 255 = 61%

166
230
155

R + G + B ~ 72%. #A6E69B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 230 + 155 = 551 (100%)
R 166 of 551 ~ 30.13%
G 230 of 551 ~ 41.74%
B 155 of 551 ~ 28.13%

%30.13
%41.74
%28.13

CMYK RENK MODELİ

#A6E69B rengi CMYK tonu (28,0,33,10).

  • camgöbeği tonu 27.83%
  • eflatun tonu 0.00%
  • sarı tonu 32.61%
  • ana renk tonu 9.80%
CMYK:
(28,0,33,10)
C28M0Y33K10 
(28%,0%,33%,10%)
(0.28/0.00/0.33/0.10)	

CMYK yüzdeleri

%27.83
%0
%32.61
%9.8

Codes

Color #A6E69B in popluar color models

A6E69B
RGB166230155
HSL111°60.00%75.49%
HSB/HSV111°32.61%90.20%
CMYK27.83%0.00%32.61%
9.80%

Color #A6E69B in popluar number systems.

HEXA6E69B
Decimal166230155
Binary101001101110011010011011
Octal246346233

Shades and tints

Shades of #A6E69B

#A6E69B
(166,230,155)
#97D28D
(151,210,141)
#88BE7F
(136,190,127)
#79AA71
(121,170,113)
#6A9663
(106,150,99)
#5B8255
(91,130,85)
#4C6E47
(76,110,71)
#3D5A39
(61,90,57)
#2E462B
(46,70,43)
#1F321D
(31,50,29)
#101E0F
(16,30,15)
#000000
(0,0,0)

Tints of #A6E69B

#A6E69B
(166,230,155)
#AEE8A4
(174,232,164)
#B6EAAD
(182,234,173)
#BEECB6
(190,236,182)
#C6EEBF
(198,238,191)
#CEF0C8
(206,240,200)
#D6F2D1
(214,242,209)
#DEF4DA
(222,244,218)
#E6F6E3
(230,246,227)
#EEF8EC
(238,248,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E69B; }

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

This text font color is #A6E69B.


Background Color

.myBgColor { background-color: #A6E69B; }

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

This div background color is #A6E69B.


Border color

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

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

This div border color is #A6E69B.


Opacity

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

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

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

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

This text has shadow with #A6E69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E69B on black background.


Color preview on white background

This text has color #A6E69B on white background.



Black color preview on #A6E69B background

This text has black color on #A6E69B background.


White color preview on #A6E69B background

This text has white color on #A6E69B background.