Color Hex Logo

#9fd842 Color Hex

#9FD842
(159,216,66)
0 Favorites   0 Comments

Color spaces of #9fd842

RGB 15921666
HSL0.230.660.55
HSV83°69°85°
CMYK 0.260.000.69   0.15
XYZ39.837356.876014.0328
Yxy56.87600.35970.5136
Hunter Lab75.4162-37.688841.7591
CIE-Lab80.1098-40.080764.6825

#9fd842 color RGB value is (159,216,66).

#9fd842 hex color red value is 159, green value is 216 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #9fd842 hue: 0.23 , saturation: 0.66 and the lightness value of 9fd842 is 0.55.

The process color (four color CMYK) of #9fd842 color hex is 0.26, 0.00, 0.69, 0.15. Web safe color of #9fd842 is #99cc33. Color #9fd842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011000 01000010
Octal 237 330 102
Decimal 159 216 66
Hex 9F D8 42

RGB Percentages of Color #9fd842

%36.05
%48.98
%14.97

CMYK Percentages of Color #9fd842

%26
%0
%69
%15

Triadic Colors of #9fd842

#9fd842 #429fd8 #d8429f

Analogous Colors of #9fd842

#9fd842 #54d842 #d8c642

Monochromatic Colors of #9fd842

#9fd842

Complementary Color

#9fd842 #7b42d8

#9fd842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd842 Color CSS Codes

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

#9fd842 Text Font Color

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

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


#9fd842 Background Color

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

This div background color is #9fd842


#9fd842 Border Color

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

This div border color is #9fd842


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,216,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 #9fd842">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd842


Comments

No comments written yet.

Please login to write comment.