COLOR #A9EF59

HEX: #A9EF59
RGB: (169,239,89)

Renk bilgisi

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

RGB renk modeli

#A9EF59 color RGB value is (169,239,89).

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

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 239 of 255 = 94%
B 89 of 255 = 35%

169
239
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 239 + 89 = 497 (100%)
R 169 of 497 ~ 34%
G 239 of 497 ~ 48.09%
B 89 of 497 ~ 17.91%

%34
%48.09
%17.91

CMYK RENK MODELİ

#A9EF59 rengi CMYK tonu (29,0,63,6).

  • camgöbeği tonu 29.29%
  • eflatun tonu 0.00%
  • sarı tonu 62.76%
  • ana renk tonu 6.27%
CMYK:
(29,0,63,6)
C29M0Y63K6 
(29%,0%,63%,6%)
(0.29/0.00/0.63/0.06)	

CMYK yüzdeleri

%29.29
%0
%62.76
%6.27

Codes

Color #A9EF59 in popluar color models

A9EF59
RGB16923989
HSL88°82.42%64.31%
HSB/HSV88°62.76%93.73%
CMYK29.29%0.00%62.76%
6.27%

Color #A9EF59 in popluar number systems.

HEXA9EF59
Decimal16923989
Binary10101001111011111011001
Octal251357131

Shades and tints

Shades of #A9EF59

#A9EF59
(169,239,89)
#9ADA51
(154,218,81)
#8BC549
(139,197,73)
#7CB041
(124,176,65)
#6D9B39
(109,155,57)
#5E8631
(94,134,49)
#4F7129
(79,113,41)
#405C21
(64,92,33)
#314719
(49,71,25)
#223211
(34,50,17)
#131D09
(19,29,9)
#000000
(0,0,0)

Tints of #A9EF59

#A9EF59
(169,239,89)
#B0F068
(176,240,104)
#B7F177
(183,241,119)
#BEF286
(190,242,134)
#C5F395
(197,243,149)
#CCF4A4
(204,244,164)
#D3F5B3
(211,245,179)
#DAF6C2
(218,246,194)
#E1F7D1
(225,247,209)
#E8F8E0
(232,248,224)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9EF59; }

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

This text font color is #A9EF59.


Background Color

.myBgColor { background-color: #A9EF59; }

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

This div background color is #A9EF59.


Border color

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

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

This div border color is #A9EF59.


Opacity

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

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

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

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

This text has shadow with #A9EF59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EF59 on black background.


Color preview on white background

This text has color #A9EF59 on white background.



Black color preview on #A9EF59 background

This text has black color on #A9EF59 background.


White color preview on #A9EF59 background

This text has white color on #A9EF59 background.