COLOR #A6E253

HEX: #A6E253
RGB: (166,226,83)

Renk bilgisi

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

RGB renk modeli

#A6E253 color RGB value is (166,226,83).

  • kırmız ton 166;
  • yeşil ton 226;
  • mavi ton 83.
RGB:
(166,226,83)
(65%,89%,33%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 226 of 255 = 89%
B 83 of 255 = 33%

166
226
83

R + G + B ~ 62%. #A6E253 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 226 + 83 = 475 (100%)
R 166 of 475 ~ 34.95%
G 226 of 475 ~ 47.58%
B 83 of 475 ~ 17.47%

%34.95
%47.58
%17.47

CMYK RENK MODELİ

#A6E253 rengi CMYK tonu (27,0,63,11).

  • camgöbeği tonu 26.55%
  • eflatun tonu 0.00%
  • sarı tonu 63.27%
  • ana renk tonu 11.37%
CMYK:
(27,0,63,11)
C27M0Y63K11 
(27%,0%,63%,11%)
(0.27/0.00/0.63/0.11)	

CMYK yüzdeleri

%26.55
%0
%63.27
%11.37

Codes

Color #A6E253 in popluar color models

A6E253
RGB16622683
HSL85°71.14%60.59%
HSB/HSV85°63.27%88.63%
CMYK26.55%0.00%63.27%
11.37%

Color #A6E253 in popluar number systems.

HEXA6E253
Decimal16622683
Binary10100110111000101010011
Octal246342123

Shades and tints

Shades of #A6E253

#A6E253
(166,226,83)
#97CE4C
(151,206,76)
#88BA45
(136,186,69)
#79A63E
(121,166,62)
#6A9237
(106,146,55)
#5B7E30
(91,126,48)
#4C6A29
(76,106,41)
#3D5622
(61,86,34)
#2E421B
(46,66,27)
#1F2E14
(31,46,20)
#101A0D
(16,26,13)
#000000
(0,0,0)

Tints of #A6E253

#A6E253
(166,226,83)
#AEE462
(174,228,98)
#B6E671
(182,230,113)
#BEE880
(190,232,128)
#C6EA8F
(198,234,143)
#CEEC9E
(206,236,158)
#D6EEAD
(214,238,173)
#DEF0BC
(222,240,188)
#E6F2CB
(230,242,203)
#EEF4DA
(238,244,218)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E253; }

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

This text font color is #A6E253.


Background Color

.myBgColor { background-color: #A6E253; }

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

This div background color is #A6E253.


Border color

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

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

This div border color is #A6E253.


Opacity

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

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

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

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

This text has shadow with #A6E253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E253 on black background.


Color preview on white background

This text has color #A6E253 on white background.



Black color preview on #A6E253 background

This text has black color on #A6E253 background.


White color preview on #A6E253 background

This text has white color on #A6E253 background.