Color Hex Logo

#9fc69a Color Hex

#9FC69A
(159,198,154)
0 Favorites   0 Comments

Color spaces of #9fc69a

RGB 159198154
HSL0.310.280.69
HSV113°22°78°
CMYK 0.200.000.22   0.22
XYZ40.324950.092238.1153
Yxy50.09220.31370.3897
Hunter Lab70.7758-22.156417.6133
CIE-Lab76.1258-21.387917.8839

#9fc69a color RGB value is (159,198,154).

#9fc69a hex color red value is 159, green value is 198 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #9fc69a hue: 0.31 , saturation: 0.28 and the lightness value of 9fc69a is 0.69.

The process color (four color CMYK) of #9fc69a color hex is 0.20, 0.00, 0.22, 0.22. Web safe color of #9fc69a is #99cc99. Color #9fc69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000110 10011010
Octal 237 306 232
Decimal 159 198 154
Hex 9F C6 9A

RGB Percentages of Color #9fc69a

%31.12
%38.75
%30.14

CMYK Percentages of Color #9fc69a

%20
%0
%22
%22

Triadic Colors of #9fc69a

#9fc69a #9a9fc6 #c69a9f

Analogous Colors of #9fc69a

#9fc69a #9ac6ab #b5c69a

Monochromatic Colors of #9fc69a

#9fc69a

Complementary Color

#9fc69a #c19ac6

#9fc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc69a Color CSS Codes

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

#9fc69a Text Font Color

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

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


#9fc69a Background Color

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

This div background color is #9fc69a


#9fc69a Border Color

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

This div border color is #9fc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc69a


Comments

No comments written yet.

Please login to write comment.