Color Hex Logo

#9faf6f Color Hex

#9FAF6F
(159,175,111)
0 Favorites   0 Comments

Color spaces of #9faf6f

RGB 159175111
HSL0.210.290.56
HSV75°37°69°
CMYK 0.090.000.37   0.31
XYZ32.497339.178620.8884
Yxy39.17860.35110.4233
Hunter Lab62.5928-16.862824.0288
CIE-Lab68.8804-16.235930.9972

#9faf6f color RGB value is (159,175,111).

#9faf6f hex color red value is 159, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9faf6f hue: 0.21 , saturation: 0.29 and the lightness value of 9faf6f is 0.56.

The process color (four color CMYK) of #9faf6f color hex is 0.09, 0.00, 0.37, 0.31. Web safe color of #9faf6f is #999966. Color #9faf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 01101111
Octal 237 257 157
Decimal 159 175 111
Hex 9F AF 6F

RGB Percentages of Color #9faf6f

%35.73
%39.33
%24.94

CMYK Percentages of Color #9faf6f

%9
%0
%37
%31

Triadic Colors of #9faf6f

#9faf6f #6f9faf #af6f9f

Analogous Colors of #9faf6f

#9faf6f #7faf6f #af9f6f

Monochromatic Colors of #9faf6f

#9faf6f

Complementary Color

#9faf6f #7f6faf

#9faf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faf6f Color CSS Codes

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

#9faf6f Text Font Color

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

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


#9faf6f Background Color

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

This div background color is #9faf6f


#9faf6f Border Color

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

This div border color is #9faf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faf6f


Comments

No comments written yet.

Please login to write comment.