Color Hex Logo

#139c1f Color Hex

#139C1F
(19,156,31)
0 Favorites   0 Comments

Color spaces of #139c1f

RGB 1915631
HSL0.350.780.34
HSV125°88°61°
CMYK 0.880.000.80   0.39
XYZ12.404324.01435.2778
Yxy24.01430.29750.5759
Hunter Lab49.0044-40.574627.9175
CIE-Lab56.1021-57.166251.3916

#139c1f color RGB value is (19,156,31).

#139c1f hex color red value is 19, green value is 156 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #139c1f hue: 0.35 , saturation: 0.78 and the lightness value of 139c1f is 0.34.

The process color (four color CMYK) of #139c1f color hex is 0.88, 0.00, 0.80, 0.39. Web safe color of #139c1f is #009933. Color #139c1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 00011111
Octal 23 234 37
Decimal 19 156 31
Hex 13 9C 1F

RGB Percentages of Color #139c1f

%9.22
%75.73
%15.05

CMYK Percentages of Color #139c1f

%88
%0
%80
%39

Triadic Colors of #139c1f

#139c1f #1f139c #9c1f13

Analogous Colors of #139c1f

#139c1f #139c64 #4b9c13

Monochromatic Colors of #139c1f

#139c1f

Complementary Color

#139c1f #9c1390

#139c1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139c1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#139c1f Color CSS Codes

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

#139c1f Text Font Color

<p style="color:#139c1f">Text here</p>

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


#139c1f Background Color

<div style="background-color:#139c1f">
Div content here</div>

This div background color is #139c1f


#139c1f Border Color

<div style="border:3px solid #139c1f">
Div here</div>

This div border color is #139c1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,156,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139c1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139c1f;
  -webkit-box-shadow: 1px 1px 3px 2px #139c1f;
  box-shadow:         1px 1px 3px 2px #139c1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139c1f


Comments

No comments written yet.

Please login to write comment.