COLOR #A9ED59

HEX: #A9ED59
RGB: (169,237,89)

Renk bilgisi

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

RGB renk modeli

#A9ED59 color RGB value is (169,237,89).

  • kırmız ton 169;
  • yeşil ton 237;
  • mavi ton 89.
RGB:
(169,237,89)
(66%,93%,35%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 237 of 255 = 93%
B 89 of 255 = 35%

169
237
89

R + G + B ~ 65%. #A9ED59 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 237 + 89 = 495 (100%)
R 169 of 495 ~ 34.14%
G 237 of 495 ~ 47.88%
B 89 of 495 ~ 17.98%

%34.14
%47.88
%17.98

CMYK RENK MODELİ

#A9ED59 rengi CMYK tonu (29,0,62,7).

  • camgöbeği tonu 28.69%
  • eflatun tonu 0.00%
  • sarı tonu 62.45%
  • ana renk tonu 7.06%
CMYK:
(29,0,62,7)
C29M0Y62K7 
(29%,0%,62%,7%)
(0.29/0.00/0.62/0.07)	

CMYK yüzdeleri

%28.69
%0
%62.45
%7.06

Codes

Color #A9ED59 in popluar color models

A9ED59
RGB16923789
HSL88°80.43%63.92%
HSB/HSV88°62.45%92.94%
CMYK28.69%0.00%62.45%
7.06%

Color #A9ED59 in popluar number systems.

HEXA9ED59
Decimal16923789
Binary10101001111011011011001
Octal251355131

Shades and tints

Shades of #A9ED59

#A9ED59
(169,237,89)
#9AD851
(154,216,81)
#8BC349
(139,195,73)
#7CAE41
(124,174,65)
#6D9939
(109,153,57)
#5E8431
(94,132,49)
#4F6F29
(79,111,41)
#405A21
(64,90,33)
#314519
(49,69,25)
#223011
(34,48,17)
#131B09
(19,27,9)
#000000
(0,0,0)

Tints of #A9ED59

#A9ED59
(169,237,89)
#B0EE68
(176,238,104)
#B7EF77
(183,239,119)
#BEF086
(190,240,134)
#C5F195
(197,241,149)
#CCF2A4
(204,242,164)
#D3F3B3
(211,243,179)
#DAF4C2
(218,244,194)
#E1F5D1
(225,245,209)
#E8F6E0
(232,246,224)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9ED59 color. Also use rgb(169,237,89) instead hex code.

Text Font Color

.myTextColor { color: #A9ED59; }

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

This text font color is #A9ED59.


Background Color

.myBgColor { background-color: #A9ED59; }

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

This div background color is #A9ED59.


Border color

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

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

This div border color is #A9ED59.


Opacity

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

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

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

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

This text has shadow with #A9ED59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ED59 on black background.


Color preview on white background

This text has color #A9ED59 on white background.



Black color preview on #A9ED59 background

This text has black color on #A9ED59 background.


White color preview on #A9ED59 background

This text has white color on #A9ED59 background.