COLOR #A4E529

HEX: #A4E529
RGB: (164,229,41)

Renk bilgisi

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

RGB renk modeli

#A4E529 color RGB value is (164,229,41).

  • kırmız ton 164;
  • yeşil ton 229;
  • mavi ton 41.
RGB:
(164,229,41)
(64%,90%,16%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 229 of 255 = 90%
B 41 of 255 = 16%

164
229
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 229 + 41 = 434 (100%)
R 164 of 434 ~ 37.79%
G 229 of 434 ~ 52.76%
B 41 of 434 ~ 9.45%

%37.79
%52.76

CMYK RENK MODELİ

#A4E529 rengi CMYK tonu (28,0,82,10).

  • camgöbeği tonu 28.38%
  • eflatun tonu 0.00%
  • sarı tonu 82.10%
  • ana renk tonu 10.20%
CMYK:
(28,0,82,10)
C28M0Y82K10 
(28%,0%,82%,10%)
(0.28/0.00/0.82/0.10)	

CMYK yüzdeleri

%28.38
%0
%82.1
%10.2

Codes

Color #A4E529 in popluar color models

A4E529
RGB16422941
HSL81°78.33%52.94%
HSB/HSV81°82.10%89.80%
CMYK28.38%0.00%82.10%
10.20%

Color #A4E529 in popluar number systems.

HEXA4E529
Decimal16422941
Binary1010010011100101101001
Octal24434551

Shades and tints

Shades of #A4E529

#A4E529
(164,229,41)
#96D126
(150,209,38)
#88BD23
(136,189,35)
#7AA920
(122,169,32)
#6C951D
(108,149,29)
#5E811A
(94,129,26)
#506D17
(80,109,23)
#425914
(66,89,20)
#344511
(52,69,17)
#26310E
(38,49,14)
#181D0B
(24,29,11)
#000000
(0,0,0)

Tints of #A4E529

#A4E529
(164,229,41)
#ACE73C
(172,231,60)
#B4E94F
(180,233,79)
#BCEB62
(188,235,98)
#C4ED75
(196,237,117)
#CCEF88
(204,239,136)
#D4F19B
(212,241,155)
#DCF3AE
(220,243,174)
#E4F5C1
(228,245,193)
#ECF7D4
(236,247,212)
#F4F9E7
(244,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E529 color. Also use rgb(164,229,41) instead hex code.

Text Font Color

.myTextColor { color: #A4E529; }

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

This text font color is #A4E529.


Background Color

.myBgColor { background-color: #A4E529; }

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

This div background color is #A4E529.


Border color

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

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

This div border color is #A4E529.


Opacity

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

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

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

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

This text has shadow with #A4E529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E529 on black background.


Color preview on white background

This text has color #A4E529 on white background.



Black color preview on #A4E529 background

This text has black color on #A4E529 background.


White color preview on #A4E529 background

This text has white color on #A4E529 background.