Color Hex Logo

#0fc44a Color Hex

#0FC44A
(15,196,74)
0 Favorites   0 Comments

Color spaces of #0fc44a

RGB 1519674
HSL0.390.860.41
HSV140°92°77°
CMYK 0.920.000.62   0.23
XYZ21.173040.075813.0980
Yxy40.07580.28480.5390
Hunter Lab63.3055-51.083832.0466
CIE-Lab69.5235-65.536648.7252

#0fc44a color RGB value is (15,196,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000100 01001010
Octal 17 304 112
Decimal 15 196 74
Hex F C4 4A

RGB Percentages of Color #0fc44a

%5.26
%68.77
%25.96

CMYK Percentages of Color #0fc44a

%92
%0
%62
%23

Triadic Colors of #0fc44a

#0fc44a #4a0fc4 #c44a0f

Analogous Colors of #0fc44a

#0fc44a #0fc4a5 #2fc40f

Monochromatic Colors of #0fc44a

#0fc44a

Complementary Color

#0fc44a #c40f89

#0fc44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc44a Color CSS Codes

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

#0fc44a Text Font Color

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

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


#0fc44a Background Color

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

This div background color is #0fc44a


#0fc44a Border Color

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

This div border color is #0fc44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc44a


Comments

No comments written yet.

Please login to write comment.