COLOR #A5C481

HEX: #A5C481
RGB: (165,196,129)

Renk bilgisi

#A5C481 contains mainly red and green colors. #A5C481 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5C481 color RGB value is (165,196,129).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 196 of 255 = 77%
B 129 of 255 = 51%

165
196
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 196 + 129 = 490 (100%)
R 165 of 490 ~ 33.67%
G 196 of 490 ~ 40%
B 129 of 490 ~ 26.33%

%33.67
%40
%26.33

CMYK RENK MODELİ

#A5C481 rengi CMYK tonu (16,0,34,23).

  • camgöbeği tonu 15.82%
  • eflatun tonu 0.00%
  • sarı tonu 34.18%
  • ana renk tonu 23.14%
CMYK:
(16,0,34,23)
C16M0Y34K23 
(16%,0%,34%,23%)
(0.16/0.00/0.34/0.23)	

CMYK yüzdeleri

%15.82
%0
%34.18
%23.14

Codes

Color #A5C481 in popluar color models

A5C481
RGB165196129
HSL88°36.22%63.73%
HSB/HSV88°34.18%76.86%
CMYK15.82%0.00%34.18%
23.14%

Color #A5C481 in popluar number systems.

HEXA5C481
Decimal165196129
Binary101001011100010010000001
Octal245304201

Shades and tints

Shades of #A5C481

#A5C481
(165,196,129)
#96B376
(150,179,118)
#87A26B
(135,162,107)
#789160
(120,145,96)
#698055
(105,128,85)
#5A6F4A
(90,111,74)
#4B5E3F
(75,94,63)
#3C4D34
(60,77,52)
#2D3C29
(45,60,41)
#1E2B1E
(30,43,30)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5C481

#A5C481
(165,196,129)
#ADC98C
(173,201,140)
#B5CE97
(181,206,151)
#BDD3A2
(189,211,162)
#C5D8AD
(197,216,173)
#CDDDB8
(205,221,184)
#D5E2C3
(213,226,195)
#DDE7CE
(221,231,206)
#E5ECD9
(229,236,217)
#EDF1E4
(237,241,228)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C481; }

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

This text font color is #A5C481.


Background Color

.myBgColor { background-color: #A5C481; }

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

This div background color is #A5C481.


Border color

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

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

This div border color is #A5C481.


Opacity

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

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

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

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

This text has shadow with #A5C481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C481 on black background.


Color preview on white background

This text has color #A5C481 on white background.



Black color preview on #A5C481 background

This text has black color on #A5C481 background.


White color preview on #A5C481 background

This text has white color on #A5C481 background.