Color Hex Logo

#0cb75b Color Hex

#0CB75B
(12,183,91)
0 Favorites   0 Comments

Color spaces of #0cb75b

RGB 1218391
HSL0.410.880.38
HSV148°93°72°
CMYK 0.930.000.50   0.28
XYZ18.973434.700515.5954
Yxy34.70050.27390.5010
Hunter Lab58.9071-45.594425.5382
CIE-Lab65.5148-59.139935.9001

#0cb75b color RGB value is (12,183,91).

#0cb75b hex color red value is 12, green value is 183 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #0cb75b hue: 0.41 , saturation: 0.88 and the lightness value of 0cb75b is 0.38.

The process color (four color CMYK) of #0cb75b color hex is 0.93, 0.00, 0.50, 0.28. Web safe color of #0cb75b is #00cc66. Color #0cb75b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110111 01011011
Octal 14 267 133
Decimal 12 183 91
Hex C B7 5B

RGB Percentages of Color #0cb75b

%4.20
%63.99
%31.82

CMYK Percentages of Color #0cb75b

%93
%0
%50
%28

Triadic Colors of #0cb75b

#0cb75b #5b0cb7 #b75b0c

Analogous Colors of #0cb75b

#0cb75b #0cb7b1 #13b70c

Monochromatic Colors of #0cb75b

#0cb75b

Complementary Color

#0cb75b #b70c68

#0cb75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb75b Color CSS Codes

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

#0cb75b Text Font Color

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

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


#0cb75b Background Color

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

This div background color is #0cb75b


#0cb75b Border Color

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

This div border color is #0cb75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb75b


Comments

No comments written yet.

Please login to write comment.