Color Hex Logo

#0fa95f Color Hex

#0FA95F
(15,169,95)
0 Favorites   0 Comments

Color spaces of #0fa95f

RGB 1516995
HSL0.420.840.36
HSV151°91°66°
CMYK 0.910.000.44   0.34
XYZ16.450529.303715.6156
Yxy29.30370.26810.4775
Hunter Lab54.1329-40.488020.7898
CIE-Lab61.0487-53.462228.1548

#0fa95f color RGB value is (15,169,95).

#0fa95f hex color red value is 15, green value is 169 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #0fa95f hue: 0.42 , saturation: 0.84 and the lightness value of 0fa95f is 0.36.

The process color (four color CMYK) of #0fa95f color hex is 0.91, 0.00, 0.44, 0.34. Web safe color of #0fa95f is #009966. Color #0fa95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101001 01011111
Octal 17 251 137
Decimal 15 169 95
Hex F A9 5F

RGB Percentages of Color #0fa95f

%5.38
%60.57
%34.05

CMYK Percentages of Color #0fa95f

%91
%0
%44
%34

Triadic Colors of #0fa95f

#0fa95f #5f0fa9 #a95f0f

Analogous Colors of #0fa95f

#0fa95f #0fa6a9 #0fa912

Monochromatic Colors of #0fa95f

#0fa95f

Complementary Color

#0fa95f #a90f59

#0fa95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa95f Color CSS Codes

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

#0fa95f Text Font Color

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

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


#0fa95f Background Color

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

This div background color is #0fa95f


#0fa95f Border Color

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

This div border color is #0fa95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa95f


Comments

No comments written yet.

Please login to write comment.