COLOR #A5D6A6

HEX: #A5D6A6
RGB: (165,214,166)

Renk bilgisi

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

RGB renk modeli

#A5D6A6 color RGB value is (165,214,166).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 214 of 255 = 84%
B 166 of 255 = 65%

165
214
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 214 + 166 = 545 (100%)
R 165 of 545 ~ 30.28%
G 214 of 545 ~ 39.27%
B 166 of 545 ~ 30.46%

%30.28
%39.27
%30.46

CMYK RENK MODELİ

#A5D6A6 rengi CMYK tonu (23,0,22,16).

  • camgöbeği tonu 22.90%
  • eflatun tonu 0.00%
  • sarı tonu 22.43%
  • ana renk tonu 16.08%
CMYK:
(23,0,22,16)
C23M0Y22K16 
(23%,0%,22%,16%)
(0.23/0.00/0.22/0.16)	

CMYK yüzdeleri

%22.9
%0
%22.43
%16.08

Codes

Color #A5D6A6 in popluar color models

A5D6A6
RGB165214166
HSL121°37.40%74.31%
HSB/HSV121°22.90%83.92%
CMYK22.90%0.00%22.43%
16.08%

Color #A5D6A6 in popluar number systems.

HEXA5D6A6
Decimal165214166
Binary101001011101011010100110
Octal245326246

Shades and tints

Shades of #A5D6A6

#A5D6A6
(165,214,166)
#96C397
(150,195,151)
#87B088
(135,176,136)
#789D79
(120,157,121)
#698A6A
(105,138,106)
#5A775B
(90,119,91)
#4B644C
(75,100,76)
#3C513D
(60,81,61)
#2D3E2E
(45,62,46)
#1E2B1F
(30,43,31)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #A5D6A6

#A5D6A6
(165,214,166)
#ADD9AE
(173,217,174)
#B5DCB6
(181,220,182)
#BDDFBE
(189,223,190)
#C5E2C6
(197,226,198)
#CDE5CE
(205,229,206)
#D5E8D6
(213,232,214)
#DDEBDE
(221,235,222)
#E5EEE6
(229,238,230)
#EDF1EE
(237,241,238)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D6A6; }

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

This text font color is #A5D6A6.


Background Color

.myBgColor { background-color: #A5D6A6; }

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

This div background color is #A5D6A6.


Border color

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

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

This div border color is #A5D6A6.


Opacity

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

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

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

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

This text has shadow with #A5D6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D6A6 on black background.


Color preview on white background

This text has color #A5D6A6 on white background.



Black color preview on #A5D6A6 background

This text has black color on #A5D6A6 background.


White color preview on #A5D6A6 background

This text has white color on #A5D6A6 background.