COLOR #A6E57D

HEX: #A6E57D
RGB: (166,229,125)

Renk bilgisi

#A6E57D contains mainly green color. #A6E57D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A6E57D color RGB value is (166,229,125).

  • kırmız ton 166;
  • yeşil ton 229;
  • mavi ton 125.
RGB:
(166,229,125)
(65%,90%,49%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 229 of 255 = 90%
B 125 of 255 = 49%

166
229
125

R + G + B ~ 68%. #A6E57D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 229 + 125 = 520 (100%)
R 166 of 520 ~ 31.92%
G 229 of 520 ~ 44.04%
B 125 of 520 ~ 24.04%

%31.92
%44.04
%24.04

CMYK RENK MODELİ

#A6E57D rengi CMYK tonu (28,0,45,10).

  • camgöbeği tonu 27.51%
  • eflatun tonu 0.00%
  • sarı tonu 45.41%
  • ana renk tonu 10.20%
CMYK:
(28,0,45,10)
C28M0Y45K10 
(28%,0%,45%,10%)
(0.28/0.00/0.45/0.10)	

CMYK yüzdeleri

%27.51
%0
%45.41
%10.2

Codes

Color #A6E57D in popluar color models

A6E57D
RGB166229125
HSL96°66.67%69.41%
HSB/HSV96°45.41%89.80%
CMYK27.51%0.00%45.41%
10.20%

Color #A6E57D in popluar number systems.

HEXA6E57D
Decimal166229125
Binary10100110111001011111101
Octal246345175

Shades and tints

Shades of #A6E57D

#A6E57D
(166,229,125)
#97D172
(151,209,114)
#88BD67
(136,189,103)
#79A95C
(121,169,92)
#6A9551
(106,149,81)
#5B8146
(91,129,70)
#4C6D3B
(76,109,59)
#3D5930
(61,89,48)
#2E4525
(46,69,37)
#1F311A
(31,49,26)
#101D0F
(16,29,15)
#000000
(0,0,0)

Tints of #A6E57D

#A6E57D
(166,229,125)
#AEE788
(174,231,136)
#B6E993
(182,233,147)
#BEEB9E
(190,235,158)
#C6EDA9
(198,237,169)
#CEEFB4
(206,239,180)
#D6F1BF
(214,241,191)
#DEF3CA
(222,243,202)
#E6F5D5
(230,245,213)
#EEF7E0
(238,247,224)
#F6F9EB
(246,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E57D; }

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

This text font color is #A6E57D.


Background Color

.myBgColor { background-color: #A6E57D; }

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

This div background color is #A6E57D.


Border color

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

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

This div border color is #A6E57D.


Opacity

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

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

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

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

This text has shadow with #A6E57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E57D on black background.


Color preview on white background

This text has color #A6E57D on white background.



Black color preview on #A6E57D background

This text has black color on #A6E57D background.


White color preview on #A6E57D background

This text has white color on #A6E57D background.