COLOR #A4EE95

HEX: #A4EE95
RGB: (164,238,149)

Renk bilgisi

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

RGB renk modeli

#A4EE95 color RGB value is (164,238,149).

  • kırmız ton 164;
  • yeşil ton 238;
  • mavi ton 149.
RGB:
(164,238,149)
(64%,93%,58%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 238 of 255 = 93%
B 149 of 255 = 58%

164
238
149

R + G + B ~ 72%. #A4EE95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 238 + 149 = 551 (100%)
R 164 of 551 ~ 29.76%
G 238 of 551 ~ 43.19%
B 149 of 551 ~ 27.04%

%29.76
%43.19
%27.04

CMYK RENK MODELİ

#A4EE95 rengi CMYK tonu (31,0,37,7).

  • camgöbeği tonu 31.09%
  • eflatun tonu 0.00%
  • sarı tonu 37.39%
  • ana renk tonu 6.67%
CMYK:
(31,0,37,7)
C31M0Y37K7 
(31%,0%,37%,7%)
(0.31/0.00/0.37/0.07)	

CMYK yüzdeleri

%31.09
%0
%37.39
%6.67

Codes

Color #A4EE95 in popluar color models

A4EE95
RGB164238149
HSL110°72.36%75.88%
HSB/HSV110°37.39%93.33%
CMYK31.09%0.00%37.39%
6.67%

Color #A4EE95 in popluar number systems.

HEXA4EE95
Decimal164238149
Binary101001001110111010010101
Octal244356225

Shades and tints

Shades of #A4EE95

#A4EE95
(164,238,149)
#96D988
(150,217,136)
#88C47B
(136,196,123)
#7AAF6E
(122,175,110)
#6C9A61
(108,154,97)
#5E8554
(94,133,84)
#507047
(80,112,71)
#425B3A
(66,91,58)
#34462D
(52,70,45)
#263120
(38,49,32)
#181C13
(24,28,19)
#000000
(0,0,0)

Tints of #A4EE95

#A4EE95
(164,238,149)
#ACEF9E
(172,239,158)
#B4F0A7
(180,240,167)
#BCF1B0
(188,241,176)
#C4F2B9
(196,242,185)
#CCF3C2
(204,243,194)
#D4F4CB
(212,244,203)
#DCF5D4
(220,245,212)
#E4F6DD
(228,246,221)
#ECF7E6
(236,247,230)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EE95 color. Also use rgb(164,238,149) instead hex code.

Text Font Color

.myTextColor { color: #A4EE95; }

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

This text font color is #A4EE95.


Background Color

.myBgColor { background-color: #A4EE95; }

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

This div background color is #A4EE95.


Border color

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

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

This div border color is #A4EE95.


Opacity

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

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

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

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

This text has shadow with #A4EE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EE95 on black background.


Color preview on white background

This text has color #A4EE95 on white background.



Black color preview on #A4EE95 background

This text has black color on #A4EE95 background.


White color preview on #A4EE95 background

This text has white color on #A4EE95 background.