Color Hex Logo

#13a941 Color Hex

#13A941
(19,169,65)
0 Favorites   0 Comments

Color spaces of #13a941

RGB 1916965
HSL0.380.800.37
HSV138°89°66°
CMYK 0.890.000.62   0.34
XYZ15.410728.89609.7663
Yxy28.89600.28500.5344
Hunter Lab53.7550-42.898226.8566
CIE-Lab60.6897-57.913942.6968

#13a941 color RGB value is (19,169,65).

#13a941 hex color red value is 19, green value is 169 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #13a941 hue: 0.38 , saturation: 0.80 and the lightness value of 13a941 is 0.37.

The process color (four color CMYK) of #13a941 color hex is 0.89, 0.00, 0.62, 0.34. Web safe color of #13a941 is #009933. Color #13a941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101001 01000001
Octal 23 251 101
Decimal 19 169 65
Hex 13 A9 41

RGB Percentages of Color #13a941

%7.51
%66.80
%25.69

CMYK Percentages of Color #13a941

%89
%0
%62
%34

Triadic Colors of #13a941

#13a941 #4113a9 #a94113

Analogous Colors of #13a941

#13a941 #13a98c #30a913

Monochromatic Colors of #13a941

#13a941

Complementary Color

#13a941 #a9137b

#13a941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a941 Color CSS Codes

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

#13a941 Text Font Color

<p style="color:#13a941">Text here</p>

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


#13a941 Background Color

<div style="background-color:#13a941">
Div content here</div>

This div background color is #13a941


#13a941 Border Color

<div style="border:3px solid #13a941">
Div here</div>

This div border color is #13a941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,169,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a941


Comments

No comments written yet.

Please login to write comment.