COLOR #A5C59F

HEX: #A5C59F
RGB: (165,197,159)

Renk bilgisi

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

RGB renk modeli

#A5C59F color RGB value is (165,197,159).

  • kırmız ton 165;
  • yeşil ton 197;
  • mavi ton 159.
RGB:
(165,197,159)
(65%,77%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 197 of 255 = 77%
B 159 of 255 = 62%

165
197
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 197 + 159 = 521 (100%)
R 165 of 521 ~ 31.67%
G 197 of 521 ~ 37.81%
B 159 of 521 ~ 30.52%

%31.67
%37.81
%30.52

CMYK RENK MODELİ

#A5C59F rengi CMYK tonu (16,0,19,23).

  • camgöbeği tonu 16.24%
  • eflatun tonu 0.00%
  • sarı tonu 19.29%
  • ana renk tonu 22.75%
CMYK:
(16,0,19,23)
C16M0Y19K23 
(16%,0%,19%,23%)
(0.16/0.00/0.19/0.23)	

CMYK yüzdeleri

%16.24
%0
%19.29
%22.75

Codes

Color #A5C59F in popluar color models

A5C59F
RGB165197159
HSL111°24.68%69.80%
HSB/HSV111°19.29%77.25%
CMYK16.24%0.00%19.29%
22.75%

Color #A5C59F in popluar number systems.

HEXA5C59F
Decimal165197159
Binary101001011100010110011111
Octal245305237

Shades and tints

Shades of #A5C59F

#A5C59F
(165,197,159)
#96B491
(150,180,145)
#87A383
(135,163,131)
#789275
(120,146,117)
#698167
(105,129,103)
#5A7059
(90,112,89)
#4B5F4B
(75,95,75)
#3C4E3D
(60,78,61)
#2D3D2F
(45,61,47)
#1E2C21
(30,44,33)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #A5C59F

#A5C59F
(165,197,159)
#ADCAA7
(173,202,167)
#B5CFAF
(181,207,175)
#BDD4B7
(189,212,183)
#C5D9BF
(197,217,191)
#CDDEC7
(205,222,199)
#D5E3CF
(213,227,207)
#DDE8D7
(221,232,215)
#E5EDDF
(229,237,223)
#EDF2E7
(237,242,231)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C59F color. Also use rgb(165,197,159) instead hex code.

Text Font Color

.myTextColor { color: #A5C59F; }

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

This text font color is #A5C59F.


Background Color

.myBgColor { background-color: #A5C59F; }

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

This div background color is #A5C59F.


Border color

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

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

This div border color is #A5C59F.


Opacity

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

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

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

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

This text has shadow with #A5C59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C59F on black background.


Color preview on white background

This text has color #A5C59F on white background.



Black color preview on #A5C59F background

This text has black color on #A5C59F background.


White color preview on #A5C59F background

This text has white color on #A5C59F background.