COLOR #A5D864

HEX: #A5D864
RGB: (165,216,100)

Renk bilgisi

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

RGB renk modeli

#A5D864 color RGB value is (165,216,100).

  • kırmız ton 165;
  • yeşil ton 216;
  • mavi ton 100.
RGB:
(165,216,100)
(65%,85%,39%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 216 of 255 = 85%
B 100 of 255 = 39%

165
216
100

R + G + B ~ 63%. #A5D864 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 216 + 100 = 481 (100%)
R 165 of 481 ~ 34.3%
G 216 of 481 ~ 44.91%
B 100 of 481 ~ 20.79%

%34.3
%44.91
%20.79

CMYK RENK MODELİ

#A5D864 rengi CMYK tonu (24,0,54,15).

  • camgöbeği tonu 23.61%
  • eflatun tonu 0.00%
  • sarı tonu 53.70%
  • ana renk tonu 15.29%
CMYK:
(24,0,54,15)
C24M0Y54K15 
(24%,0%,54%,15%)
(0.24/0.00/0.54/0.15)	

CMYK yüzdeleri

%23.61
%0
%53.7
%15.29

Codes

Color #A5D864 in popluar color models

A5D864
RGB165216100
HSL86°59.79%61.96%
HSB/HSV86°53.70%84.71%
CMYK23.61%0.00%53.70%
15.29%

Color #A5D864 in popluar number systems.

HEXA5D864
Decimal165216100
Binary10100101110110001100100
Octal245330144

Shades and tints

Shades of #A5D864

#A5D864
(165,216,100)
#96C55B
(150,197,91)
#87B252
(135,178,82)
#789F49
(120,159,73)
#698C40
(105,140,64)
#5A7937
(90,121,55)
#4B662E
(75,102,46)
#3C5325
(60,83,37)
#2D401C
(45,64,28)
#1E2D13
(30,45,19)
#0F1A0A
(15,26,10)
#000000
(0,0,0)

Tints of #A5D864

#A5D864
(165,216,100)
#ADDB72
(173,219,114)
#B5DE80
(181,222,128)
#BDE18E
(189,225,142)
#C5E49C
(197,228,156)
#CDE7AA
(205,231,170)
#D5EAB8
(213,234,184)
#DDEDC6
(221,237,198)
#E5F0D4
(229,240,212)
#EDF3E2
(237,243,226)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D864 color. Also use rgb(165,216,100) instead hex code.

Text Font Color

.myTextColor { color: #A5D864; }

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

This text font color is #A5D864.


Background Color

.myBgColor { background-color: #A5D864; }

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

This div background color is #A5D864.


Border color

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

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

This div border color is #A5D864.


Opacity

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

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

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

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

This text has shadow with #A5D864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D864 on black background.


Color preview on white background

This text has color #A5D864 on white background.



Black color preview on #A5D864 background

This text has black color on #A5D864 background.


White color preview on #A5D864 background

This text has white color on #A5D864 background.