Color Hex Logo

#01f94a Color Hex

#01F94A
(1,249,74)
0 Favorites   0 Comments

Color spaces of #01f94a

RGB 124974
HSL0.380.990.49
HSV138°100°98°
CMYK 1.000.000.70   0.02
XYZ35.124268.252217.8013
Yxy68.25220.28990.5632
Hunter Lab82.6149-68.685745.0550
CIE-Lab86.1324-81.420266.7298

#01f94a color RGB value is (1,249,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111001 01001010
Octal 1 371 112
Decimal 1 249 74
Hex 1 F9 4A

RGB Percentages of Color #01f94a

%0.31
%76.85
%22.84

CMYK Percentages of Color #01f94a

%100
%0
%70
%2

Triadic Colors of #01f94a

#01f94a #4a01f9 #f94a01

Analogous Colors of #01f94a

#01f94a #01f9c6 #34f901

Monochromatic Colors of #01f94a

#01f94a

Complementary Color

#01f94a #f901b0

#01f94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01f94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01f94a Color CSS Codes

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

#01f94a Text Font Color

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

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


#01f94a Background Color

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

This div background color is #01f94a


#01f94a Border Color

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

This div border color is #01f94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01f94a


Comments

No comments written yet.

Please login to write comment.