COLOR #A9E004

HEX: #A9E004
RGB: (169,224,4)

Renk bilgisi

#A9E004 contains mainly red and green colors. #A9E004 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#A9E004 color RGB value is (169,224,4).

  • kırmız ton 169;
  • yeşil ton 224;
  • mavi ton 4.
RGB:
(169,224,4)
(66%,88%,2%)

RGB bağlantıları ve doygunluk

R 169 of 255 = 66%
G 224 of 255 = 88%
B 4 of 255 = 2%

169
224
4

R + G + B ~ 52%. #A9E004 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
169 + 224 + 4 = 397 (100%)
R 169 of 397 ~ 42.57%
G 224 of 397 ~ 56.42%
B 4 of 397 ~ 1.01%

%42.57
%56.42

CMYK RENK MODELİ

#A9E004 rengi CMYK tonu (25,0,98,12).

  • camgöbeği tonu 24.55%
  • eflatun tonu 0.00%
  • sarı tonu 98.21%
  • ana renk tonu 12.16%
CMYK:
(25,0,98,12)
C25M0Y98K12 
(25%,0%,98%,12%)
(0.25/0.00/0.98/0.12)	

CMYK yüzdeleri

%24.55
%0
%98.21
%12.16

Codes

Color #A9E004 in popluar color models

A9E004
RGB1692244
HSL75°96.49%44.71%
HSB/HSV75°98.21%87.84%
CMYK24.55%0.00%98.21%
12.16%

Color #A9E004 in popluar number systems.

HEXA9E004
Decimal1692244
Binary1010100111100000100
Octal2513404

Shades and tints

Shades of #A9E004

#A9E004
(169,224,4)
#9ACC04
(154,204,4)
#8BB804
(139,184,4)
#7CA404
(124,164,4)
#6D9004
(109,144,4)
#5E7C04
(94,124,4)
#4F6804
(79,104,4)
#405404
(64,84,4)
#314004
(49,64,4)
#222C04
(34,44,4)
#131804
(19,24,4)
#000000
(0,0,0)

Tints of #A9E004

#A9E004
(169,224,4)
#B0E21A
(176,226,26)
#B7E430
(183,228,48)
#BEE646
(190,230,70)
#C5E85C
(197,232,92)
#CCEA72
(204,234,114)
#D3EC88
(211,236,136)
#DAEE9E
(218,238,158)
#E1F0B4
(225,240,180)
#E8F2CA
(232,242,202)
#EFF4E0
(239,244,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9E004 color. Also use rgb(169,224,4) instead hex code.

Text Font Color

.myTextColor { color: #A9E004; }

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

This text font color is #A9E004.


Background Color

.myBgColor { background-color: #A9E004; }

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

This div background color is #A9E004.


Border color

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

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

This div border color is #A9E004.


Opacity

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

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

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

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

This text has shadow with #A9E004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E004 on black background.


Color preview on white background

This text has color #A9E004 on white background.



Black color preview on #A9E004 background

This text has black color on #A9E004 background.


White color preview on #A9E004 background

This text has white color on #A9E004 background.