COLOR #A4E995

HEX: #A4E995
RGB: (164,233,149)

Renk bilgisi

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

RGB renk modeli

#A4E995 color RGB value is (164,233,149).

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

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 233 of 255 = 91%
B 149 of 255 = 58%

164
233
149

R + G + B ~ 71%. #A4E995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 233 + 149 = 546 (100%)
R 164 of 546 ~ 30.04%
G 233 of 546 ~ 42.67%
B 149 of 546 ~ 27.29%

%30.04
%42.67
%27.29

CMYK RENK MODELİ

#A4E995 rengi CMYK tonu (30,0,36,9).

  • camgöbeği tonu 29.61%
  • eflatun tonu 0.00%
  • sarı tonu 36.05%
  • ana renk tonu 8.63%
CMYK:
(30,0,36,9)
C30M0Y36K9 
(30%,0%,36%,9%)
(0.30/0.00/0.36/0.09)	

CMYK yüzdeleri

%29.61
%0
%36.05
%8.63

Codes

Color #A4E995 in popluar color models

A4E995
RGB164233149
HSL109°65.63%74.90%
HSB/HSV109°36.05%91.37%
CMYK29.61%0.00%36.05%
8.63%

Color #A4E995 in popluar number systems.

HEXA4E995
Decimal164233149
Binary101001001110100110010101
Octal244351225

Shades and tints

Shades of #A4E995

#A4E995
(164,233,149)
#96D488
(150,212,136)
#88BF7B
(136,191,123)
#7AAA6E
(122,170,110)
#6C9561
(108,149,97)
#5E8054
(94,128,84)
#506B47
(80,107,71)
#42563A
(66,86,58)
#34412D
(52,65,45)
#262C20
(38,44,32)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #A4E995

#A4E995
(164,233,149)
#ACEB9E
(172,235,158)
#B4EDA7
(180,237,167)
#BCEFB0
(188,239,176)
#C4F1B9
(196,241,185)
#CCF3C2
(204,243,194)
#D4F5CB
(212,245,203)
#DCF7D4
(220,247,212)
#E4F9DD
(228,249,221)
#ECFBE6
(236,251,230)
#F4FDEF
(244,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E995; }

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

This text font color is #A4E995.


Background Color

.myBgColor { background-color: #A4E995; }

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

This div background color is #A4E995.


Border color

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

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

This div border color is #A4E995.


Opacity

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

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

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

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

This text has shadow with #A4E995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E995 on black background.


Color preview on white background

This text has color #A4E995 on white background.



Black color preview on #A4E995 background

This text has black color on #A4E995 background.


White color preview on #A4E995 background

This text has white color on #A4E995 background.