Color Hex Logo

#9ac99f Color Hex

#9AC99F
(154,201,159)
0 Favorites   0 Comments

Color spaces of #9ac99f

RGB 154201159
HSL0.350.300.70
HSV126°23°79°
CMYK 0.230.000.21   0.21
XYZ40.471151.146540.5401
Yxy51.14650.30620.3870
Hunter Lab71.5168-24.141816.4525
CIE-Lab76.7677-23.701016.0628

#9ac99f color RGB value is (154,201,159).

#9ac99f hex color red value is 154, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9ac99f hue: 0.35 , saturation: 0.30 and the lightness value of 9ac99f is 0.70.

The process color (four color CMYK) of #9ac99f color hex is 0.23, 0.00, 0.21, 0.21. Web safe color of #9ac99f is #99cc99. Color #9ac99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001001 10011111
Octal 232 311 237
Decimal 154 201 159
Hex 9A C9 9F

RGB Percentages of Color #9ac99f

%29.96
%39.11
%30.93

CMYK Percentages of Color #9ac99f

%23
%0
%21
%21

Triadic Colors of #9ac99f

#9ac99f #9f9ac9 #c99f9a

Analogous Colors of #9ac99f

#9ac99f #9ac9b7 #adc99a

Monochromatic Colors of #9ac99f

#9ac99f

Complementary Color

#9ac99f #c99ac4

#9ac99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac99f Color CSS Codes

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

#9ac99f Text Font Color

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

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


#9ac99f Background Color

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

This div background color is #9ac99f


#9ac99f Border Color

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

This div border color is #9ac99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac99f

#9ac99f Color Palettes


Comments

No comments written yet.

Please login to write comment.