Color Hex Logo

#9fc06d Color Hex

#9FC06D
(159,192,109)
0 Favorites   0 Comments

Color spaces of #9fc06d

RGB 159192109
HSL0.230.400.59
HSV84°43°75°
CMYK 0.170.000.43   0.25
XYZ35.908046.174321.4880
Yxy46.17430.34670.4458
Hunter Lab67.9517-24.589928.8172
CIE-Lab73.6585-25.004038.1419

#9fc06d color RGB value is (159,192,109).

#9fc06d hex color red value is 159, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #9fc06d hue: 0.23 , saturation: 0.40 and the lightness value of 9fc06d is 0.59.

The process color (four color CMYK) of #9fc06d color hex is 0.17, 0.00, 0.43, 0.25. Web safe color of #9fc06d is #99cc66. Color #9fc06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000000 01101101
Octal 237 300 155
Decimal 159 192 109
Hex 9F C0 6D

RGB Percentages of Color #9fc06d

%34.57
%41.74
%23.70

CMYK Percentages of Color #9fc06d

%17
%0
%43
%25

Triadic Colors of #9fc06d

#9fc06d #6d9fc0 #c06d9f

Analogous Colors of #9fc06d

#9fc06d #76c06d #c0b86d

Monochromatic Colors of #9fc06d

#9fc06d

Complementary Color

#9fc06d #8e6dc0

#9fc06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc06d Color CSS Codes

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

#9fc06d Text Font Color

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

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


#9fc06d Background Color

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

This div background color is #9fc06d


#9fc06d Border Color

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

This div border color is #9fc06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc06d


Comments

No comments written yet.

Please login to write comment.