COLOR #A5D5A1

HEX: #A5D5A1
RGB: (165,213,161)

Renk bilgisi

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

RGB renk modeli

#A5D5A1 color RGB value is (165,213,161).

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

RGB bağlantıları ve doygunluk

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

165
213
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 213 + 161 = 539 (100%)
R 165 of 539 ~ 30.61%
G 213 of 539 ~ 39.52%
B 161 of 539 ~ 29.87%

%30.61
%39.52
%29.87

CMYK RENK MODELİ

#A5D5A1 rengi CMYK tonu (23,0,24,16).

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

CMYK yüzdeleri

%22.54
%0
%24.41
%16.47

Codes

Color #A5D5A1 in popluar color models

A5D5A1
RGB165213161
HSL115°38.24%73.33%
HSB/HSV115°24.41%83.53%
CMYK22.54%0.00%24.41%
16.47%

Color #A5D5A1 in popluar number systems.

HEXA5D5A1
Decimal165213161
Binary101001011101010110100001
Octal245325241

Shades and tints

Shades of #A5D5A1

#A5D5A1
(165,213,161)
#96C293
(150,194,147)
#87AF85
(135,175,133)
#789C77
(120,156,119)
#698969
(105,137,105)
#5A765B
(90,118,91)
#4B634D
(75,99,77)
#3C503F
(60,80,63)
#2D3D31
(45,61,49)
#1E2A23
(30,42,35)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #A5D5A1

#A5D5A1
(165,213,161)
#ADD8A9
(173,216,169)
#B5DBB1
(181,219,177)
#BDDEB9
(189,222,185)
#C5E1C1
(197,225,193)
#CDE4C9
(205,228,201)
#D5E7D1
(213,231,209)
#DDEAD9
(221,234,217)
#E5EDE1
(229,237,225)
#EDF0E9
(237,240,233)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D5A1; }

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

This text font color is #A5D5A1.


Background Color

.myBgColor { background-color: #A5D5A1; }

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

This div background color is #A5D5A1.


Border color

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

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

This div border color is #A5D5A1.


Opacity

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

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

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

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

This text has shadow with #A5D5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5A1 on black background.


Color preview on white background

This text has color #A5D5A1 on white background.



Black color preview on #A5D5A1 background

This text has black color on #A5D5A1 background.


White color preview on #A5D5A1 background

This text has white color on #A5D5A1 background.