COLOR #A5E59F

HEX: #A5E59F
RGB: (165,229,159)

Renk bilgisi

#A5E59F contains mainly green color. #A5E59F ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5E59F color RGB value is (165,229,159).

  • kırmız ton 165;
  • yeşil ton 229;
  • mavi ton 159.
RGB:
(165,229,159)
(65%,90%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 159 of 255 = 62%

165
229
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 159 = 553 (100%)
R 165 of 553 ~ 29.84%
G 229 of 553 ~ 41.41%
B 159 of 553 ~ 28.75%

%29.84
%41.41
%28.75

CMYK RENK MODELİ

#A5E59F rengi CMYK tonu (28,0,31,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 30.57%
  • ana renk tonu 10.20%
CMYK:
(28,0,31,10)
C28M0Y31K10 
(28%,0%,31%,10%)
(0.28/0.00/0.31/0.10)	

CMYK yüzdeleri

%27.95
%0
%30.57
%10.2

Codes

Color #A5E59F in popluar color models

A5E59F
RGB165229159
HSL115°57.38%76.08%
HSB/HSV115°30.57%89.80%
CMYK27.95%0.00%30.57%
10.20%

Color #A5E59F in popluar number systems.

HEXA5E59F
Decimal165229159
Binary101001011110010110011111
Octal245345237

Shades and tints

Shades of #A5E59F

#A5E59F
(165,229,159)
#96D191
(150,209,145)
#87BD83
(135,189,131)
#78A975
(120,169,117)
#699567
(105,149,103)
#5A8159
(90,129,89)
#4B6D4B
(75,109,75)
#3C593D
(60,89,61)
#2D452F
(45,69,47)
#1E3121
(30,49,33)
#0F1D13
(15,29,19)
#000000
(0,0,0)

Tints of #A5E59F

#A5E59F
(165,229,159)
#ADE7A7
(173,231,167)
#B5E9AF
(181,233,175)
#BDEBB7
(189,235,183)
#C5EDBF
(197,237,191)
#CDEFC7
(205,239,199)
#D5F1CF
(213,241,207)
#DDF3D7
(221,243,215)
#E5F5DF
(229,245,223)
#EDF7E7
(237,247,231)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E59F color. Also use rgb(165,229,159) instead hex code.

Text Font Color

.myTextColor { color: #A5E59F; }

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

This text font color is #A5E59F.


Background Color

.myBgColor { background-color: #A5E59F; }

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

This div background color is #A5E59F.


Border color

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

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

This div border color is #A5E59F.


Opacity

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

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

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

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

This text has shadow with #A5E59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E59F on black background.


Color preview on white background

This text has color #A5E59F on white background.



Black color preview on #A5E59F background

This text has black color on #A5E59F background.


White color preview on #A5E59F background

This text has white color on #A5E59F background.