COLOR #A5EE9F

HEX: #A5EE9F
RGB: (165,238,159)

Renk bilgisi

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

RGB renk modeli

#A5EE9F color RGB value is (165,238,159).

  • kırmız ton 165;
  • yeşil ton 238;
  • mavi ton 159.
RGB:
(165,238,159)
(65%,93%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 238 of 255 = 93%
B 159 of 255 = 62%

165
238
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 238 + 159 = 562 (100%)
R 165 of 562 ~ 29.36%
G 238 of 562 ~ 42.35%
B 159 of 562 ~ 28.29%

%29.36
%42.35
%28.29

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%30.67
%0
%33.19
%6.67

Codes

Color #A5EE9F in popluar color models

A5EE9F
RGB165238159
HSL115°69.91%77.84%
HSB/HSV115°33.19%93.33%
CMYK30.67%0.00%33.19%
6.67%

Color #A5EE9F in popluar number systems.

HEXA5EE9F
Decimal165238159
Binary101001011110111010011111
Octal245356237

Shades and tints

Shades of #A5EE9F

#A5EE9F
(165,238,159)
#96D991
(150,217,145)
#87C483
(135,196,131)
#78AF75
(120,175,117)
#699A67
(105,154,103)
#5A8559
(90,133,89)
#4B704B
(75,112,75)
#3C5B3D
(60,91,61)
#2D462F
(45,70,47)
#1E3121
(30,49,33)
#0F1C13
(15,28,19)
#000000
(0,0,0)

Tints of #A5EE9F

#A5EE9F
(165,238,159)
#ADEFA7
(173,239,167)
#B5F0AF
(181,240,175)
#BDF1B7
(189,241,183)
#C5F2BF
(197,242,191)
#CDF3C7
(205,243,199)
#D5F4CF
(213,244,207)
#DDF5D7
(221,245,215)
#E5F6DF
(229,246,223)
#EDF7E7
(237,247,231)
#F5F8EF
(245,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EE9F color. Also use rgb(165,238,159) instead hex code.

Text Font Color

.myTextColor { color: #A5EE9F; }

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

This text font color is #A5EE9F.


Background Color

.myBgColor { background-color: #A5EE9F; }

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

This div background color is #A5EE9F.


Border color

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

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

This div border color is #A5EE9F.


Opacity

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

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

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

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

This text has shadow with #A5EE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EE9F on black background.


Color preview on white background

This text has color #A5EE9F on white background.



Black color preview on #A5EE9F background

This text has black color on #A5EE9F background.


White color preview on #A5EE9F background

This text has white color on #A5EE9F background.