COLOR #A5EB6B

HEX: #A5EB6B
RGB: (165,235,107)

Renk bilgisi

#A5EB6B contains mainly green color. #A5EB6B ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#A5EB6B color RGB value is (165,235,107).

  • kırmız ton 165;
  • yeşil ton 235;
  • mavi ton 107.
RGB:
(165,235,107)
(65%,92%,42%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 235 of 255 = 92%
B 107 of 255 = 42%

165
235
107

R + G + B ~ 66%. #A5EB6B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 235 + 107 = 507 (100%)
R 165 of 507 ~ 32.54%
G 235 of 507 ~ 46.35%
B 107 of 507 ~ 21.1%

%32.54
%46.35
%21.1

CMYK RENK MODELİ

#A5EB6B rengi CMYK tonu (30,0,54,8).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 54.47%
  • ana renk tonu 7.84%
CMYK:
(30,0,54,8)
C30M0Y54K8 
(30%,0%,54%,8%)
(0.30/0.00/0.54/0.08)	

CMYK yüzdeleri

%29.79
%0
%54.47
%7.84

Codes

Color #A5EB6B in popluar color models

A5EB6B
RGB165235107
HSL93°76.19%67.06%
HSB/HSV93°54.47%92.16%
CMYK29.79%0.00%54.47%
7.84%

Color #A5EB6B in popluar number systems.

HEXA5EB6B
Decimal165235107
Binary10100101111010111101011
Octal245353153

Shades and tints

Shades of #A5EB6B

#A5EB6B
(165,235,107)
#96D662
(150,214,98)
#87C159
(135,193,89)
#78AC50
(120,172,80)
#699747
(105,151,71)
#5A823E
(90,130,62)
#4B6D35
(75,109,53)
#3C582C
(60,88,44)
#2D4323
(45,67,35)
#1E2E1A
(30,46,26)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #A5EB6B

#A5EB6B
(165,235,107)
#ADEC78
(173,236,120)
#B5ED85
(181,237,133)
#BDEE92
(189,238,146)
#C5EF9F
(197,239,159)
#CDF0AC
(205,240,172)
#D5F1B9
(213,241,185)
#DDF2C6
(221,242,198)
#E5F3D3
(229,243,211)
#EDF4E0
(237,244,224)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EB6B color. Also use rgb(165,235,107) instead hex code.

Text Font Color

.myTextColor { color: #A5EB6B; }

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

This text font color is #A5EB6B.


Background Color

.myBgColor { background-color: #A5EB6B; }

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

This div background color is #A5EB6B.


Border color

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

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

This div border color is #A5EB6B.


Opacity

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

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

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

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

This text has shadow with #A5EB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EB6B on black background.


Color preview on white background

This text has color #A5EB6B on white background.



Black color preview on #A5EB6B background

This text has black color on #A5EB6B background.


White color preview on #A5EB6B background

This text has white color on #A5EB6B background.