COLOR #A9E77F

HEX: #A9E77F
RGB: (169,231,127)

Renk bilgisi

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

RGB renk modeli

#A9E77F color RGB value is (169,231,127).

  • kırmız ton 169;
  • yeşil ton 231;
  • mavi ton 127.
RGB:
(169,231,127)
(66%,91%,50%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 231 of 255 = 91%
B 127 of 255 = 50%

169
231
127

R + G + B ~ 69%. #A9E77F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 231 + 127 = 527 (100%)
R 169 of 527 ~ 32.07%
G 231 of 527 ~ 43.83%
B 127 of 527 ~ 24.1%

%32.07
%43.83
%24.1

CMYK RENK MODELİ

#A9E77F rengi CMYK tonu (27,0,45,9).

  • camgöbeği tonu 26.84%
  • eflatun tonu 0.00%
  • sarı tonu 45.02%
  • ana renk tonu 9.41%
CMYK:
(27,0,45,9)
C27M0Y45K9 
(27%,0%,45%,9%)
(0.27/0.00/0.45/0.09)	

CMYK yüzdeleri

%26.84
%0
%45.02
%9.41

Codes

Color #A9E77F in popluar color models

A9E77F
RGB169231127
HSL96°68.42%70.20%
HSB/HSV96°45.02%90.59%
CMYK26.84%0.00%45.02%
9.41%

Color #A9E77F in popluar number systems.

HEXA9E77F
Decimal169231127
Binary10101001111001111111111
Octal251347177

Shades and tints

Shades of #A9E77F

#A9E77F
(169,231,127)
#9AD274
(154,210,116)
#8BBD69
(139,189,105)
#7CA85E
(124,168,94)
#6D9353
(109,147,83)
#5E7E48
(94,126,72)
#4F693D
(79,105,61)
#405432
(64,84,50)
#313F27
(49,63,39)
#222A1C
(34,42,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A9E77F

#A9E77F
(169,231,127)
#B0E98A
(176,233,138)
#B7EB95
(183,235,149)
#BEEDA0
(190,237,160)
#C5EFAB
(197,239,171)
#CCF1B6
(204,241,182)
#D3F3C1
(211,243,193)
#DAF5CC
(218,245,204)
#E1F7D7
(225,247,215)
#E8F9E2
(232,249,226)
#EFFBED
(239,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E77F color. Also use rgb(169,231,127) instead hex code.

Text Font Color

.myTextColor { color: #A9E77F; }

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

This text font color is #A9E77F.


Background Color

.myBgColor { background-color: #A9E77F; }

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

This div background color is #A9E77F.


Border color

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

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

This div border color is #A9E77F.


Opacity

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

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

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

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

This text has shadow with #A9E77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E77F on black background.


Color preview on white background

This text has color #A9E77F on white background.



Black color preview on #A9E77F background

This text has black color on #A9E77F background.


White color preview on #A9E77F background

This text has white color on #A9E77F background.