Color Hex Logo

#059901 Color Hex

#059901
(5,153,1)
0 Favorites   0 Comments

Color spaces of #059901

RGB 51531
HSL0.330.990.30
HSV118°99°60°
CMYK 0.970.000.99   0.40
XYZ11.459322.81693.8289
Yxy22.81690.30070.5988
Hunter Lab47.7670-40.770228.6844
CIE-Lab54.8832-58.523856.6883

#059901 color RGB value is (5,153,1).

#059901 hex color red value is 5, green value is 153 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #059901 hue: 0.33 , saturation: 0.99 and the lightness value of 059901 is 0.30.

The process color (four color CMYK) of #059901 color hex is 0.97, 0.00, 0.99, 0.40. Web safe color of #059901 is #009900. Color #059901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011001 00000001
Octal 5 231 1
Decimal 5 153 1
Hex 5 99 1

RGB Percentages of Color #059901

%3.14
%96.23
%0.63

CMYK Percentages of Color #059901

%97
%0
%99
%40

Triadic Colors of #059901

#059901 #010599 #990105

Analogous Colors of #059901

#059901 #019949 #519901

Monochromatic Colors of #059901

#059901

Complementary Color

#059901 #950199

#059901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059901 Color CSS Codes

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

#059901 Text Font Color

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

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


#059901 Background Color

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

This div background color is #059901


#059901 Border Color

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

This div border color is #059901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059901


Comments

No comments written yet.

Please login to write comment.