COLOR #A5C57D

HEX: #A5C57D
RGB: (165,197,125)

Renk bilgisi

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

RGB renk modeli

#A5C57D color RGB value is (165,197,125).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 197 of 255 = 77%
B 125 of 255 = 49%

165
197
125

R + G + B ~ 64%. #A5C57D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 197 + 125 = 487 (100%)
R 165 of 487 ~ 33.88%
G 197 of 487 ~ 40.45%
B 125 of 487 ~ 25.67%

%33.88
%40.45
%25.67

CMYK RENK MODELİ

#A5C57D rengi CMYK tonu (16,0,37,23).

  • camgöbeği tonu 16.24%
  • eflatun tonu 0.00%
  • sarı tonu 36.55%
  • ana renk tonu 22.75%
CMYK:
(16,0,37,23)
C16M0Y37K23 
(16%,0%,37%,23%)
(0.16/0.00/0.37/0.23)	

CMYK yüzdeleri

%16.24
%0
%36.55
%22.75

Codes

Color #A5C57D in popluar color models

A5C57D
RGB165197125
HSL87°38.30%63.14%
HSB/HSV87°36.55%77.25%
CMYK16.24%0.00%36.55%
22.75%

Color #A5C57D in popluar number systems.

HEXA5C57D
Decimal165197125
Binary10100101110001011111101
Octal245305175

Shades and tints

Shades of #A5C57D

#A5C57D
(165,197,125)
#96B472
(150,180,114)
#87A367
(135,163,103)
#78925C
(120,146,92)
#698151
(105,129,81)
#5A7046
(90,112,70)
#4B5F3B
(75,95,59)
#3C4E30
(60,78,48)
#2D3D25
(45,61,37)
#1E2C1A
(30,44,26)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #A5C57D

#A5C57D
(165,197,125)
#ADCA88
(173,202,136)
#B5CF93
(181,207,147)
#BDD49E
(189,212,158)
#C5D9A9
(197,217,169)
#CDDEB4
(205,222,180)
#D5E3BF
(213,227,191)
#DDE8CA
(221,232,202)
#E5EDD5
(229,237,213)
#EDF2E0
(237,242,224)
#F5F7EB
(245,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C57D; }

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

This text font color is #A5C57D.


Background Color

.myBgColor { background-color: #A5C57D; }

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

This div background color is #A5C57D.


Border color

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

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

This div border color is #A5C57D.


Opacity

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

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

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

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

This text has shadow with #A5C57D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C57D on black background.


Color preview on white background

This text has color #A5C57D on white background.



Black color preview on #A5C57D background

This text has black color on #A5C57D background.


White color preview on #A5C57D background

This text has white color on #A5C57D background.