COLOR #A5E59C

HEX: #A5E59C
RGB: (165,229,156)

Renk bilgisi

#A5E59C contains mainly green color. #A5E59C ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5E59C color RGB value is (165,229,156).

  • kırmız ton 165;
  • yeşil ton 229;
  • mavi ton 156.
RGB:
(165,229,156)
(65%,90%,61%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 156 of 255 = 61%

165
229
156

R + G + B ~ 72%. #A5E59C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 156 = 550 (100%)
R 165 of 550 ~ 30%
G 229 of 550 ~ 41.64%
B 156 of 550 ~ 28.36%

%30
%41.64
%28.36

CMYK RENK MODELİ

#A5E59C rengi CMYK tonu (28,0,32,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 31.88%
  • ana renk tonu 10.20%
CMYK:
(28,0,32,10)
C28M0Y32K10 
(28%,0%,32%,10%)
(0.28/0.00/0.32/0.10)	

CMYK yüzdeleri

%27.95
%0
%31.88
%10.2

Codes

Color #A5E59C in popluar color models

A5E59C
RGB165229156
HSL113°58.40%75.49%
HSB/HSV113°31.88%89.80%
CMYK27.95%0.00%31.88%
10.20%

Color #A5E59C in popluar number systems.

HEXA5E59C
Decimal165229156
Binary101001011110010110011100
Octal245345234

Shades and tints

Shades of #A5E59C

#A5E59C
(165,229,156)
#96D18E
(150,209,142)
#87BD80
(135,189,128)
#78A972
(120,169,114)
#699564
(105,149,100)
#5A8156
(90,129,86)
#4B6D48
(75,109,72)
#3C593A
(60,89,58)
#2D452C
(45,69,44)
#1E311E
(30,49,30)
#0F1D10
(15,29,16)
#000000
(0,0,0)

Tints of #A5E59C

#A5E59C
(165,229,156)
#ADE7A5
(173,231,165)
#B5E9AE
(181,233,174)
#BDEBB7
(189,235,183)
#C5EDC0
(197,237,192)
#CDEFC9
(205,239,201)
#D5F1D2
(213,241,210)
#DDF3DB
(221,243,219)
#E5F5E4
(229,245,228)
#EDF7ED
(237,247,237)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E59C color. Also use rgb(165,229,156) instead hex code.

Text Font Color

.myTextColor { color: #A5E59C; }

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

This text font color is #A5E59C.


Background Color

.myBgColor { background-color: #A5E59C; }

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

This div background color is #A5E59C.


Border color

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

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

This div border color is #A5E59C.


Opacity

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

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

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

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

This text has shadow with #A5E59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E59C on black background.


Color preview on white background

This text has color #A5E59C on white background.



Black color preview on #A5E59C background

This text has black color on #A5E59C background.


White color preview on #A5E59C background

This text has white color on #A5E59C background.