COLOR #A5DF81

HEX: #A5DF81
RGB: (165,223,129)

Renk bilgisi

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

RGB renk modeli

#A5DF81 color RGB value is (165,223,129).

  • kırmız ton 165;
  • yeşil ton 223;
  • mavi ton 129.
RGB:
(165,223,129)
(65%,87%,51%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 223 of 255 = 87%
B 129 of 255 = 51%

165
223
129

R + G + B ~ 68%. #A5DF81 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 223 + 129 = 517 (100%)
R 165 of 517 ~ 31.91%
G 223 of 517 ~ 43.13%
B 129 of 517 ~ 24.95%

%31.91
%43.13
%24.95

CMYK RENK MODELİ

#A5DF81 rengi CMYK tonu (26,0,42,13).

  • camgöbeği tonu 26.01%
  • eflatun tonu 0.00%
  • sarı tonu 42.15%
  • ana renk tonu 12.55%
CMYK:
(26,0,42,13)
C26M0Y42K13 
(26%,0%,42%,13%)
(0.26/0.00/0.42/0.13)	

CMYK yüzdeleri

%26.01
%0
%42.15
%12.55

Codes

Color #A5DF81 in popluar color models

A5DF81
RGB165223129
HSL97°59.49%69.02%
HSB/HSV97°42.15%87.45%
CMYK26.01%0.00%42.15%
12.55%

Color #A5DF81 in popluar number systems.

HEXA5DF81
Decimal165223129
Binary101001011101111110000001
Octal245337201

Shades and tints

Shades of #A5DF81

#A5DF81
(165,223,129)
#96CB76
(150,203,118)
#87B76B
(135,183,107)
#78A360
(120,163,96)
#698F55
(105,143,85)
#5A7B4A
(90,123,74)
#4B673F
(75,103,63)
#3C5334
(60,83,52)
#2D3F29
(45,63,41)
#1E2B1E
(30,43,30)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5DF81

#A5DF81
(165,223,129)
#ADE18C
(173,225,140)
#B5E397
(181,227,151)
#BDE5A2
(189,229,162)
#C5E7AD
(197,231,173)
#CDE9B8
(205,233,184)
#D5EBC3
(213,235,195)
#DDEDCE
(221,237,206)
#E5EFD9
(229,239,217)
#EDF1E4
(237,241,228)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DF81 color. Also use rgb(165,223,129) instead hex code.

Text Font Color

.myTextColor { color: #A5DF81; }

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

This text font color is #A5DF81.


Background Color

.myBgColor { background-color: #A5DF81; }

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

This div background color is #A5DF81.


Border color

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

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

This div border color is #A5DF81.


Opacity

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

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

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

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

This text has shadow with #A5DF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DF81 on black background.


Color preview on white background

This text has color #A5DF81 on white background.



Black color preview on #A5DF81 background

This text has black color on #A5DF81 background.


White color preview on #A5DF81 background

This text has white color on #A5DF81 background.