COLOR #A5D59B

HEX: #A5D59B
RGB: (165,213,155)

Renk bilgisi

#A5D59B contains red, green and blue colors in about the same proportion. #A5D59B ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5D59B color RGB value is (165,213,155).

  • kırmız ton 165;
  • yeşil ton 213;
  • mavi ton 155.
RGB:
(165,213,155)
(65%,84%,61%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 213 of 255 = 84%
B 155 of 255 = 61%

165
213
155

R + G + B ~ 70%. #A5D59B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 213 + 155 = 533 (100%)
R 165 of 533 ~ 30.96%
G 213 of 533 ~ 39.96%
B 155 of 533 ~ 29.08%

%30.96
%39.96
%29.08

CMYK RENK MODELİ

#A5D59B rengi CMYK tonu (23,0,27,16).

  • camgöbeği tonu 22.54%
  • eflatun tonu 0.00%
  • sarı tonu 27.23%
  • ana renk tonu 16.47%
CMYK:
(23,0,27,16)
C23M0Y27K16 
(23%,0%,27%,16%)
(0.23/0.00/0.27/0.16)	

CMYK yüzdeleri

%22.54
%0
%27.23
%16.47

Codes

Color #A5D59B in popluar color models

A5D59B
RGB165213155
HSL110°40.85%72.16%
HSB/HSV110°27.23%83.53%
CMYK22.54%0.00%27.23%
16.47%

Color #A5D59B in popluar number systems.

HEXA5D59B
Decimal165213155
Binary101001011101010110011011
Octal245325233

Shades and tints

Shades of #A5D59B

#A5D59B
(165,213,155)
#96C28D
(150,194,141)
#87AF7F
(135,175,127)
#789C71
(120,156,113)
#698963
(105,137,99)
#5A7655
(90,118,85)
#4B6347
(75,99,71)
#3C5039
(60,80,57)
#2D3D2B
(45,61,43)
#1E2A1D
(30,42,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A5D59B

#A5D59B
(165,213,155)
#ADD8A4
(173,216,164)
#B5DBAD
(181,219,173)
#BDDEB6
(189,222,182)
#C5E1BF
(197,225,191)
#CDE4C8
(205,228,200)
#D5E7D1
(213,231,209)
#DDEADA
(221,234,218)
#E5EDE3
(229,237,227)
#EDF0EC
(237,240,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D59B color. Also use rgb(165,213,155) instead hex code.

Text Font Color

.myTextColor { color: #A5D59B; }

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

This text font color is #A5D59B.


Background Color

.myBgColor { background-color: #A5D59B; }

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

This div background color is #A5D59B.


Border color

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

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

This div border color is #A5D59B.


Opacity

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

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

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

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

This text has shadow with #A5D59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D59B on black background.


Color preview on white background

This text has color #A5D59B on white background.



Black color preview on #A5D59B background

This text has black color on #A5D59B background.


White color preview on #A5D59B background

This text has white color on #A5D59B background.