COLOR #A5EF93

HEX: #A5EF93
RGB: (165,239,147)

Renk bilgisi

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

RGB renk modeli

#A5EF93 color RGB value is (165,239,147).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 239 of 255 = 94%
B 147 of 255 = 58%

165
239
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 239 + 147 = 551 (100%)
R 165 of 551 ~ 29.95%
G 239 of 551 ~ 43.38%
B 147 of 551 ~ 26.68%

%29.95
%43.38
%26.68

CMYK RENK MODELİ

#A5EF93 rengi CMYK tonu (31,0,38,6).

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

CMYK yüzdeleri

%30.96
%0
%38.49
%6.27

Codes

Color #A5EF93 in popluar color models

A5EF93
RGB165239147
HSL108°74.19%75.69%
HSB/HSV108°38.49%93.73%
CMYK30.96%0.00%38.49%
6.27%

Color #A5EF93 in popluar number systems.

HEXA5EF93
Decimal165239147
Binary101001011110111110010011
Octal245357223

Shades and tints

Shades of #A5EF93

#A5EF93
(165,239,147)
#96DA86
(150,218,134)
#87C579
(135,197,121)
#78B06C
(120,176,108)
#699B5F
(105,155,95)
#5A8652
(90,134,82)
#4B7145
(75,113,69)
#3C5C38
(60,92,56)
#2D472B
(45,71,43)
#1E321E
(30,50,30)
#0F1D11
(15,29,17)
#000000
(0,0,0)

Tints of #A5EF93

#A5EF93
(165,239,147)
#ADF09C
(173,240,156)
#B5F1A5
(181,241,165)
#BDF2AE
(189,242,174)
#C5F3B7
(197,243,183)
#CDF4C0
(205,244,192)
#D5F5C9
(213,245,201)
#DDF6D2
(221,246,210)
#E5F7DB
(229,247,219)
#EDF8E4
(237,248,228)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EF93; }

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

This text font color is #A5EF93.


Background Color

.myBgColor { background-color: #A5EF93; }

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

This div background color is #A5EF93.


Border color

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

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

This div border color is #A5EF93.


Opacity

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

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

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

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

This text has shadow with #A5EF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EF93 on black background.


Color preview on white background

This text has color #A5EF93 on white background.



Black color preview on #A5EF93 background

This text has black color on #A5EF93 background.


White color preview on #A5EF93 background

This text has white color on #A5EF93 background.