COLOR #A5D5A5

HEX: #A5D5A5
RGB: (165,213,165)

Renk bilgisi

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

RGB renk modeli

#A5D5A5 color RGB value is (165,213,165).

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

RGB bağlantıları ve doygunluk

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

165
213
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 213 + 165 = 543 (100%)
R 165 of 543 ~ 30.39%
G 213 of 543 ~ 39.23%
B 165 of 543 ~ 30.39%

%30.39
%39.23
%30.39

CMYK RENK MODELİ

#A5D5A5 rengi CMYK tonu (23,0,23,16).

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

CMYK yüzdeleri

%22.54
%0
%22.54
%16.47

Codes

Color #A5D5A5 in popluar color models

A5D5A5
RGB165213165
HSL120°36.36%74.12%
HSB/HSV120°22.54%83.53%
CMYK22.54%0.00%22.54%
16.47%

Color #A5D5A5 in popluar number systems.

HEXA5D5A5
Decimal165213165
Binary101001011101010110100101
Octal245325245

Shades and tints

Shades of #A5D5A5

#A5D5A5
(165,213,165)
#96C296
(150,194,150)
#87AF87
(135,175,135)
#789C78
(120,156,120)
#698969
(105,137,105)
#5A765A
(90,118,90)
#4B634B
(75,99,75)
#3C503C
(60,80,60)
#2D3D2D
(45,61,45)
#1E2A1E
(30,42,30)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5D5A5

#A5D5A5
(165,213,165)
#ADD8AD
(173,216,173)
#B5DBB5
(181,219,181)
#BDDEBD
(189,222,189)
#C5E1C5
(197,225,197)
#CDE4CD
(205,228,205)
#D5E7D5
(213,231,213)
#DDEADD
(221,234,221)
#E5EDE5
(229,237,229)
#EDF0ED
(237,240,237)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D5A5; }

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

This text font color is #A5D5A5.


Background Color

.myBgColor { background-color: #A5D5A5; }

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

This div background color is #A5D5A5.


Border color

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

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

This div border color is #A5D5A5.


Opacity

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

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

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

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

This text has shadow with #A5D5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5A5 on black background.


Color preview on white background

This text has color #A5D5A5 on white background.



Black color preview on #A5D5A5 background

This text has black color on #A5D5A5 background.


White color preview on #A5D5A5 background

This text has white color on #A5D5A5 background.