Color Hex Logo

#4a9814 Color Hex

#4A9814
(74,152,20)
0 Favorites   0 Comments

Color spaces of #4a9814

RGB 7415220
HSL0.270.770.34
HSV95°87°60°
CMYK 0.510.000.87   0.40
XYZ14.178523.96284.5398
Yxy23.96280.33220.5614
Hunter Lab48.9518-33.964628.7677
CIE-Lab56.0505-45.386854.8736

#4a9814 color RGB value is (74,152,20).

#4a9814 hex color red value is 74, green value is 152 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4a9814 hue: 0.27 , saturation: 0.77 and the lightness value of 4a9814 is 0.34.

The process color (four color CMYK) of #4a9814 color hex is 0.51, 0.00, 0.87, 0.40. Web safe color of #4a9814 is #339900. Color #4a9814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10011000 00010100
Octal 112 230 24
Decimal 74 152 20
Hex 4A 98 14

RGB Percentages of Color #4a9814

%30.08
%61.79
%8.13

CMYK Percentages of Color #4a9814

%51
%0
%87
%40

Triadic Colors of #4a9814

#4a9814 #144a98 #98144a

Analogous Colors of #4a9814

#4a9814 #149820 #8c9814

Monochromatic Colors of #4a9814

#4a9814

Complementary Color

#4a9814 #621498

#4a9814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a9814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a9814 Color CSS Codes

.mybgcolor {background-color:#4a9814; } 
.myforecolor {color:#4a9814; }
.mybordercolor {border:3px solid #4a9814; }

#4a9814 Text Font Color

<p style="color:#4a9814">Text here</p>

This sample text font color is #4a9814
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a9814 Background Color

<div style="background-color:#4a9814">
Div content here</div>

This div background color is #4a9814


#4a9814 Border Color

<div style="border:3px solid #4a9814">
Div here</div>

This div border color is #4a9814


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,152,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a9814; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a9814;
  -webkit-box-shadow: 1px 1px 3px 2px #4a9814;
  box-shadow:         1px 1px 3px 2px #4a9814; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,152,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a9814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a9814;
  -webkit-box-shadow: 1px 1px 3px 2px #4a9814;
  box-shadow:         1px 1px 3px 2px #4a9814;">
Div content here</div>

This div box has shadow with color #4a9814


Comments

No comments written yet.

Please login to write comment.