Color Hex Logo

#9fc18f Color Hex

#9FC18F
(159,193,143)
0 Favorites   0 Comments

Color spaces of #9fc18f

RGB 159193143
HSL0.280.290.66
HSV101°26°76°
CMYK 0.180.000.26   0.24
XYZ38.326047.494033.1339
Yxy47.49400.32220.3993
Hunter Lab68.9159-21.334119.7352
CIE-Lab74.5047-20.713521.5182

#9fc18f color RGB value is (159,193,143).

#9fc18f hex color red value is 159, green value is 193 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9fc18f hue: 0.28 , saturation: 0.29 and the lightness value of 9fc18f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000001 10001111
Octal 237 301 217
Decimal 159 193 143
Hex 9F C1 8F

RGB Percentages of Color #9fc18f

%32.12
%38.99
%28.89

CMYK Percentages of Color #9fc18f

%18
%0
%26
%24

Triadic Colors of #9fc18f

#9fc18f #8f9fc1 #c18f9f

Analogous Colors of #9fc18f

#9fc18f #8fc198 #b8c18f

Monochromatic Colors of #9fc18f

#9fc18f

Complementary Color

#9fc18f #b18fc1

#9fc18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc18f Color CSS Codes

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

#9fc18f Text Font Color

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

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


#9fc18f Background Color

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

This div background color is #9fc18f


#9fc18f Border Color

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

This div border color is #9fc18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc18f


Comments

No comments written yet.

Please login to write comment.