Color Hex Logo

#01600f Color Hex

#01600F
(1,96,15)
0 Favorites   0 Comments

Color spaces of #01600f

RGB 19615
HSL0.360.980.19
HSV129°99°38°
CMYK 0.990.000.84   0.62
XYZ4.28168.40671.8489
Yxy8.40670.29450.5783
Hunter Lab28.9943-24.380916.5152
CIE-Lab34.8159-41.127436.2076

#01600f color RGB value is (1,96,15).

#01600f hex color red value is 1, green value is 96 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #01600f hue: 0.36 , saturation: 0.98 and the lightness value of 01600f is 0.19.

The process color (four color CMYK) of #01600f color hex is 0.99, 0.00, 0.84, 0.62. Web safe color of #01600f is #006600. Color #01600f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100000 00001111
Octal 1 140 17
Decimal 1 96 15
Hex 1 60 F

RGB Percentages of Color #01600f

%0.89
%85.71
%13.39

CMYK Percentages of Color #01600f

%99
%0
%84
%62

Triadic Colors of #01600f

#01600f #0f0160 #600f01

Analogous Colors of #01600f

#01600f #01603f #236001

Monochromatic Colors of #01600f

#01600f

Complementary Color

#01600f #600152

#01600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01600f Color CSS Codes

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

#01600f Text Font Color

<p style="color:#01600f">Text here</p>

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


#01600f Background Color

<div style="background-color:#01600f">
Div content here</div>

This div background color is #01600f


#01600f Border Color

<div style="border:3px solid #01600f">
Div here</div>

This div border color is #01600f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,96,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01600f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01600f;
  -webkit-box-shadow: 1px 1px 3px 2px #01600f;
  box-shadow:         1px 1px 3px 2px #01600f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,96,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01600f


Comments

No comments written yet.

Please login to write comment.