COLOR #A4D363

HEX: #A4D363
RGB: (164,211,99)

Renk bilgisi

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

RGB renk modeli

#A4D363 color RGB value is (164,211,99).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 211 of 255 = 83%
B 99 of 255 = 39%

164
211
99

R + G + B ~ 62%. #A4D363 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 211 + 99 = 474 (100%)
R 164 of 474 ~ 34.6%
G 211 of 474 ~ 44.51%
B 99 of 474 ~ 20.89%

%34.6
%44.51
%20.89

CMYK RENK MODELİ

#A4D363 rengi CMYK tonu (22,0,53,17).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.00%
  • sarı tonu 53.08%
  • ana renk tonu 17.25%
CMYK:
(22,0,53,17)
C22M0Y53K17 
(22%,0%,53%,17%)
(0.22/0.00/0.53/0.17)	

CMYK yüzdeleri

%22.27
%0
%53.08
%17.25

Codes

Color #A4D363 in popluar color models

A4D363
RGB16421199
HSL85°56.00%60.78%
HSB/HSV85°53.08%82.75%
CMYK22.27%0.00%53.08%
17.25%

Color #A4D363 in popluar number systems.

HEXA4D363
Decimal16421199
Binary10100100110100111100011
Octal244323143

Shades and tints

Shades of #A4D363

#A4D363
(164,211,99)
#96C05A
(150,192,90)
#88AD51
(136,173,81)
#7A9A48
(122,154,72)
#6C873F
(108,135,63)
#5E7436
(94,116,54)
#50612D
(80,97,45)
#424E24
(66,78,36)
#343B1B
(52,59,27)
#262812
(38,40,18)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #A4D363

#A4D363
(164,211,99)
#ACD771
(172,215,113)
#B4DB7F
(180,219,127)
#BCDF8D
(188,223,141)
#C4E39B
(196,227,155)
#CCE7A9
(204,231,169)
#D4EBB7
(212,235,183)
#DCEFC5
(220,239,197)
#E4F3D3
(228,243,211)
#ECF7E1
(236,247,225)
#F4FBEF
(244,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D363; }

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

This text font color is #A4D363.


Background Color

.myBgColor { background-color: #A4D363; }

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

This div background color is #A4D363.


Border color

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

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

This div border color is #A4D363.


Opacity

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

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

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

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

This text has shadow with #A4D363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D363 on black background.


Color preview on white background

This text has color #A4D363 on white background.



Black color preview on #A4D363 background

This text has black color on #A4D363 background.


White color preview on #A4D363 background

This text has white color on #A4D363 background.