COLOR #A5D95E

HEX: #A5D95E
RGB: (165,217,94)

Renk bilgisi

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

RGB renk modeli

#A5D95E color RGB value is (165,217,94).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 217 of 255 = 85%
B 94 of 255 = 37%

165
217
94

R + G + B ~ 62%. #A5D95E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 217 + 94 = 476 (100%)
R 165 of 476 ~ 34.66%
G 217 of 476 ~ 45.59%
B 94 of 476 ~ 19.75%

%34.66
%45.59
%19.75

CMYK RENK MODELİ

#A5D95E rengi CMYK tonu (24,0,57,15).

  • camgöbeği tonu 23.96%
  • eflatun tonu 0.00%
  • sarı tonu 56.68%
  • ana renk tonu 14.90%
CMYK:
(24,0,57,15)
C24M0Y57K15 
(24%,0%,57%,15%)
(0.24/0.00/0.57/0.15)	

CMYK yüzdeleri

%23.96
%0
%56.68
%14.9

Codes

Color #A5D95E in popluar color models

A5D95E
RGB16521794
HSL85°61.81%60.98%
HSB/HSV85°56.68%85.10%
CMYK23.96%0.00%56.68%
14.90%

Color #A5D95E in popluar number systems.

HEXA5D95E
Decimal16521794
Binary10100101110110011011110
Octal245331136

Shades and tints

Shades of #A5D95E

#A5D95E
(165,217,94)
#96C656
(150,198,86)
#87B34E
(135,179,78)
#78A046
(120,160,70)
#698D3E
(105,141,62)
#5A7A36
(90,122,54)
#4B672E
(75,103,46)
#3C5426
(60,84,38)
#2D411E
(45,65,30)
#1E2E16
(30,46,22)
#0F1B0E
(15,27,14)
#000000
(0,0,0)

Tints of #A5D95E

#A5D95E
(165,217,94)
#ADDC6C
(173,220,108)
#B5DF7A
(181,223,122)
#BDE288
(189,226,136)
#C5E596
(197,229,150)
#CDE8A4
(205,232,164)
#D5EBB2
(213,235,178)
#DDEEC0
(221,238,192)
#E5F1CE
(229,241,206)
#EDF4DC
(237,244,220)
#F5F7EA
(245,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D95E; }

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

This text font color is #A5D95E.


Background Color

.myBgColor { background-color: #A5D95E; }

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

This div background color is #A5D95E.


Border color

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

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

This div border color is #A5D95E.


Opacity

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

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

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

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

This text has shadow with #A5D95E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D95E on black background.


Color preview on white background

This text has color #A5D95E on white background.



Black color preview on #A5D95E background

This text has black color on #A5D95E background.


White color preview on #A5D95E background

This text has white color on #A5D95E background.