Color Hex Logo

#9fa02f Color Hex

#9FA02F
(159,160,47)
0 Favorites   0 Comments

Color spaces of #9fa02f

RGB 15916047
HSL0.170.550.41
HSV61°71°63°
CMYK 0.010.000.71   0.37
XYZ27.382032.71787.5613
Yxy32.71780.40470.4836
Hunter Lab57.1995-14.649232.2020
CIE-Lab63.9318-14.306755.6064

#9fa02f color RGB value is (159,160,47).

#9fa02f hex color red value is 159, green value is 160 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #9fa02f hue: 0.17 , saturation: 0.55 and the lightness value of 9fa02f is 0.41.

The process color (four color CMYK) of #9fa02f color hex is 0.01, 0.00, 0.71, 0.37. Web safe color of #9fa02f is #999933. Color #9fa02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10100000 00101111
Octal 237 240 57
Decimal 159 160 47
Hex 9F A0 2F

RGB Percentages of Color #9fa02f

%43.44
%43.72
%12.84

CMYK Percentages of Color #9fa02f

%1
%0
%71
%37

Triadic Colors of #9fa02f

#9fa02f #2f9fa0 #a02f9f

Analogous Colors of #9fa02f

#9fa02f #67a02f #a0692f

Monochromatic Colors of #9fa02f

#9fa02f

Complementary Color

#9fa02f #302fa0

#9fa02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fa02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fa02f Color CSS Codes

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

#9fa02f Text Font Color

<p style="color:#9fa02f">Text here</p>

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


#9fa02f Background Color

<div style="background-color:#9fa02f">
Div content here</div>

This div background color is #9fa02f


#9fa02f Border Color

<div style="border:3px solid #9fa02f">
Div here</div>

This div border color is #9fa02f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,160,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fa02f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fa02f;
  -webkit-box-shadow: 1px 1px 3px 2px #9fa02f;
  box-shadow:         1px 1px 3px 2px #9fa02f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,160,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fa02f


Comments

No comments written yet.

Please login to write comment.