COLOR #A5EFA6

HEX: #A5EFA6
RGB: (165,239,166)

Renk bilgisi

#A5EFA6 contains mainly green color. #A5EFA6 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A5EFA6 color RGB value is (165,239,166).

  • kırmız ton 165;
  • yeşil ton 239;
  • mavi ton 166.
RGB:
(165,239,166)
(65%,94%,65%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 239 of 255 = 94%
B 166 of 255 = 65%

165
239
166

R + G + B ~ 75%. #A5EFA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 239 + 166 = 570 (100%)
R 165 of 570 ~ 28.95%
G 239 of 570 ~ 41.93%
B 166 of 570 ~ 29.12%

%28.95
%41.93
%29.12

CMYK RENK MODELİ

#A5EFA6 rengi CMYK tonu (31,0,31,6).

  • camgöbeği tonu 30.96%
  • eflatun tonu 0.00%
  • sarı tonu 30.54%
  • ana renk tonu 6.27%
CMYK:
(31,0,31,6)
C31M0Y31K6 
(31%,0%,31%,6%)
(0.31/0.00/0.31/0.06)	

CMYK yüzdeleri

%30.96
%0
%30.54
%6.27

Codes

Color #A5EFA6 in popluar color models

A5EFA6
RGB165239166
HSL121°69.81%79.22%
HSB/HSV121°30.96%93.73%
CMYK30.96%0.00%30.54%
6.27%

Color #A5EFA6 in popluar number systems.

HEXA5EFA6
Decimal165239166
Binary101001011110111110100110
Octal245357246

Shades and tints

Shades of #A5EFA6

#A5EFA6
(165,239,166)
#96DA97
(150,218,151)
#87C588
(135,197,136)
#78B079
(120,176,121)
#699B6A
(105,155,106)
#5A865B
(90,134,91)
#4B714C
(75,113,76)
#3C5C3D
(60,92,61)
#2D472E
(45,71,46)
#1E321F
(30,50,31)
#0F1D10
(15,29,16)
#000000
(0,0,0)

Tints of #A5EFA6

#A5EFA6
(165,239,166)
#ADF0AE
(173,240,174)
#B5F1B6
(181,241,182)
#BDF2BE
(189,242,190)
#C5F3C6
(197,243,198)
#CDF4CE
(205,244,206)
#D5F5D6
(213,245,214)
#DDF6DE
(221,246,222)
#E5F7E6
(229,247,230)
#EDF8EE
(237,248,238)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EFA6 color. Also use rgb(165,239,166) instead hex code.

Text Font Color

.myTextColor { color: #A5EFA6; }

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

This text font color is #A5EFA6.


Background Color

.myBgColor { background-color: #A5EFA6; }

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

This div background color is #A5EFA6.


Border color

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

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

This div border color is #A5EFA6.


Opacity

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

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

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

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

This text has shadow with #A5EFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EFA6 on black background.


Color preview on white background

This text has color #A5EFA6 on white background.



Black color preview on #A5EFA6 background

This text has black color on #A5EFA6 background.


White color preview on #A5EFA6 background

This text has white color on #A5EFA6 background.