COLOR #A4D61D

HEX: #A4D61D
RGB: (164,214,29)

Renk bilgisi

#A4D61D contains mainly red and green colors. #A4D61D ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#A4D61D color RGB value is (164,214,29).

  • kırmız ton 164;
  • yeşil ton 214;
  • mavi ton 29.
RGB:
(164,214,29)
(64%,84%,11%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 214 of 255 = 84%
B 29 of 255 = 11%

164
214
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 214 + 29 = 407 (100%)
R 164 of 407 ~ 40.29%
G 214 of 407 ~ 52.58%
B 29 of 407 ~ 7.13%

%40.29
%52.58

CMYK RENK MODELİ

#A4D61D rengi CMYK tonu (23,0,86,16).

  • camgöbeği tonu 23.36%
  • eflatun tonu 0.00%
  • sarı tonu 86.45%
  • ana renk tonu 16.08%
CMYK:
(23,0,86,16)
C23M0Y86K16 
(23%,0%,86%,16%)
(0.23/0.00/0.86/0.16)	

CMYK yüzdeleri

%23.36
%0
%86.45
%16.08

Codes

Color #A4D61D in popluar color models

A4D61D
RGB16421429
HSL76°76.13%47.65%
HSB/HSV76°86.45%83.92%
CMYK23.36%0.00%86.45%
16.08%

Color #A4D61D in popluar number systems.

HEXA4D61D
Decimal16421429
Binary101001001101011011101
Octal24432635

Shades and tints

Shades of #A4D61D

#A4D61D
(164,214,29)
#96C31B
(150,195,27)
#88B019
(136,176,25)
#7A9D17
(122,157,23)
#6C8A15
(108,138,21)
#5E7713
(94,119,19)
#506411
(80,100,17)
#42510F
(66,81,15)
#343E0D
(52,62,13)
#262B0B
(38,43,11)
#181809
(24,24,9)
#000000
(0,0,0)

Tints of #A4D61D

#A4D61D
(164,214,29)
#ACD931
(172,217,49)
#B4DC45
(180,220,69)
#BCDF59
(188,223,89)
#C4E26D
(196,226,109)
#CCE581
(204,229,129)
#D4E895
(212,232,149)
#DCEBA9
(220,235,169)
#E4EEBD
(228,238,189)
#ECF1D1
(236,241,209)
#F4F4E5
(244,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D61D color. Also use rgb(164,214,29) instead hex code.

Text Font Color

.myTextColor { color: #A4D61D; }

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

This text font color is #A4D61D.


Background Color

.myBgColor { background-color: #A4D61D; }

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

This div background color is #A4D61D.


Border color

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

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

This div border color is #A4D61D.


Opacity

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

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

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

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

This text has shadow with #A4D61D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D61D on black background.


Color preview on white background

This text has color #A4D61D on white background.



Black color preview on #A4D61D background

This text has black color on #A4D61D background.


White color preview on #A4D61D background

This text has white color on #A4D61D background.