Color Hex Logo

#0fc44e Color Hex

#0FC44E
(15,196,78)
0 Favorites   0 Comments

Color spaces of #0fc44e

RGB 1519678
HSL0.390.860.41
HSV141°92°77°
CMYK 0.920.000.60   0.23
XYZ21.312140.131513.8306
Yxy40.13150.28310.5331
Hunter Lab63.3494-50.810331.4003
CIE-Lab69.5631-65.045046.9861

#0fc44e color RGB value is (15,196,78).

#0fc44e hex color red value is 15, green value is 196 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0fc44e hue: 0.39 , saturation: 0.86 and the lightness value of 0fc44e is 0.41.

The process color (four color CMYK) of #0fc44e color hex is 0.92, 0.00, 0.60, 0.23. Web safe color of #0fc44e is #00cc66. Color #0fc44e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000100 01001110
Octal 17 304 116
Decimal 15 196 78
Hex F C4 4E

RGB Percentages of Color #0fc44e

%5.19
%67.82
%26.99

CMYK Percentages of Color #0fc44e

%92
%0
%60
%23

Triadic Colors of #0fc44e

#0fc44e #4e0fc4 #c44e0f

Analogous Colors of #0fc44e

#0fc44e #0fc4a9 #2bc40f

Monochromatic Colors of #0fc44e

#0fc44e

Complementary Color

#0fc44e #c40f85

#0fc44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc44e Color CSS Codes

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

#0fc44e Text Font Color

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

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


#0fc44e Background Color

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

This div background color is #0fc44e


#0fc44e Border Color

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

This div border color is #0fc44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc44e


Comments

No comments written yet.

Please login to write comment.