Color Hex Logo

#01c419 Color Hex

#01C419
(1,196,25)
0 Favorites   0 Comments

Color spaces of #01c419

RGB 119625
HSL0.350.990.39
HSV127°99°77°
CMYK 0.990.000.87   0.23
XYZ19.927939.55657.5046
Yxy39.55650.29750.5905
Hunter Lab62.8940-53.506836.9512
CIE-Lab69.1525-69.999264.8136

#01c419 color RGB value is (1,196,25).

#01c419 hex color red value is 1, green value is 196 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #01c419 hue: 0.35 , saturation: 0.99 and the lightness value of 01c419 is 0.39.

The process color (four color CMYK) of #01c419 color hex is 0.99, 0.00, 0.87, 0.23. Web safe color of #01c419 is #00cc00. Color #01c419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11000100 00011001
Octal 1 304 31
Decimal 1 196 25
Hex 1 C4 19

RGB Percentages of Color #01c419

%0.45
%88.29
%11.26

CMYK Percentages of Color #01c419

%99
%0
%87
%23

Triadic Colors of #01c419

#01c419 #1901c4 #c41901

Analogous Colors of #01c419

#01c419 #01c47b #4ac401

Monochromatic Colors of #01c419

#01c419

Complementary Color

#01c419 #c401ac

#01c419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01c419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01c419 Color CSS Codes

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

#01c419 Text Font Color

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

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


#01c419 Background Color

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

This div background color is #01c419


#01c419 Border Color

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

This div border color is #01c419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01c419


Comments

No comments written yet.

Please login to write comment.