COLOR #A5C475

HEX: #A5C475
RGB: (165,196,117)

Renk bilgisi

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

RGB renk modeli

#A5C475 color RGB value is (165,196,117).

  • kırmız ton 165;
  • yeşil ton 196;
  • mavi ton 117.
RGB:
(165,196,117)
(65%,77%,46%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 196 of 255 = 77%
B 117 of 255 = 46%

165
196
117

R + G + B ~ 63%. #A5C475 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 196 + 117 = 478 (100%)
R 165 of 478 ~ 34.52%
G 196 of 478 ~ 41%
B 117 of 478 ~ 24.48%

%34.52
%41
%24.48

CMYK RENK MODELİ

#A5C475 rengi CMYK tonu (16,0,40,23).

  • camgöbeği tonu 15.82%
  • eflatun tonu 0.00%
  • sarı tonu 40.31%
  • ana renk tonu 23.14%
CMYK:
(16,0,40,23)
C16M0Y40K23 
(16%,0%,40%,23%)
(0.16/0.00/0.40/0.23)	

CMYK yüzdeleri

%15.82
%0
%40.31
%23.14

Codes

Color #A5C475 in popluar color models

A5C475
RGB165196117
HSL84°40.10%61.37%
HSB/HSV84°40.31%76.86%
CMYK15.82%0.00%40.31%
23.14%

Color #A5C475 in popluar number systems.

HEXA5C475
Decimal165196117
Binary10100101110001001110101
Octal245304165

Shades and tints

Shades of #A5C475

#A5C475
(165,196,117)
#96B36B
(150,179,107)
#87A261
(135,162,97)
#789157
(120,145,87)
#69804D
(105,128,77)
#5A6F43
(90,111,67)
#4B5E39
(75,94,57)
#3C4D2F
(60,77,47)
#2D3C25
(45,60,37)
#1E2B1B
(30,43,27)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #A5C475

#A5C475
(165,196,117)
#ADC981
(173,201,129)
#B5CE8D
(181,206,141)
#BDD399
(189,211,153)
#C5D8A5
(197,216,165)
#CDDDB1
(205,221,177)
#D5E2BD
(213,226,189)
#DDE7C9
(221,231,201)
#E5ECD5
(229,236,213)
#EDF1E1
(237,241,225)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C475 color. Also use rgb(165,196,117) instead hex code.

Text Font Color

.myTextColor { color: #A5C475; }

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

This text font color is #A5C475.


Background Color

.myBgColor { background-color: #A5C475; }

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

This div background color is #A5C475.


Border color

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

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

This div border color is #A5C475.


Opacity

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

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

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

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

This text has shadow with #A5C475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C475 on black background.


Color preview on white background

This text has color #A5C475 on white background.



Black color preview on #A5C475 background

This text has black color on #A5C475 background.


White color preview on #A5C475 background

This text has white color on #A5C475 background.