Color Hex Logo

#9fb472 Color Hex

#9FB472
(159,180,114)
0 Favorites   0 Comments

Color spaces of #9fb472

RGB 159180114
HSL0.220.310.58
HSV79°37°71°
CMYK 0.120.000.37   0.29
XYZ33.656641.228322.1036
Yxy41.22830.34700.4251
Hunter Lab64.2093-18.801824.5363
CIE-Lab70.3356-18.399031.3112

#9fb472 color RGB value is (159,180,114).

#9fb472 hex color red value is 159, green value is 180 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #9fb472 hue: 0.22 , saturation: 0.31 and the lightness value of 9fb472 is 0.58.

The process color (four color CMYK) of #9fb472 color hex is 0.12, 0.00, 0.37, 0.29. Web safe color of #9fb472 is #99cc66. Color #9fb472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110100 01110010
Octal 237 264 162
Decimal 159 180 114
Hex 9F B4 72

RGB Percentages of Color #9fb472

%35.10
%39.74
%25.17

CMYK Percentages of Color #9fb472

%12
%0
%37
%29

Triadic Colors of #9fb472

#9fb472 #729fb4 #b4729f

Analogous Colors of #9fb472

#9fb472 #7eb472 #b4a872

Monochromatic Colors of #9fb472

#9fb472

Complementary Color

#9fb472 #8772b4

#9fb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb472 Color CSS Codes

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

#9fb472 Text Font Color

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

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


#9fb472 Background Color

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

This div background color is #9fb472


#9fb472 Border Color

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

This div border color is #9fb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb472


Comments

No comments written yet.

Please login to write comment.