Color Hex Logo

#41a914 Color Hex

#41A914
(65,169,20)
0 Favorites   0 Comments

Color spaces of #41a914

RGB 6516920
HSL0.280.790.37
HSV102°88°66°
CMYK 0.620.000.88   0.34
XYZ16.494229.55035.4963
Yxy29.55030.32000.5733
Hunter Lab54.3602-40.969132.0574
CIE-Lab61.2643-54.144759.2991

#41a914 color RGB value is (65,169,20).

#41a914 hex color red value is 65, green value is 169 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #41a914 hue: 0.28 , saturation: 0.79 and the lightness value of 41a914 is 0.37.

The process color (four color CMYK) of #41a914 color hex is 0.62, 0.00, 0.88, 0.34. Web safe color of #41a914 is #339900. Color #41a914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101001 00010100
Octal 101 251 24
Decimal 65 169 20
Hex 41 A9 14

RGB Percentages of Color #41a914

%25.59
%66.54
%7.87

CMYK Percentages of Color #41a914

%62
%0
%88
%34

Triadic Colors of #41a914

#41a914 #1441a9 #a91441

Analogous Colors of #41a914

#41a914 #14a932 #8ca914

Monochromatic Colors of #41a914

#41a914

Complementary Color

#41a914 #7c14a9

#41a914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a914 Color CSS Codes

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

#41a914 Text Font Color

<p style="color:#41a914">Text here</p>

This sample text font color is #41a914
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.


#41a914 Background Color

<div style="background-color:#41a914">
Div content here</div>

This div background color is #41a914


#41a914 Border Color

<div style="border:3px solid #41a914">
Div here</div>

This div border color is #41a914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,169,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41a914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41a914;
  -webkit-box-shadow: 1px 1px 3px 2px #41a914;
  box-shadow:         1px 1px 3px 2px #41a914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,169,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 #41a914">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a914


Comments

No comments written yet.

Please login to write comment.