Color Hex Logo

#0cc761 Color Hex

#0CC761
(12,199,97)
0 Favorites   0 Comments

Color spaces of #0cc761

RGB 1219997
HSL0.410.890.41
HSV147°94°78°
CMYK 0.940.000.51   0.22
XYZ22.732741.788118.1770
Yxy41.78810.27490.5053
Hunter Lab64.6437-50.354928.5790
CIE-Lab70.7246-63.446839.4006

#0cc761 color RGB value is (12,199,97).

#0cc761 hex color red value is 12, green value is 199 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #0cc761 hue: 0.41 , saturation: 0.89 and the lightness value of 0cc761 is 0.41.

The process color (four color CMYK) of #0cc761 color hex is 0.94, 0.00, 0.51, 0.22. Web safe color of #0cc761 is #00cc66. Color #0cc761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11000111 01100001
Octal 14 307 141
Decimal 12 199 97
Hex C C7 61

RGB Percentages of Color #0cc761

%3.90
%64.61
%31.49

CMYK Percentages of Color #0cc761

%94
%0
%51
%22

Triadic Colors of #0cc761

#0cc761 #610cc7 #c7610c

Analogous Colors of #0cc761

#0cc761 #0cc7bf #14c70c

Monochromatic Colors of #0cc761

#0cc761

Complementary Color

#0cc761 #c70c72

#0cc761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cc761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cc761 Color CSS Codes

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

#0cc761 Text Font Color

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

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


#0cc761 Background Color

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

This div background color is #0cc761


#0cc761 Border Color

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

This div border color is #0cc761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,199,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cc761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cc761;
  -webkit-box-shadow: 1px 1px 3px 2px #0cc761;
  box-shadow:         1px 1px 3px 2px #0cc761; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,199,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cc761


Comments

No comments written yet.

Please login to write comment.