Color Hex Logo

#009801 Color Hex

#009801
(0,152,1)
0 Favorites   0 Comments

Color spaces of #009801

RGB 01521
HSL0.331.000.30
HSV120°100°60°
CMYK 1.000.000.99   0.40
XYZ11.233722.45873.7716
Yxy22.45870.29990.5995
Hunter Lab47.3906-40.621128.4548
CIE-Lab54.5103-58.548356.3739

#009801 color RGB value is (0,152,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011000 00000001
Octal 0 230 1
Decimal 0 152 1
Hex 0 98 1

RGB Percentages of Color #009801

%0.00
%99.35
%0.65

CMYK Percentages of Color #009801

%100
%0
%99
%40

Triadic Colors of #009801

#009801 #010098 #980100

Analogous Colors of #009801

#009801 #00984d #4b9800

Monochromatic Colors of #009801

#009801

Complementary Color

#009801 #980097

#009801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009801 Color CSS Codes

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

#009801 Text Font Color

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

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


#009801 Background Color

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

This div background color is #009801


#009801 Border Color

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

This div border color is #009801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,152,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 #009801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009801


Comments

No comments written yet.

Please login to write comment.