COLOR #A9E476

HEX: #A9E476
RGB: (169,228,118)

Renk bilgisi

#A9E476 contains mainly red and green colors. #A9E476 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A9E476 color RGB value is (169,228,118).

  • kırmız ton 169;
  • yeşil ton 228;
  • mavi ton 118.
RGB:
(169,228,118)
(66%,89%,46%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 228 of 255 = 89%
B 118 of 255 = 46%

169
228
118

R + G + B ~ 67%. #A9E476 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 228 + 118 = 515 (100%)
R 169 of 515 ~ 32.82%
G 228 of 515 ~ 44.27%
B 118 of 515 ~ 22.91%

%32.82
%44.27
%22.91

CMYK RENK MODELİ

#A9E476 rengi CMYK tonu (26,0,48,11).

  • camgöbeği tonu 25.88%
  • eflatun tonu 0.00%
  • sarı tonu 48.25%
  • ana renk tonu 10.59%
CMYK:
(26,0,48,11)
C26M0Y48K11 
(26%,0%,48%,11%)
(0.26/0.00/0.48/0.11)	

CMYK yüzdeleri

%25.88
%0
%48.25
%10.59

Codes

Color #A9E476 in popluar color models

A9E476
RGB169228118
HSL92°67.07%67.84%
HSB/HSV92°48.25%89.41%
CMYK25.88%0.00%48.25%
10.59%

Color #A9E476 in popluar number systems.

HEXA9E476
Decimal169228118
Binary10101001111001001110110
Octal251344166

Shades and tints

Shades of #A9E476

#A9E476
(169,228,118)
#9AD06C
(154,208,108)
#8BBC62
(139,188,98)
#7CA858
(124,168,88)
#6D944E
(109,148,78)
#5E8044
(94,128,68)
#4F6C3A
(79,108,58)
#405830
(64,88,48)
#314426
(49,68,38)
#22301C
(34,48,28)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #A9E476

#A9E476
(169,228,118)
#B0E682
(176,230,130)
#B7E88E
(183,232,142)
#BEEA9A
(190,234,154)
#C5ECA6
(197,236,166)
#CCEEB2
(204,238,178)
#D3F0BE
(211,240,190)
#DAF2CA
(218,242,202)
#E1F4D6
(225,244,214)
#E8F6E2
(232,246,226)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E476 color. Also use rgb(169,228,118) instead hex code.

Text Font Color

.myTextColor { color: #A9E476; }

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

This text font color is #A9E476.


Background Color

.myBgColor { background-color: #A9E476; }

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

This div background color is #A9E476.


Border color

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

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

This div border color is #A9E476.


Opacity

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

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

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

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

This text has shadow with #A9E476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E476 on black background.


Color preview on white background

This text has color #A9E476 on white background.



Black color preview on #A9E476 background

This text has black color on #A9E476 background.


White color preview on #A9E476 background

This text has white color on #A9E476 background.