COLOR #A5E583

HEX: #A5E583
RGB: (165,229,131)

Renk bilgisi

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

RGB renk modeli

#A5E583 color RGB value is (165,229,131).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 131 of 255 = 51%

165
229
131

R + G + B ~ 69%. #A5E583 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 131 = 525 (100%)
R 165 of 525 ~ 31.43%
G 229 of 525 ~ 43.62%
B 131 of 525 ~ 24.95%

%31.43
%43.62
%24.95

CMYK RENK MODELİ

#A5E583 rengi CMYK tonu (28,0,43,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 42.79%
  • ana renk tonu 10.20%
CMYK:
(28,0,43,10)
C28M0Y43K10 
(28%,0%,43%,10%)
(0.28/0.00/0.43/0.10)	

CMYK yüzdeleri

%27.95
%0
%42.79
%10.2

Codes

Color #A5E583 in popluar color models

A5E583
RGB165229131
HSL99°65.33%70.59%
HSB/HSV99°42.79%89.80%
CMYK27.95%0.00%42.79%
10.20%

Color #A5E583 in popluar number systems.

HEXA5E583
Decimal165229131
Binary101001011110010110000011
Octal245345203

Shades and tints

Shades of #A5E583

#A5E583
(165,229,131)
#96D178
(150,209,120)
#87BD6D
(135,189,109)
#78A962
(120,169,98)
#699557
(105,149,87)
#5A814C
(90,129,76)
#4B6D41
(75,109,65)
#3C5936
(60,89,54)
#2D452B
(45,69,43)
#1E3120
(30,49,32)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #A5E583

#A5E583
(165,229,131)
#ADE78E
(173,231,142)
#B5E999
(181,233,153)
#BDEBA4
(189,235,164)
#C5EDAF
(197,237,175)
#CDEFBA
(205,239,186)
#D5F1C5
(213,241,197)
#DDF3D0
(221,243,208)
#E5F5DB
(229,245,219)
#EDF7E6
(237,247,230)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E583; }

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

This text font color is #A5E583.


Background Color

.myBgColor { background-color: #A5E583; }

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

This div background color is #A5E583.


Border color

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

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

This div border color is #A5E583.


Opacity

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

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

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

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

This text has shadow with #A5E583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E583 on black background.


Color preview on white background

This text has color #A5E583 on white background.



Black color preview on #A5E583 background

This text has black color on #A5E583 background.


White color preview on #A5E583 background

This text has white color on #A5E583 background.