Color Hex Logo

#9faf56 Color Hex

#9FAF56
(159,175,86)
0 Favorites   0 Comments

Color spaces of #9faf56

RGB 15917586
HSL0.200.360.51
HSV71°51°69°
CMYK 0.090.000.51   0.31
XYZ31.307838.702814.6244
Yxy38.70280.36990.4573
Hunter Lab62.2116-19.040629.6105
CIE-Lab68.5354-19.067743.3265

#9faf56 color RGB value is (159,175,86).

#9faf56 hex color red value is 159, green value is 175 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #9faf56 hue: 0.20 , saturation: 0.36 and the lightness value of 9faf56 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101111 01010110
Octal 237 257 126
Decimal 159 175 86
Hex 9F AF 56

RGB Percentages of Color #9faf56

%37.86
%41.67
%20.48

CMYK Percentages of Color #9faf56

%9
%0
%51
%31

Triadic Colors of #9faf56

#9faf56 #569faf #af569f

Analogous Colors of #9faf56

#9faf56 #73af56 #af9356

Monochromatic Colors of #9faf56

#9faf56

Complementary Color

#9faf56 #6656af

#9faf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faf56 Color CSS Codes

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

#9faf56 Text Font Color

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

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


#9faf56 Background Color

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

This div background color is #9faf56


#9faf56 Border Color

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

This div border color is #9faf56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faf56


Comments

No comments written yet.

Please login to write comment.