COLOR #A5D273

HEX: #A5D273
RGB: (165,210,115)

Renk bilgisi

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

RGB renk modeli

#A5D273 color RGB value is (165,210,115).

  • kırmız ton 165;
  • yeşil ton 210;
  • mavi ton 115.
RGB:
(165,210,115)
(65%,82%,45%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 210 of 255 = 82%
B 115 of 255 = 45%

165
210
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 210 + 115 = 490 (100%)
R 165 of 490 ~ 33.67%
G 210 of 490 ~ 42.86%
B 115 of 490 ~ 23.47%

%33.67
%42.86
%23.47

CMYK RENK MODELİ

#A5D273 rengi CMYK tonu (21,0,45,18).

  • camgöbeği tonu 21.43%
  • eflatun tonu 0.00%
  • sarı tonu 45.24%
  • ana renk tonu 17.65%
CMYK:
(21,0,45,18)
C21M0Y45K18 
(21%,0%,45%,18%)
(0.21/0.00/0.45/0.18)	

CMYK yüzdeleri

%21.43
%0
%45.24
%17.65

Codes

Color #A5D273 in popluar color models

A5D273
RGB165210115
HSL88°51.35%63.73%
HSB/HSV88°45.24%82.35%
CMYK21.43%0.00%45.24%
17.65%

Color #A5D273 in popluar number systems.

HEXA5D273
Decimal165210115
Binary10100101110100101110011
Octal245322163

Shades and tints

Shades of #A5D273

#A5D273
(165,210,115)
#96BF69
(150,191,105)
#87AC5F
(135,172,95)
#789955
(120,153,85)
#69864B
(105,134,75)
#5A7341
(90,115,65)
#4B6037
(75,96,55)
#3C4D2D
(60,77,45)
#2D3A23
(45,58,35)
#1E2719
(30,39,25)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5D273

#A5D273
(165,210,115)
#ADD67F
(173,214,127)
#B5DA8B
(181,218,139)
#BDDE97
(189,222,151)
#C5E2A3
(197,226,163)
#CDE6AF
(205,230,175)
#D5EABB
(213,234,187)
#DDEEC7
(221,238,199)
#E5F2D3
(229,242,211)
#EDF6DF
(237,246,223)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D273 color. Also use rgb(165,210,115) instead hex code.

Text Font Color

.myTextColor { color: #A5D273; }

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

This text font color is #A5D273.


Background Color

.myBgColor { background-color: #A5D273; }

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

This div background color is #A5D273.


Border color

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

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

This div border color is #A5D273.


Opacity

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

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

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

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

This text has shadow with #A5D273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D273 on black background.


Color preview on white background

This text has color #A5D273 on white background.



Black color preview on #A5D273 background

This text has black color on #A5D273 background.


White color preview on #A5D273 background

This text has white color on #A5D273 background.