Color Hex Logo

#9fff9c Color Hex

#9FFF9C
(159,255,156)
0 Favorites   0 Comments

Color spaces of #9fff9c

RGB 159255156
HSL0.331.000.81
HSV118°39°100°
CMYK 0.380.000.39   0.00
XYZ56.058881.291244.1887
Yxy81.29120.30880.4478
Hunter Lab90.1616-46.798934.0548
CIE-Lab92.2611-47.329638.5826

#9fff9c color RGB value is (159,255,156).

#9fff9c hex color red value is 159, green value is 255 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #9fff9c hue: 0.33 , saturation: 1.00 and the lightness value of 9fff9c is 0.81.

The process color (four color CMYK) of #9fff9c color hex is 0.38, 0.00, 0.39, 0.00. Web safe color of #9fff9c is #99ff99. Color #9fff9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11111111 10011100
Octal 237 377 234
Decimal 159 255 156
Hex 9F FF 9C

RGB Percentages of Color #9fff9c

%27.89
%44.74
%27.37

CMYK Percentages of Color #9fff9c

%38
%0
%39
%0

Triadic Colors of #9fff9c

#9fff9c #9c9fff #ff9c9f

Analogous Colors of #9fff9c

#9fff9c #9cffcb #d1ff9c

Monochromatic Colors of #9fff9c

#9fff9c

Complementary Color

#9fff9c #fc9cff

#9fff9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fff9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fff9c Color CSS Codes

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

#9fff9c Text Font Color

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

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


#9fff9c Background Color

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

This div background color is #9fff9c


#9fff9c Border Color

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

This div border color is #9fff9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fff9c

Related Colors


Comments

No comments written yet.

Please login to write comment.