COLOR #A4ED9F

HEX: #A4ED9F
RGB: (164,237,159)

Renk bilgisi

#A4ED9F contains mainly green color. #A4ED9F ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#A4ED9F color RGB value is (164,237,159).

  • kırmız ton 164;
  • yeşil ton 237;
  • mavi ton 159.
RGB:
(164,237,159)
(64%,93%,62%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 237 of 255 = 93%
B 159 of 255 = 62%

164
237
159

R + G + B ~ 73%. #A4ED9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 237 + 159 = 560 (100%)
R 164 of 560 ~ 29.29%
G 237 of 560 ~ 42.32%
B 159 of 560 ~ 28.39%

%29.29
%42.32
%28.39

CMYK RENK MODELİ

#A4ED9F rengi CMYK tonu (31,0,33,7).

  • camgöbeği tonu 30.80%
  • eflatun tonu 0.00%
  • sarı tonu 32.91%
  • ana renk tonu 7.06%
CMYK:
(31,0,33,7)
C31M0Y33K7 
(31%,0%,33%,7%)
(0.31/0.00/0.33/0.07)	

CMYK yüzdeleri

%30.8
%0
%32.91
%7.06

Codes

Color #A4ED9F in popluar color models

A4ED9F
RGB164237159
HSL116°68.42%77.65%
HSB/HSV116°32.91%92.94%
CMYK30.80%0.00%32.91%
7.06%

Color #A4ED9F in popluar number systems.

HEXA4ED9F
Decimal164237159
Binary101001001110110110011111
Octal244355237

Shades and tints

Shades of #A4ED9F

#A4ED9F
(164,237,159)
#96D891
(150,216,145)
#88C383
(136,195,131)
#7AAE75
(122,174,117)
#6C9967
(108,153,103)
#5E8459
(94,132,89)
#506F4B
(80,111,75)
#425A3D
(66,90,61)
#34452F
(52,69,47)
#263021
(38,48,33)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #A4ED9F

#A4ED9F
(164,237,159)
#ACEEA7
(172,238,167)
#B4EFAF
(180,239,175)
#BCF0B7
(188,240,183)
#C4F1BF
(196,241,191)
#CCF2C7
(204,242,199)
#D4F3CF
(212,243,207)
#DCF4D7
(220,244,215)
#E4F5DF
(228,245,223)
#ECF6E7
(236,246,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ED9F color. Also use rgb(164,237,159) instead hex code.

Text Font Color

.myTextColor { color: #A4ED9F; }

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

This text font color is #A4ED9F.


Background Color

.myBgColor { background-color: #A4ED9F; }

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

This div background color is #A4ED9F.


Border color

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

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

This div border color is #A4ED9F.


Opacity

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

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

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

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

This text has shadow with #A4ED9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ED9F on black background.


Color preview on white background

This text has color #A4ED9F on white background.



Black color preview on #A4ED9F background

This text has black color on #A4ED9F background.


White color preview on #A4ED9F background

This text has white color on #A4ED9F background.