COLOR #A5E620

HEX: #A5E620
RGB: (165,230,32)

Renk bilgisi

#A5E620 contains mainly green color. #A5E620 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#A5E620 color RGB value is (165,230,32).

  • kırmız ton 165;
  • yeşil ton 230;
  • mavi ton 32.
RGB:
(165,230,32)
(65%,90%,13%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 230 of 255 = 90%
B 32 of 255 = 13%

165
230
32

R + G + B ~ 56%. #A5E620 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 230 + 32 = 427 (100%)
R 165 of 427 ~ 38.64%
G 230 of 427 ~ 53.86%
B 32 of 427 ~ 7.49%

%38.64
%53.86

CMYK RENK MODELİ

#A5E620 rengi CMYK tonu (28,0,86,10).

  • camgöbeği tonu 28.26%
  • eflatun tonu 0.00%
  • sarı tonu 86.09%
  • ana renk tonu 9.80%
CMYK:
(28,0,86,10)
C28M0Y86K10 
(28%,0%,86%,10%)
(0.28/0.00/0.86/0.10)	

CMYK yüzdeleri

%28.26
%0
%86.09
%9.8

Codes

Color #A5E620 in popluar color models

A5E620
RGB16523032
HSL80°79.84%51.37%
HSB/HSV80°86.09%90.20%
CMYK28.26%0.00%86.09%
9.80%

Color #A5E620 in popluar number systems.

HEXA5E620
Decimal16523032
Binary1010010111100110100000
Octal24534640

Shades and tints

Shades of #A5E620

#A5E620
(165,230,32)
#96D21E
(150,210,30)
#87BE1C
(135,190,28)
#78AA1A
(120,170,26)
#699618
(105,150,24)
#5A8216
(90,130,22)
#4B6E14
(75,110,20)
#3C5A12
(60,90,18)
#2D4610
(45,70,16)
#1E320E
(30,50,14)
#0F1E0C
(15,30,12)
#000000
(0,0,0)

Tints of #A5E620

#A5E620
(165,230,32)
#ADE834
(173,232,52)
#B5EA48
(181,234,72)
#BDEC5C
(189,236,92)
#C5EE70
(197,238,112)
#CDF084
(205,240,132)
#D5F298
(213,242,152)
#DDF4AC
(221,244,172)
#E5F6C0
(229,246,192)
#EDF8D4
(237,248,212)
#F5FAE8
(245,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E620 color. Also use rgb(165,230,32) instead hex code.

Text Font Color

.myTextColor { color: #A5E620; }

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

This text font color is #A5E620.


Background Color

.myBgColor { background-color: #A5E620; }

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

This div background color is #A5E620.


Border color

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

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

This div border color is #A5E620.


Opacity

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

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

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

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

This text has shadow with #A5E620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E620 on black background.


Color preview on white background

This text has color #A5E620 on white background.



Black color preview on #A5E620 background

This text has black color on #A5E620 background.


White color preview on #A5E620 background

This text has white color on #A5E620 background.