Color Hex Logo

#0fb620 Color Hex

#0FB620
(15,182,32)
0 Favorites   0 Comments

Color spaces of #0fb620

RGB 1518232
HSL0.350.850.39
HSV126°92°71°
CMYK 0.920.000.82   0.29
XYZ17.185733.66176.9581
Yxy33.66170.29730.5823
Hunter Lab58.0187-48.659333.5025
CIE-Lab64.6932-65.080359.1660

#0fb620 color RGB value is (15,182,32).

#0fb620 hex color red value is 15, green value is 182 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #0fb620 hue: 0.35 , saturation: 0.85 and the lightness value of 0fb620 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110110 00100000
Octal 17 266 40
Decimal 15 182 32
Hex F B6 20

RGB Percentages of Color #0fb620

%6.55
%79.48
%13.97

CMYK Percentages of Color #0fb620

%92
%0
%82
%29

Triadic Colors of #0fb620

#0fb620 #200fb6 #b6200f

Analogous Colors of #0fb620

#0fb620 #0fb674 #51b60f

Monochromatic Colors of #0fb620

#0fb620

Complementary Color

#0fb620 #b60fa5

#0fb620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb620 Color CSS Codes

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

#0fb620 Text Font Color

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

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


#0fb620 Background Color

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

This div background color is #0fb620


#0fb620 Border Color

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

This div border color is #0fb620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb620


Comments

No comments written yet.

Please login to write comment.