Color Hex Logo

#9fc470 Color Hex

#9FC470
(159,196,112)
0 Favorites   0 Comments

Color spaces of #9fc470

RGB 159196112
HSL0.240.420.60
HSV86°43°77°
CMYK 0.190.000.43   0.23
XYZ36.962648.020622.6500
Yxy48.02060.34340.4462
Hunter Lab69.2969-26.058629.1286
CIE-Lab74.8379-26.583238.1132

#9fc470 color RGB value is (159,196,112).

#9fc470 hex color red value is 159, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9fc470 hue: 0.24 , saturation: 0.42 and the lightness value of 9fc470 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000100 01110000
Octal 237 304 160
Decimal 159 196 112
Hex 9F C4 70

RGB Percentages of Color #9fc470

%34.05
%41.97
%23.98

CMYK Percentages of Color #9fc470

%19
%0
%43
%23

Triadic Colors of #9fc470

#9fc470 #709fc4 #c4709f

Analogous Colors of #9fc470

#9fc470 #75c470 #c4bf70

Monochromatic Colors of #9fc470

#9fc470

Complementary Color

#9fc470 #9570c4

#9fc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc470 Color CSS Codes

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

#9fc470 Text Font Color

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

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


#9fc470 Background Color

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

This div background color is #9fc470


#9fc470 Border Color

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

This div border color is #9fc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc470


Comments

No comments written yet.

Please login to write comment.