COLOR #A9E689

HEX: #A9E689
RGB: (169,230,137)

Renk bilgisi

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

RGB renk modeli

#A9E689 color RGB value is (169,230,137).

  • kırmız ton 169;
  • yeşil ton 230;
  • mavi ton 137.
RGB:
(169,230,137)
(66%,90%,54%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 230 of 255 = 90%
B 137 of 255 = 54%

169
230
137

R + G + B ~ 70%. #A9E689 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 230 + 137 = 536 (100%)
R 169 of 536 ~ 31.53%
G 230 of 536 ~ 42.91%
B 137 of 536 ~ 25.56%

%31.53
%42.91
%25.56

CMYK RENK MODELİ

#A9E689 rengi CMYK tonu (27,0,40,10).

  • camgöbeği tonu 26.52%
  • eflatun tonu 0.00%
  • sarı tonu 40.43%
  • ana renk tonu 9.80%
CMYK:
(27,0,40,10)
C27M0Y40K10 
(27%,0%,40%,10%)
(0.27/0.00/0.40/0.10)	

CMYK yüzdeleri

%26.52
%0
%40.43
%9.8

Codes

Color #A9E689 in popluar color models

A9E689
RGB169230137
HSL99°65.03%71.96%
HSB/HSV99°40.43%90.20%
CMYK26.52%0.00%40.43%
9.80%

Color #A9E689 in popluar number systems.

HEXA9E689
Decimal169230137
Binary101010011110011010001001
Octal251346211

Shades and tints

Shades of #A9E689

#A9E689
(169,230,137)
#9AD27D
(154,210,125)
#8BBE71
(139,190,113)
#7CAA65
(124,170,101)
#6D9659
(109,150,89)
#5E824D
(94,130,77)
#4F6E41
(79,110,65)
#405A35
(64,90,53)
#314629
(49,70,41)
#22321D
(34,50,29)
#131E11
(19,30,17)
#000000
(0,0,0)

Tints of #A9E689

#A9E689
(169,230,137)
#B0E893
(176,232,147)
#B7EA9D
(183,234,157)
#BEECA7
(190,236,167)
#C5EEB1
(197,238,177)
#CCF0BB
(204,240,187)
#D3F2C5
(211,242,197)
#DAF4CF
(218,244,207)
#E1F6D9
(225,246,217)
#E8F8E3
(232,248,227)
#EFFAED
(239,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E689 color. Also use rgb(169,230,137) instead hex code.

Text Font Color

.myTextColor { color: #A9E689; }

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

This text font color is #A9E689.


Background Color

.myBgColor { background-color: #A9E689; }

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

This div background color is #A9E689.


Border color

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

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

This div border color is #A9E689.


Opacity

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

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

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

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

This text has shadow with #A9E689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E689 on black background.


Color preview on white background

This text has color #A9E689 on white background.



Black color preview on #A9E689 background

This text has black color on #A9E689 background.


White color preview on #A9E689 background

This text has white color on #A9E689 background.