COLOR #A5D9A4

HEX: #A5D9A4
RGB: (165,217,164)

Renk bilgisi

#A5D9A4 contains red, green and blue colors in about the same proportion. #A5D9A4 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5D9A4 color RGB value is (165,217,164).

  • kırmız ton 165;
  • yeşil ton 217;
  • mavi ton 164.
RGB:
(165,217,164)
(65%,85%,64%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 164 of 255 = 64%

165
217
164

R + G + B ~ 71%. #A5D9A4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 164 = 546 (100%)
R 165 of 546 ~ 30.22%
G 217 of 546 ~ 39.74%
B 164 of 546 ~ 30.04%

%30.22
%39.74
%30.04

CMYK RENK MODELİ

#A5D9A4 rengi CMYK tonu (24,0,24,15).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 24.42%
  • ana renk tonu 14.90%
CMYK:
(24,0,24,15)
C24M0Y24K15 
(24%,0%,24%,15%)
(0.24/0.00/0.24/0.15)	

CMYK yüzdeleri

%23.96
%0
%24.42
%14.9

Codes

Color #A5D9A4 in popluar color models

A5D9A4
RGB165217164
HSL119°41.09%74.71%
HSB/HSV119°24.42%85.10%
CMYK23.96%0.00%24.42%
14.90%

Color #A5D9A4 in popluar number systems.

HEXA5D9A4
Decimal165217164
Binary101001011101100110100100
Octal245331244

Shades and tints

Shades of #A5D9A4

#A5D9A4
(165,217,164)
#96C696
(150,198,150)
#87B388
(135,179,136)
#78A07A
(120,160,122)
#698D6C
(105,141,108)
#5A7A5E
(90,122,94)
#4B6750
(75,103,80)
#3C5442
(60,84,66)
#2D4134
(45,65,52)
#1E2E26
(30,46,38)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #A5D9A4

#A5D9A4
(165,217,164)
#ADDCAC
(173,220,172)
#B5DFB4
(181,223,180)
#BDE2BC
(189,226,188)
#C5E5C4
(197,229,196)
#CDE8CC
(205,232,204)
#D5EBD4
(213,235,212)
#DDEEDC
(221,238,220)
#E5F1E4
(229,241,228)
#EDF4EC
(237,244,236)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D9A4 color. Also use rgb(165,217,164) instead hex code.

Text Font Color

.myTextColor { color: #A5D9A4; }

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

This text font color is #A5D9A4.


Background Color

.myBgColor { background-color: #A5D9A4; }

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

This div background color is #A5D9A4.


Border color

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

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

This div border color is #A5D9A4.


Opacity

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

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

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

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

This text has shadow with #A5D9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D9A4 on black background.


Color preview on white background

This text has color #A5D9A4 on white background.



Black color preview on #A5D9A4 background

This text has black color on #A5D9A4 background.


White color preview on #A5D9A4 background

This text has white color on #A5D9A4 background.