Color Hex Logo

#01c93c Color Hex

#01C93C
(1,201,60)
0 Favorites   0 Comments

Color spaces of #01c93c

RGB 120160
HSL0.380.990.40
HSV138°100°79°
CMYK 1.000.000.70   0.21
XYZ21.714842.106011.2577
Yxy42.10600.28920.5608
Hunter Lab64.8891-53.821935.1361
CIE-Lab70.9439-69.095656.0334

#01c93c color RGB value is (1,201,60).

#01c93c hex color red value is 1, green value is 201 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #01c93c hue: 0.38 , saturation: 0.99 and the lightness value of 01c93c is 0.40.

The process color (four color CMYK) of #01c93c color hex is 1.00, 0.00, 0.70, 0.21. Web safe color of #01c93c is #00cc33. Color #01c93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001001 00111100
Octal 1 311 74
Decimal 1 201 60
Hex 1 C9 3C

RGB Percentages of Color #01c93c

%0.38
%76.72
%22.90

CMYK Percentages of Color #01c93c

%100
%0
%70
%21

Triadic Colors of #01c93c

#01c93c #3c01c9 #c93c01

Analogous Colors of #01c93c

#01c93c #01c9a0 #2ac901

Monochromatic Colors of #01c93c

#01c93c

Complementary Color

#01c93c #c9018e

#01c93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c93c Color CSS Codes

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

#01c93c Text Font Color

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

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


#01c93c Background Color

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

This div background color is #01c93c


#01c93c Border Color

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

This div border color is #01c93c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,201,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01c93c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01c93c;
  -webkit-box-shadow: 1px 1px 3px 2px #01c93c;
  box-shadow:         1px 1px 3px 2px #01c93c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c93c


Comments

No comments written yet.

Please login to write comment.