COLOR #A5D796

HEX: #A5D796
RGB: (165,215,150)

Renk bilgisi

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

RGB renk modeli

#A5D796 color RGB value is (165,215,150).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 215 of 255 = 84%
B 150 of 255 = 59%

165
215
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 215 + 150 = 530 (100%)
R 165 of 530 ~ 31.13%
G 215 of 530 ~ 40.57%
B 150 of 530 ~ 28.3%

%31.13
%40.57
%28.3

CMYK RENK MODELİ

#A5D796 rengi CMYK tonu (23,0,30,16).

  • camgöbeği tonu 23.26%
  • eflatun tonu 0.00%
  • sarı tonu 30.23%
  • ana renk tonu 15.69%
CMYK:
(23,0,30,16)
C23M0Y30K16 
(23%,0%,30%,16%)
(0.23/0.00/0.30/0.16)	

CMYK yüzdeleri

%23.26
%0
%30.23
%15.69

Codes

Color #A5D796 in popluar color models

A5D796
RGB165215150
HSL106°44.83%71.57%
HSB/HSV106°30.23%84.31%
CMYK23.26%0.00%30.23%
15.69%

Color #A5D796 in popluar number systems.

HEXA5D796
Decimal165215150
Binary101001011101011110010110
Octal245327226

Shades and tints

Shades of #A5D796

#A5D796
(165,215,150)
#96C489
(150,196,137)
#87B17C
(135,177,124)
#789E6F
(120,158,111)
#698B62
(105,139,98)
#5A7855
(90,120,85)
#4B6548
(75,101,72)
#3C523B
(60,82,59)
#2D3F2E
(45,63,46)
#1E2C21
(30,44,33)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #A5D796

#A5D796
(165,215,150)
#ADDA9F
(173,218,159)
#B5DDA8
(181,221,168)
#BDE0B1
(189,224,177)
#C5E3BA
(197,227,186)
#CDE6C3
(205,230,195)
#D5E9CC
(213,233,204)
#DDECD5
(221,236,213)
#E5EFDE
(229,239,222)
#EDF2E7
(237,242,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D796; }

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

This text font color is #A5D796.


Background Color

.myBgColor { background-color: #A5D796; }

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

This div background color is #A5D796.


Border color

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

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

This div border color is #A5D796.


Opacity

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

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

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

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

This text has shadow with #A5D796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D796 on black background.


Color preview on white background

This text has color #A5D796 on white background.



Black color preview on #A5D796 background

This text has black color on #A5D796 background.


White color preview on #A5D796 background

This text has white color on #A5D796 background.