Color Hex Logo

#9af97f Color Hex

#9AF97F
(154,249,127)
0 Favorites   0 Comments

Color spaces of #9af97f

RGB 154249127
HSL0.300.910.74
HSV107°49°98°
CMYK 0.380.000.49   0.02
XYZ51.032976.153732.0881
Yxy76.15370.32040.4781
Hunter Lab87.2661-48.329539.2851
CIE-Lab89.9307-50.209949.5452

#9af97f color RGB value is (154,249,127).

#9af97f hex color red value is 154, green value is 249 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #9af97f hue: 0.30 , saturation: 0.91 and the lightness value of 9af97f is 0.74.

The process color (four color CMYK) of #9af97f color hex is 0.38, 0.00, 0.49, 0.02. Web safe color of #9af97f is #99ff66. Color #9af97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111001 01111111
Octal 232 371 177
Decimal 154 249 127
Hex 9A F9 7F

RGB Percentages of Color #9af97f

%29.06
%46.98
%23.96

CMYK Percentages of Color #9af97f

%38
%0
%49
%2

Triadic Colors of #9af97f

#9af97f #7f9af9 #f97f9a

Analogous Colors of #9af97f

#9af97f #7ff9a1 #d7f97f

Monochromatic Colors of #9af97f

#9af97f

Complementary Color

#9af97f #de7ff9

#9af97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9af97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9af97f Color CSS Codes

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

#9af97f Text Font Color

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

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


#9af97f Background Color

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

This div background color is #9af97f


#9af97f Border Color

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

This div border color is #9af97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9af97f


Comments

No comments written yet.

Please login to write comment.