COLOR #A5D591

HEX: #A5D591
RGB: (165,213,145)

Renk bilgisi

#A5D591 contains mainly red and green colors. #A5D591 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5D591 color RGB value is (165,213,145).

  • kırmız ton 165;
  • yeşil ton 213;
  • mavi ton 145.
RGB:
(165,213,145)
(65%,84%,57%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 213 of 255 = 84%
B 145 of 255 = 57%

165
213
145

R + G + B ~ 69%. #A5D591 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 213 + 145 = 523 (100%)
R 165 of 523 ~ 31.55%
G 213 of 523 ~ 40.73%
B 145 of 523 ~ 27.72%

%31.55
%40.73
%27.72

CMYK RENK MODELİ

#A5D591 rengi CMYK tonu (23,0,32,16).

  • camgöbeği tonu 22.54%
  • eflatun tonu 0.00%
  • sarı tonu 31.92%
  • ana renk tonu 16.47%
CMYK:
(23,0,32,16)
C23M0Y32K16 
(23%,0%,32%,16%)
(0.23/0.00/0.32/0.16)	

CMYK yüzdeleri

%22.54
%0
%31.92
%16.47

Codes

Color #A5D591 in popluar color models

A5D591
RGB165213145
HSL102°44.74%70.20%
HSB/HSV102°31.92%83.53%
CMYK22.54%0.00%31.92%
16.47%

Color #A5D591 in popluar number systems.

HEXA5D591
Decimal165213145
Binary101001011101010110010001
Octal245325221

Shades and tints

Shades of #A5D591

#A5D591
(165,213,145)
#96C284
(150,194,132)
#87AF77
(135,175,119)
#789C6A
(120,156,106)
#69895D
(105,137,93)
#5A7650
(90,118,80)
#4B6343
(75,99,67)
#3C5036
(60,80,54)
#2D3D29
(45,61,41)
#1E2A1C
(30,42,28)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5D591

#A5D591
(165,213,145)
#ADD89B
(173,216,155)
#B5DBA5
(181,219,165)
#BDDEAF
(189,222,175)
#C5E1B9
(197,225,185)
#CDE4C3
(205,228,195)
#D5E7CD
(213,231,205)
#DDEAD7
(221,234,215)
#E5EDE1
(229,237,225)
#EDF0EB
(237,240,235)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D591 color. Also use rgb(165,213,145) instead hex code.

Text Font Color

.myTextColor { color: #A5D591; }

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

This text font color is #A5D591.


Background Color

.myBgColor { background-color: #A5D591; }

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

This div background color is #A5D591.


Border color

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

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

This div border color is #A5D591.


Opacity

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

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

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

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

This text has shadow with #A5D591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D591 on black background.


Color preview on white background

This text has color #A5D591 on white background.



Black color preview on #A5D591 background

This text has black color on #A5D591 background.


White color preview on #A5D591 background

This text has white color on #A5D591 background.