Color Hex Logo

#0fa162 Color Hex

#0FA162
(15,161,98)
0 Favorites   0 Comments

Color spaces of #0fa162

RGB 1516198
HSL0.430.830.35
HSV154°91°63°
CMYK 0.910.000.39   0.37
XYZ15.146526.473115.8668
Yxy26.47310.26350.4605
Hunter Lab51.4520-37.494017.7325
CIE-Lab58.4834-49.971023.1735

#0fa162 color RGB value is (15,161,98).

#0fa162 hex color red value is 15, green value is 161 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #0fa162 hue: 0.43 , saturation: 0.83 and the lightness value of 0fa162 is 0.35.

The process color (four color CMYK) of #0fa162 color hex is 0.91, 0.00, 0.39, 0.37. Web safe color of #0fa162 is #009966. Color #0fa162 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10100001 01100010
Octal 17 241 142
Decimal 15 161 98
Hex F A1 62

RGB Percentages of Color #0fa162

%5.47
%58.76
%35.77

CMYK Percentages of Color #0fa162

%91
%0
%39
%37

Triadic Colors of #0fa162

#0fa162 #620fa1 #a1620f

Analogous Colors of #0fa162

#0fa162 #0f97a1 #0fa119

Monochromatic Colors of #0fa162

#0fa162

Complementary Color

#0fa162 #a10f4e

#0fa162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa162 Color CSS Codes

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

#0fa162 Text Font Color

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

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


#0fa162 Background Color

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

This div background color is #0fa162


#0fa162 Border Color

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

This div border color is #0fa162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa162


Comments

No comments written yet.

Please login to write comment.