COLOR #A5E5AC

HEX: #A5E5AC
RGB: (165,229,172)

Renk bilgisi

#A5E5AC contains mainly green and blue colors. #A5E5AC ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5E5AC color RGB value is (165,229,172).

  • kırmız ton 165;
  • yeşil ton 229;
  • mavi ton 172.
RGB:
(165,229,172)
(65%,90%,67%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 229 of 255 = 90%
B 172 of 255 = 67%

165
229
172

R + G + B ~ 74%. #A5E5AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 229 + 172 = 566 (100%)
R 165 of 566 ~ 29.15%
G 229 of 566 ~ 40.46%
B 172 of 566 ~ 30.39%

%29.15
%40.46
%30.39

CMYK RENK MODELİ

#A5E5AC rengi CMYK tonu (28,0,25,10).

  • camgöbeği tonu 27.95%
  • eflatun tonu 0.00%
  • sarı tonu 24.89%
  • ana renk tonu 10.20%
CMYK:
(28,0,25,10)
C28M0Y25K10 
(28%,0%,25%,10%)
(0.28/0.00/0.25/0.10)	

CMYK yüzdeleri

%27.95
%0
%24.89
%10.2

Codes

Color #A5E5AC in popluar color models

A5E5AC
RGB165229172
HSL127°55.17%77.25%
HSB/HSV127°27.95%89.80%
CMYK27.95%0.00%24.89%
10.20%

Color #A5E5AC in popluar number systems.

HEXA5E5AC
Decimal165229172
Binary101001011110010110101100
Octal245345254

Shades and tints

Shades of #A5E5AC

#A5E5AC
(165,229,172)
#96D19D
(150,209,157)
#87BD8E
(135,189,142)
#78A97F
(120,169,127)
#699570
(105,149,112)
#5A8161
(90,129,97)
#4B6D52
(75,109,82)
#3C5943
(60,89,67)
#2D4534
(45,69,52)
#1E3125
(30,49,37)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #A5E5AC

#A5E5AC
(165,229,172)
#ADE7B3
(173,231,179)
#B5E9BA
(181,233,186)
#BDEBC1
(189,235,193)
#C5EDC8
(197,237,200)
#CDEFCF
(205,239,207)
#D5F1D6
(213,241,214)
#DDF3DD
(221,243,221)
#E5F5E4
(229,245,228)
#EDF7EB
(237,247,235)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5AC color. Also use rgb(165,229,172) instead hex code.

Text Font Color

.myTextColor { color: #A5E5AC; }

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

This text font color is #A5E5AC.


Background Color

.myBgColor { background-color: #A5E5AC; }

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

This div background color is #A5E5AC.


Border color

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

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

This div border color is #A5E5AC.


Opacity

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

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

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

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

This text has shadow with #A5E5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E5AC on black background.


Color preview on white background

This text has color #A5E5AC on white background.



Black color preview on #A5E5AC background

This text has black color on #A5E5AC background.


White color preview on #A5E5AC background

This text has white color on #A5E5AC background.