Color Hex Logo

#9fc142 Color Hex

#9FC142
(159,193,66)
0 Favorites   0 Comments

Color spaces of #9fc142

RGB 15919366
HSL0.210.510.51
HSV76°66°76°
CMYK 0.180.000.66   0.24
XYZ34.351445.904212.2041
Yxy45.90420.37150.4965
Hunter Lab67.7526-28.065536.7471
CIE-Lab73.4833-29.549357.8517

#9fc142 color RGB value is (159,193,66).

#9fc142 hex color red value is 159, green value is 193 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #9fc142 hue: 0.21 , saturation: 0.51 and the lightness value of 9fc142 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000001 01000010
Octal 237 301 102
Decimal 159 193 66
Hex 9F C1 42

RGB Percentages of Color #9fc142

%38.04
%46.17
%15.79

CMYK Percentages of Color #9fc142

%18
%0
%66
%24

Triadic Colors of #9fc142

#9fc142 #429fc1 #c1429f

Analogous Colors of #9fc142

#9fc142 #60c142 #c1a442

Monochromatic Colors of #9fc142

#9fc142

Complementary Color

#9fc142 #6442c1

#9fc142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc142 Color CSS Codes

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

#9fc142 Text Font Color

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

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


#9fc142 Background Color

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

This div background color is #9fc142


#9fc142 Border Color

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

This div border color is #9fc142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc142


Comments

No comments written yet.

Please login to write comment.