COLOR #A4E736

HEX: #A4E736
RGB: (164,231,54)

Renk bilgisi

#A4E736 contains mainly green color. #A4E736 ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#A4E736 color RGB value is (164,231,54).

  • kırmız ton 164;
  • yeşil ton 231;
  • mavi ton 54.
RGB:
(164,231,54)
(64%,91%,21%)

RGB bağlantıları ve doygunluk

R 164 of 255 = 64%
G 231 of 255 = 91%
B 54 of 255 = 21%

164
231
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
164 + 231 + 54 = 449 (100%)
R 164 of 449 ~ 36.53%
G 231 of 449 ~ 51.45%
B 54 of 449 ~ 12.03%

%36.53
%51.45
%12.03

CMYK RENK MODELİ

#A4E736 rengi CMYK tonu (29,0,77,9).

  • camgöbeği tonu 29.00%
  • eflatun tonu 0.00%
  • sarı tonu 76.62%
  • ana renk tonu 9.41%
CMYK:
(29,0,77,9)
C29M0Y77K9 
(29%,0%,77%,9%)
(0.29/0.00/0.77/0.09)	

CMYK yüzdeleri

%29
%0
%76.62
%9.41

Codes

Color #A4E736 in popluar color models

A4E736
RGB16423154
HSL83°78.67%55.88%
HSB/HSV83°76.62%90.59%
CMYK29.00%0.00%76.62%
9.41%

Color #A4E736 in popluar number systems.

HEXA4E736
Decimal16423154
Binary1010010011100111110110
Octal24434766

Shades and tints

Shades of #A4E736

#A4E736
(164,231,54)
#96D232
(150,210,50)
#88BD2E
(136,189,46)
#7AA82A
(122,168,42)
#6C9326
(108,147,38)
#5E7E22
(94,126,34)
#50691E
(80,105,30)
#42541A
(66,84,26)
#343F16
(52,63,22)
#262A12
(38,42,18)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #A4E736

#A4E736
(164,231,54)
#ACE948
(172,233,72)
#B4EB5A
(180,235,90)
#BCED6C
(188,237,108)
#C4EF7E
(196,239,126)
#CCF190
(204,241,144)
#D4F3A2
(212,243,162)
#DCF5B4
(220,245,180)
#E4F7C6
(228,247,198)
#ECF9D8
(236,249,216)
#F4FBEA
(244,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E736 color. Also use rgb(164,231,54) instead hex code.

Text Font Color

.myTextColor { color: #A4E736; }

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

This text font color is #A4E736.


Background Color

.myBgColor { background-color: #A4E736; }

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

This div background color is #A4E736.


Border color

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

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

This div border color is #A4E736.


Opacity

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

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

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

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

This text has shadow with #A4E736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E736 on black background.


Color preview on white background

This text has color #A4E736 on white background.



Black color preview on #A4E736 background

This text has black color on #A4E736 background.


White color preview on #A4E736 background

This text has white color on #A4E736 background.