COLOR #A4C73A

HEX: #A4C73A
RGB: (164,199,58)

Renk bilgisi

#A4C73A contains mainly red and green colors. #A4C73A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#A4C73A color RGB value is (164,199,58).

  • kırmız ton 164;
  • yeşil ton 199;
  • mavi ton 58.
RGB:
(164,199,58)
(64%,78%,23%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 199 of 255 = 78%
B 58 of 255 = 23%

164
199
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 199 + 58 = 421 (100%)
R 164 of 421 ~ 38.95%
G 199 of 421 ~ 47.27%
B 58 of 421 ~ 13.78%

%38.95
%47.27
%13.78

CMYK RENK MODELİ

#A4C73A rengi CMYK tonu (18,0,71,22).

  • camgöbeği tonu 17.59%
  • eflatun tonu 0.00%
  • sarı tonu 70.85%
  • ana renk tonu 21.96%
CMYK:
(18,0,71,22)
C18M0Y71K22 
(18%,0%,71%,22%)
(0.18/0.00/0.71/0.22)	

CMYK yüzdeleri

%17.59
%0
%70.85
%21.96

Codes

Color #A4C73A in popluar color models

A4C73A
RGB16419958
HSL75°55.73%50.39%
HSB/HSV75°70.85%78.04%
CMYK17.59%0.00%70.85%
21.96%

Color #A4C73A in popluar number systems.

HEXA4C73A
Decimal16419958
Binary1010010011000111111010
Octal24430772

Shades and tints

Shades of #A4C73A

#A4C73A
(164,199,58)
#96B535
(150,181,53)
#88A330
(136,163,48)
#7A912B
(122,145,43)
#6C7F26
(108,127,38)
#5E6D21
(94,109,33)
#505B1C
(80,91,28)
#424917
(66,73,23)
#343712
(52,55,18)
#26250D
(38,37,13)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #A4C73A

#A4C73A
(164,199,58)
#ACCC4B
(172,204,75)
#B4D15C
(180,209,92)
#BCD66D
(188,214,109)
#C4DB7E
(196,219,126)
#CCE08F
(204,224,143)
#D4E5A0
(212,229,160)
#DCEAB1
(220,234,177)
#E4EFC2
(228,239,194)
#ECF4D3
(236,244,211)
#F4F9E4
(244,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C73A color. Also use rgb(164,199,58) instead hex code.

Text Font Color

.myTextColor { color: #A4C73A; }

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

This text font color is #A4C73A.


Background Color

.myBgColor { background-color: #A4C73A; }

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

This div background color is #A4C73A.


Border color

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

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

This div border color is #A4C73A.


Opacity

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

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

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

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

This text has shadow with #A4C73A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C73A on black background.


Color preview on white background

This text has color #A4C73A on white background.



Black color preview on #A4C73A background

This text has black color on #A4C73A background.


White color preview on #A4C73A background

This text has white color on #A4C73A background.