COLOR #A5EE9A

HEX: #A5EE9A
RGB: (165,238,154)

Renk bilgisi

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

RGB renk modeli

#A5EE9A color RGB value is (165,238,154).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 238 of 255 = 93%
B 154 of 255 = 60%

165
238
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 238 + 154 = 557 (100%)
R 165 of 557 ~ 29.62%
G 238 of 557 ~ 42.73%
B 154 of 557 ~ 27.65%

%29.62
%42.73
%27.65

CMYK RENK MODELİ

#A5EE9A rengi CMYK tonu (31,0,35,7).

  • camgöbeği tonu 30.67%
  • eflatun tonu 0.00%
  • sarı tonu 35.29%
  • ana renk tonu 6.67%
CMYK:
(31,0,35,7)
C31M0Y35K7 
(31%,0%,35%,7%)
(0.31/0.00/0.35/0.07)	

CMYK yüzdeleri

%30.67
%0
%35.29
%6.67

Codes

Color #A5EE9A in popluar color models

A5EE9A
RGB165238154
HSL112°71.19%76.86%
HSB/HSV112°35.29%93.33%
CMYK30.67%0.00%35.29%
6.67%

Color #A5EE9A in popluar number systems.

HEXA5EE9A
Decimal165238154
Binary101001011110111010011010
Octal245356232

Shades and tints

Shades of #A5EE9A

#A5EE9A
(165,238,154)
#96D98C
(150,217,140)
#87C47E
(135,196,126)
#78AF70
(120,175,112)
#699A62
(105,154,98)
#5A8554
(90,133,84)
#4B7046
(75,112,70)
#3C5B38
(60,91,56)
#2D462A
(45,70,42)
#1E311C
(30,49,28)
#0F1C0E
(15,28,14)
#000000
(0,0,0)

Tints of #A5EE9A

#A5EE9A
(165,238,154)
#ADEFA3
(173,239,163)
#B5F0AC
(181,240,172)
#BDF1B5
(189,241,181)
#C5F2BE
(197,242,190)
#CDF3C7
(205,243,199)
#D5F4D0
(213,244,208)
#DDF5D9
(221,245,217)
#E5F6E2
(229,246,226)
#EDF7EB
(237,247,235)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EE9A; }

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

This text font color is #A5EE9A.


Background Color

.myBgColor { background-color: #A5EE9A; }

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

This div background color is #A5EE9A.


Border color

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

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

This div border color is #A5EE9A.


Opacity

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

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

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

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

This text has shadow with #A5EE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EE9A on black background.


Color preview on white background

This text has color #A5EE9A on white background.



Black color preview on #A5EE9A background

This text has black color on #A5EE9A background.


White color preview on #A5EE9A background

This text has white color on #A5EE9A background.