COLOR #A5EB95

HEX: #A5EB95
RGB: (165,235,149)

Renk bilgisi

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

RGB renk modeli

#A5EB95 color RGB value is (165,235,149).

  • kırmız ton 165;
  • yeşil ton 235;
  • mavi ton 149.
RGB:
(165,235,149)
(65%,92%,58%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 235 of 255 = 92%
B 149 of 255 = 58%

165
235
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 235 + 149 = 549 (100%)
R 165 of 549 ~ 30.05%
G 235 of 549 ~ 42.81%
B 149 of 549 ~ 27.14%

%30.05
%42.81
%27.14

CMYK RENK MODELİ

#A5EB95 rengi CMYK tonu (30,0,37,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 36.60%
  • ana renk tonu 7.84%
CMYK:
(30,0,37,8)
C30M0Y37K8 
(30%,0%,37%,8%)
(0.30/0.00/0.37/0.08)	

CMYK yüzdeleri

%29.79
%0
%36.6
%7.84

Codes

Color #A5EB95 in popluar color models

A5EB95
RGB165235149
HSL109°68.25%75.29%
HSB/HSV109°36.60%92.16%
CMYK29.79%0.00%36.60%
7.84%

Color #A5EB95 in popluar number systems.

HEXA5EB95
Decimal165235149
Binary101001011110101110010101
Octal245353225

Shades and tints

Shades of #A5EB95

#A5EB95
(165,235,149)
#96D688
(150,214,136)
#87C17B
(135,193,123)
#78AC6E
(120,172,110)
#699761
(105,151,97)
#5A8254
(90,130,84)
#4B6D47
(75,109,71)
#3C583A
(60,88,58)
#2D432D
(45,67,45)
#1E2E20
(30,46,32)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5EB95

#A5EB95
(165,235,149)
#ADEC9E
(173,236,158)
#B5EDA7
(181,237,167)
#BDEEB0
(189,238,176)
#C5EFB9
(197,239,185)
#CDF0C2
(205,240,194)
#D5F1CB
(213,241,203)
#DDF2D4
(221,242,212)
#E5F3DD
(229,243,221)
#EDF4E6
(237,244,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EB95 color. Also use rgb(165,235,149) instead hex code.

Text Font Color

.myTextColor { color: #A5EB95; }

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

This text font color is #A5EB95.


Background Color

.myBgColor { background-color: #A5EB95; }

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

This div background color is #A5EB95.


Border color

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

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

This div border color is #A5EB95.


Opacity

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

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

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

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

This text has shadow with #A5EB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EB95 on black background.


Color preview on white background

This text has color #A5EB95 on white background.



Black color preview on #A5EB95 background

This text has black color on #A5EB95 background.


White color preview on #A5EB95 background

This text has white color on #A5EB95 background.