COLOR #A5E87E

HEX: #A5E87E
RGB: (165,232,126)

Renk bilgisi

#A5E87E contains mainly green color. #A5E87E ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#A5E87E color RGB value is (165,232,126).

  • kırmız ton 165;
  • yeşil ton 232;
  • mavi ton 126.
RGB:
(165,232,126)
(65%,91%,49%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 232 of 255 = 91%
B 126 of 255 = 49%

165
232
126

R + G + B ~ 68%. #A5E87E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 232 + 126 = 523 (100%)
R 165 of 523 ~ 31.55%
G 232 of 523 ~ 44.36%
B 126 of 523 ~ 24.09%

%31.55
%44.36
%24.09

CMYK RENK MODELİ

#A5E87E rengi CMYK tonu (29,0,46,9).

  • camgöbeği tonu 28.88%
  • eflatun tonu 0.00%
  • sarı tonu 45.69%
  • ana renk tonu 9.02%
CMYK:
(29,0,46,9)
C29M0Y46K9 
(29%,0%,46%,9%)
(0.29/0.00/0.46/0.09)	

CMYK yüzdeleri

%28.88
%0
%45.69
%9.02

Codes

Color #A5E87E in popluar color models

A5E87E
RGB165232126
HSL98°69.74%70.20%
HSB/HSV98°45.69%90.98%
CMYK28.88%0.00%45.69%
9.02%

Color #A5E87E in popluar number systems.

HEXA5E87E
Decimal165232126
Binary10100101111010001111110
Octal245350176

Shades and tints

Shades of #A5E87E

#A5E87E
(165,232,126)
#96D373
(150,211,115)
#87BE68
(135,190,104)
#78A95D
(120,169,93)
#699452
(105,148,82)
#5A7F47
(90,127,71)
#4B6A3C
(75,106,60)
#3C5531
(60,85,49)
#2D4026
(45,64,38)
#1E2B1B
(30,43,27)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #A5E87E

#A5E87E
(165,232,126)
#ADEA89
(173,234,137)
#B5EC94
(181,236,148)
#BDEE9F
(189,238,159)
#C5F0AA
(197,240,170)
#CDF2B5
(205,242,181)
#D5F4C0
(213,244,192)
#DDF6CB
(221,246,203)
#E5F8D6
(229,248,214)
#EDFAE1
(237,250,225)
#F5FCEC
(245,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E87E color. Also use rgb(165,232,126) instead hex code.

Text Font Color

.myTextColor { color: #A5E87E; }

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

This text font color is #A5E87E.


Background Color

.myBgColor { background-color: #A5E87E; }

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

This div background color is #A5E87E.


Border color

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

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

This div border color is #A5E87E.


Opacity

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

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

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

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

This text has shadow with #A5E87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E87E on black background.


Color preview on white background

This text has color #A5E87E on white background.



Black color preview on #A5E87E background

This text has black color on #A5E87E background.


White color preview on #A5E87E background

This text has white color on #A5E87E background.