Color Hex Logo

#018516 Color Hex

#018516
(1,133,22)
0 Favorites   0 Comments

Color spaces of #018516

RGB 113322
HSL0.360.990.26
HSV130°99°52°
CMYK 0.990.000.83   0.48
XYZ8.544916.83943.5590
Yxy16.83940.29520.5818
Hunter Lab41.0358-34.643623.5829
CIE-Lab48.0570-52.119246.4963

#018516 color RGB value is (1,133,22).

#018516 hex color red value is 1, green value is 133 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #018516 hue: 0.36 , saturation: 0.99 and the lightness value of 018516 is 0.26.

The process color (four color CMYK) of #018516 color hex is 0.99, 0.00, 0.83, 0.48. Web safe color of #018516 is #009900. Color #018516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000101 00010110
Octal 1 205 26
Decimal 1 133 22
Hex 1 85 16

RGB Percentages of Color #018516

%0.64
%85.26
%14.10

CMYK Percentages of Color #018516

%99
%0
%83
%48

Triadic Colors of #018516

#018516 #160185 #851601

Analogous Colors of #018516

#018516 #018558 #2e8501

Monochromatic Colors of #018516

#018516

Complementary Color

#018516 #850170

#018516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018516 Color CSS Codes

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

#018516 Text Font Color

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

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


#018516 Background Color

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

This div background color is #018516


#018516 Border Color

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

This div border color is #018516


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,133,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #018516; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #018516;
  -webkit-box-shadow: 1px 1px 3px 2px #018516;
  box-shadow:         1px 1px 3px 2px #018516; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018516


Comments

No comments written yet.

Please login to write comment.