COLOR #A5D196

HEX: #A5D196
RGB: (165,209,150)

Renk bilgisi

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

RGB renk modeli

#A5D196 color RGB value is (165,209,150).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 150 of 255 = 59%

165
209
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 150 = 524 (100%)
R 165 of 524 ~ 31.49%
G 209 of 524 ~ 39.89%
B 150 of 524 ~ 28.63%

%31.49
%39.89
%28.63

CMYK RENK MODELİ

#A5D196 rengi CMYK tonu (21,0,28,18).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 28.23%
  • ana renk tonu 18.04%
CMYK:
(21,0,28,18)
C21M0Y28K18 
(21%,0%,28%,18%)
(0.21/0.00/0.28/0.18)	

CMYK yüzdeleri

%21.05
%0
%28.23
%18.04

Codes

Color #A5D196 in popluar color models

A5D196
RGB165209150
HSL105°39.07%70.39%
HSB/HSV105°28.23%81.96%
CMYK21.05%0.00%28.23%
18.04%

Color #A5D196 in popluar number systems.

HEXA5D196
Decimal165209150
Binary101001011101000110010110
Octal245321226

Shades and tints

Shades of #A5D196

#A5D196
(165,209,150)
#96BE89
(150,190,137)
#87AB7C
(135,171,124)
#78986F
(120,152,111)
#698562
(105,133,98)
#5A7255
(90,114,85)
#4B5F48
(75,95,72)
#3C4C3B
(60,76,59)
#2D392E
(45,57,46)
#1E2621
(30,38,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5D196

#A5D196
(165,209,150)
#ADD59F
(173,213,159)
#B5D9A8
(181,217,168)
#BDDDB1
(189,221,177)
#C5E1BA
(197,225,186)
#CDE5C3
(205,229,195)
#D5E9CC
(213,233,204)
#DDEDD5
(221,237,213)
#E5F1DE
(229,241,222)
#EDF5E7
(237,245,231)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D196; }

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

This text font color is #A5D196.


Background Color

.myBgColor { background-color: #A5D196; }

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

This div background color is #A5D196.


Border color

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

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

This div border color is #A5D196.


Opacity

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

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

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

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

This text has shadow with #A5D196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D196 on black background.


Color preview on white background

This text has color #A5D196 on white background.



Black color preview on #A5D196 background

This text has black color on #A5D196 background.


White color preview on #A5D196 background

This text has white color on #A5D196 background.