COLOR #A5E29C

HEX: #A5E29C
RGB: (165,226,156)

Renk bilgisi

#A5E29C contains mainly green color. #A5E29C ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#A5E29C color RGB value is (165,226,156).

  • kırmız ton 165;
  • yeşil ton 226;
  • mavi ton 156.
RGB:
(165,226,156)
(65%,89%,61%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 226 of 255 = 89%
B 156 of 255 = 61%

165
226
156

R + G + B ~ 72%. #A5E29C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 226 + 156 = 547 (100%)
R 165 of 547 ~ 30.16%
G 226 of 547 ~ 41.32%
B 156 of 547 ~ 28.52%

%30.16
%41.32
%28.52

CMYK RENK MODELİ

#A5E29C rengi CMYK tonu (27,0,31,11).

  • camgöbeği tonu 26.99%
  • eflatun tonu 0.00%
  • sarı tonu 30.97%
  • ana renk tonu 11.37%
CMYK:
(27,0,31,11)
C27M0Y31K11 
(27%,0%,31%,11%)
(0.27/0.00/0.31/0.11)	

CMYK yüzdeleri

%26.99
%0
%30.97
%11.37

Codes

Color #A5E29C in popluar color models

A5E29C
RGB165226156
HSL112°54.69%74.90%
HSB/HSV112°30.97%88.63%
CMYK26.99%0.00%30.97%
11.37%

Color #A5E29C in popluar number systems.

HEXA5E29C
Decimal165226156
Binary101001011110001010011100
Octal245342234

Shades and tints

Shades of #A5E29C

#A5E29C
(165,226,156)
#96CE8E
(150,206,142)
#87BA80
(135,186,128)
#78A672
(120,166,114)
#699264
(105,146,100)
#5A7E56
(90,126,86)
#4B6A48
(75,106,72)
#3C563A
(60,86,58)
#2D422C
(45,66,44)
#1E2E1E
(30,46,30)
#0F1A10
(15,26,16)
#000000
(0,0,0)

Tints of #A5E29C

#A5E29C
(165,226,156)
#ADE4A5
(173,228,165)
#B5E6AE
(181,230,174)
#BDE8B7
(189,232,183)
#C5EAC0
(197,234,192)
#CDECC9
(205,236,201)
#D5EED2
(213,238,210)
#DDF0DB
(221,240,219)
#E5F2E4
(229,242,228)
#EDF4ED
(237,244,237)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E29C color. Also use rgb(165,226,156) instead hex code.

Text Font Color

.myTextColor { color: #A5E29C; }

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

This text font color is #A5E29C.


Background Color

.myBgColor { background-color: #A5E29C; }

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

This div background color is #A5E29C.


Border color

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

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

This div border color is #A5E29C.


Opacity

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

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

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

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

This text has shadow with #A5E29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E29C on black background.


Color preview on white background

This text has color #A5E29C on white background.



Black color preview on #A5E29C background

This text has black color on #A5E29C background.


White color preview on #A5E29C background

This text has white color on #A5E29C background.