COLOR #A5E51D

HEX: #A5E51D
RGB: (165,229,29)

Renk bilgisi

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

RGB renk modeli

#A5E51D color RGB value is (165,229,29).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 29 of 255 = 11%

165
229
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 29 = 423 (100%)
R 165 of 423 ~ 39.01%
G 229 of 423 ~ 54.14%
B 29 of 423 ~ 6.86%

%39.01
%54.14

CMYK RENK MODELİ

#A5E51D rengi CMYK tonu (28,0,87,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 87.34%
  • ana renk tonu 10.20%
CMYK:
(28,0,87,10)
C28M0Y87K10 
(28%,0%,87%,10%)
(0.28/0.00/0.87/0.10)	

CMYK yüzdeleri

%27.95
%0
%87.34
%10.2

Codes

Color #A5E51D in popluar color models

A5E51D
RGB16522929
HSL79°79.37%50.59%
HSB/HSV79°87.34%89.80%
CMYK27.95%0.00%87.34%
10.20%

Color #A5E51D in popluar number systems.

HEXA5E51D
Decimal16522929
Binary101001011110010111101
Octal24534535

Shades and tints

Shades of #A5E51D

#A5E51D
(165,229,29)
#96D11B
(150,209,27)
#87BD19
(135,189,25)
#78A917
(120,169,23)
#699515
(105,149,21)
#5A8113
(90,129,19)
#4B6D11
(75,109,17)
#3C590F
(60,89,15)
#2D450D
(45,69,13)
#1E310B
(30,49,11)
#0F1D09
(15,29,9)
#000000
(0,0,0)

Tints of #A5E51D

#A5E51D
(165,229,29)
#ADE731
(173,231,49)
#B5E945
(181,233,69)
#BDEB59
(189,235,89)
#C5ED6D
(197,237,109)
#CDEF81
(205,239,129)
#D5F195
(213,241,149)
#DDF3A9
(221,243,169)
#E5F5BD
(229,245,189)
#EDF7D1
(237,247,209)
#F5F9E5
(245,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E51D; }

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

This text font color is #A5E51D.


Background Color

.myBgColor { background-color: #A5E51D; }

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

This div background color is #A5E51D.


Border color

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

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

This div border color is #A5E51D.


Opacity

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

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

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

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

This text has shadow with #A5E51D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E51D on black background.


Color preview on white background

This text has color #A5E51D on white background.



Black color preview on #A5E51D background

This text has black color on #A5E51D background.


White color preview on #A5E51D background

This text has white color on #A5E51D background.