Color Hex Logo

#9fc160 Color Hex

#9FC160
(159,193,96)
0 Favorites   0 Comments

Color spaces of #9fc160

RGB 15919396
HSL0.230.440.57
HSV81°50°76°
CMYK 0.180.000.50   0.24
XYZ35.479446.355418.1439
Yxy46.35540.35490.4637
Hunter Lab68.0848-26.131031.8592
CIE-Lab73.7756-26.952444.7278

#9fc160 color RGB value is (159,193,96).

#9fc160 hex color red value is 159, green value is 193 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #9fc160 hue: 0.23 , saturation: 0.44 and the lightness value of 9fc160 is 0.57.

The process color (four color CMYK) of #9fc160 color hex is 0.18, 0.00, 0.50, 0.24. Web safe color of #9fc160 is #99cc66. Color #9fc160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000001 01100000
Octal 237 301 140
Decimal 159 193 96
Hex 9F C1 60

RGB Percentages of Color #9fc160

%35.49
%43.08
%21.43

CMYK Percentages of Color #9fc160

%18
%0
%50
%24

Triadic Colors of #9fc160

#9fc160 #609fc1 #c1609f

Analogous Colors of #9fc160

#9fc160 #6fc160 #c1b360

Monochromatic Colors of #9fc160

#9fc160

Complementary Color

#9fc160 #8260c1

#9fc160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc160 Color CSS Codes

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

#9fc160 Text Font Color

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

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


#9fc160 Background Color

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

This div background color is #9fc160


#9fc160 Border Color

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

This div border color is #9fc160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc160


Comments

No comments written yet.

Please login to write comment.