Color Hex Logo

#119f19 Color Hex

#119F19
(17,159,25)
0 Favorites   0 Comments

Color spaces of #119f19

RGB 1715925
HSL0.340.810.35
HSV123°89°62°
CMYK 0.890.000.84   0.38
XYZ12.804824.98565.0675
Yxy24.98560.29880.5830
Hunter Lab49.9856-41.748528.9791
CIE-Lab57.0614-58.600454.0272

#119f19 color RGB value is (17,159,25).

#119f19 hex color red value is 17, green value is 159 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #119f19 hue: 0.34 , saturation: 0.81 and the lightness value of 119f19 is 0.35.

The process color (four color CMYK) of #119f19 color hex is 0.89, 0.00, 0.84, 0.38. Web safe color of #119f19 is #009900. Color #119f19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 00011001
Octal 21 237 31
Decimal 17 159 25
Hex 11 9F 19

RGB Percentages of Color #119f19

%8.46
%79.10
%12.44

CMYK Percentages of Color #119f19

%89
%0
%84
%38

Triadic Colors of #119f19

#119f19 #19119f #9f1911

Analogous Colors of #119f19

#119f19 #119f60 #509f11

Monochromatic Colors of #119f19

#119f19

Complementary Color

#119f19 #9f1197

#119f19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119f19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119f19 Color CSS Codes

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

#119f19 Text Font Color

<p style="color:#119f19">Text here</p>

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


#119f19 Background Color

<div style="background-color:#119f19">
Div content here</div>

This div background color is #119f19


#119f19 Border Color

<div style="border:3px solid #119f19">
Div here</div>

This div border color is #119f19


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,159,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119f19; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119f19;
  -webkit-box-shadow: 1px 1px 3px 2px #119f19;
  box-shadow:         1px 1px 3px 2px #119f19; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,159,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119f19


Comments

No comments written yet.

Please login to write comment.