COLOR #A5D17B

HEX: #A5D17B
RGB: (165,209,123)

Renk bilgisi

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

RGB renk modeli

#A5D17B color RGB value is (165,209,123).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 209 of 255 = 82%
B 123 of 255 = 48%

165
209
123

R + G + B ~ 65%. #A5D17B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 209 + 123 = 497 (100%)
R 165 of 497 ~ 33.2%
G 209 of 497 ~ 42.05%
B 123 of 497 ~ 24.75%

%33.2
%42.05
%24.75

CMYK RENK MODELİ

#A5D17B rengi CMYK tonu (21,0,41,18).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 41.15%
  • ana renk tonu 18.04%
CMYK:
(21,0,41,18)
C21M0Y41K18 
(21%,0%,41%,18%)
(0.21/0.00/0.41/0.18)	

CMYK yüzdeleri

%21.05
%0
%41.15
%18.04

Codes

Color #A5D17B in popluar color models

A5D17B
RGB165209123
HSL91°48.31%65.10%
HSB/HSV91°41.15%81.96%
CMYK21.05%0.00%41.15%
18.04%

Color #A5D17B in popluar number systems.

HEXA5D17B
Decimal165209123
Binary10100101110100011111011
Octal245321173

Shades and tints

Shades of #A5D17B

#A5D17B
(165,209,123)
#96BE70
(150,190,112)
#87AB65
(135,171,101)
#78985A
(120,152,90)
#69854F
(105,133,79)
#5A7244
(90,114,68)
#4B5F39
(75,95,57)
#3C4C2E
(60,76,46)
#2D3923
(45,57,35)
#1E2618
(30,38,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A5D17B

#A5D17B
(165,209,123)
#ADD587
(173,213,135)
#B5D993
(181,217,147)
#BDDD9F
(189,221,159)
#C5E1AB
(197,225,171)
#CDE5B7
(205,229,183)
#D5E9C3
(213,233,195)
#DDEDCF
(221,237,207)
#E5F1DB
(229,241,219)
#EDF5E7
(237,245,231)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D17B; }

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

This text font color is #A5D17B.


Background Color

.myBgColor { background-color: #A5D17B; }

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

This div background color is #A5D17B.


Border color

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

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

This div border color is #A5D17B.


Opacity

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

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

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

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

This text has shadow with #A5D17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D17B on black background.


Color preview on white background

This text has color #A5D17B on white background.



Black color preview on #A5D17B background

This text has black color on #A5D17B background.


White color preview on #A5D17B background

This text has white color on #A5D17B background.