COLOR #A5D980

HEX: #A5D980
RGB: (165,217,128)

Renk bilgisi

#A5D980 contains mainly red and green colors. #A5D980 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5D980 color RGB value is (165,217,128).

  • kırmız ton 165;
  • yeşil ton 217;
  • mavi ton 128.
RGB:
(165,217,128)
(65%,85%,50%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 128 of 255 = 50%

165
217
128

R + G + B ~ 67%. #A5D980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 128 = 510 (100%)
R 165 of 510 ~ 32.35%
G 217 of 510 ~ 42.55%
B 128 of 510 ~ 25.1%

%32.35
%42.55
%25.1

CMYK RENK MODELİ

#A5D980 rengi CMYK tonu (24,0,41,15).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 41.01%
  • ana renk tonu 14.90%
CMYK:
(24,0,41,15)
C24M0Y41K15 
(24%,0%,41%,15%)
(0.24/0.00/0.41/0.15)	

CMYK yüzdeleri

%23.96
%0
%41.01
%14.9

Codes

Color #A5D980 in popluar color models

A5D980
RGB165217128
HSL95°53.94%67.65%
HSB/HSV95°41.01%85.10%
CMYK23.96%0.00%41.01%
14.90%

Color #A5D980 in popluar number systems.

HEXA5D980
Decimal165217128
Binary101001011101100110000000
Octal245331200

Shades and tints

Shades of #A5D980

#A5D980
(165,217,128)
#96C675
(150,198,117)
#87B36A
(135,179,106)
#78A05F
(120,160,95)
#698D54
(105,141,84)
#5A7A49
(90,122,73)
#4B673E
(75,103,62)
#3C5433
(60,84,51)
#2D4128
(45,65,40)
#1E2E1D
(30,46,29)
#0F1B12
(15,27,18)
#000000
(0,0,0)

Tints of #A5D980

#A5D980
(165,217,128)
#ADDC8B
(173,220,139)
#B5DF96
(181,223,150)
#BDE2A1
(189,226,161)
#C5E5AC
(197,229,172)
#CDE8B7
(205,232,183)
#D5EBC2
(213,235,194)
#DDEECD
(221,238,205)
#E5F1D8
(229,241,216)
#EDF4E3
(237,244,227)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D980; }

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

This text font color is #A5D980.


Background Color

.myBgColor { background-color: #A5D980; }

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

This div background color is #A5D980.


Border color

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

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

This div border color is #A5D980.


Opacity

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

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

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

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

This text has shadow with #A5D980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D980 on black background.


Color preview on white background

This text has color #A5D980 on white background.



Black color preview on #A5D980 background

This text has black color on #A5D980 background.


White color preview on #A5D980 background

This text has white color on #A5D980 background.