Color Hex Logo

#0fc04c Color Hex

#0FC04C
(15,192,76)
0 Favorites   0 Comments

Color spaces of #0fc04c

RGB 1519276
HSL0.390.860.41
HSV141°92°75°
CMYK 0.920.000.60   0.25
XYZ20.351138.322613.1619
Yxy38.32260.28330.5335
Hunter Lab61.9053-49.653030.7278
CIE-Lab68.2577-64.054546.3826

#0fc04c color RGB value is (15,192,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000000 01001100
Octal 17 300 114
Decimal 15 192 76
Hex F C0 4C

RGB Percentages of Color #0fc04c

%5.30
%67.84
%26.86

CMYK Percentages of Color #0fc04c

%92
%0
%60
%25

Triadic Colors of #0fc04c

#0fc04c #4c0fc0 #c04c0f

Analogous Colors of #0fc04c

#0fc04c #0fc0a5 #2bc00f

Monochromatic Colors of #0fc04c

#0fc04c

Complementary Color

#0fc04c #c00f83

#0fc04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc04c Color CSS Codes

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

#0fc04c Text Font Color

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

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


#0fc04c Background Color

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

This div background color is #0fc04c


#0fc04c Border Color

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

This div border color is #0fc04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc04c


Comments

No comments written yet.

Please login to write comment.