COLOR #A4D380

HEX: #A4D380
RGB: (164,211,128)

Renk bilgisi

#A4D380 contains mainly red and green colors. #A4D380 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A4D380 color RGB value is (164,211,128).

  • kırmız ton 164;
  • yeşil ton 211;
  • mavi ton 128.
RGB:
(164,211,128)
(64%,83%,50%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 211 of 255 = 83%
B 128 of 255 = 50%

164
211
128

R + G + B ~ 66%. #A4D380 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 211 + 128 = 503 (100%)
R 164 of 503 ~ 32.6%
G 211 of 503 ~ 41.95%
B 128 of 503 ~ 25.45%

%32.6
%41.95
%25.45

CMYK RENK MODELİ

#A4D380 rengi CMYK tonu (22,0,39,17).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.00%
  • sarı tonu 39.34%
  • ana renk tonu 17.25%
CMYK:
(22,0,39,17)
C22M0Y39K17 
(22%,0%,39%,17%)
(0.22/0.00/0.39/0.17)	

CMYK yüzdeleri

%22.27
%0
%39.34
%17.25

Codes

Color #A4D380 in popluar color models

A4D380
RGB164211128
HSL94°48.54%66.47%
HSB/HSV94°39.34%82.75%
CMYK22.27%0.00%39.34%
17.25%

Color #A4D380 in popluar number systems.

HEXA4D380
Decimal164211128
Binary101001001101001110000000
Octal244323200

Shades and tints

Shades of #A4D380

#A4D380
(164,211,128)
#96C075
(150,192,117)
#88AD6A
(136,173,106)
#7A9A5F
(122,154,95)
#6C8754
(108,135,84)
#5E7449
(94,116,73)
#50613E
(80,97,62)
#424E33
(66,78,51)
#343B28
(52,59,40)
#26281D
(38,40,29)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4D380

#A4D380
(164,211,128)
#ACD78B
(172,215,139)
#B4DB96
(180,219,150)
#BCDFA1
(188,223,161)
#C4E3AC
(196,227,172)
#CCE7B7
(204,231,183)
#D4EBC2
(212,235,194)
#DCEFCD
(220,239,205)
#E4F3D8
(228,243,216)
#ECF7E3
(236,247,227)
#F4FBEE
(244,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D380 color. Also use rgb(164,211,128) instead hex code.

Text Font Color

.myTextColor { color: #A4D380; }

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

This text font color is #A4D380.


Background Color

.myBgColor { background-color: #A4D380; }

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

This div background color is #A4D380.


Border color

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

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

This div border color is #A4D380.


Opacity

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

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

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

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

This text has shadow with #A4D380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D380 on black background.


Color preview on white background

This text has color #A4D380 on white background.



Black color preview on #A4D380 background

This text has black color on #A4D380 background.


White color preview on #A4D380 background

This text has white color on #A4D380 background.