Color Hex Logo

#9ac798 Color Hex

#9AC798
(154,199,152)
0 Favorites   0 Comments

Color spaces of #9ac798

RGB 154199152
HSL0.330.300.69
HSV117°24°78°
CMYK 0.230.000.24   0.22
XYZ39.417349.983937.2761
Yxy49.98390.31120.3946
Hunter Lab70.6993-24.203818.2289
CIE-Lab76.0594-23.941618.8116

#9ac798 color RGB value is (154,199,152).

#9ac798 hex color red value is 154, green value is 199 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #9ac798 hue: 0.33 , saturation: 0.30 and the lightness value of 9ac798 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000111 10011000
Octal 232 307 230
Decimal 154 199 152
Hex 9A C7 98

RGB Percentages of Color #9ac798

%30.50
%39.41
%30.10

CMYK Percentages of Color #9ac798

%23
%0
%24
%22

Triadic Colors of #9ac798

#9ac798 #989ac7 #c7989a

Analogous Colors of #9ac798

#9ac798 #98c7ae #b2c798

Monochromatic Colors of #9ac798

#9ac798

Complementary Color

#9ac798 #c598c7

#9ac798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac798 Color CSS Codes

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

#9ac798 Text Font Color

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

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


#9ac798 Background Color

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

This div background color is #9ac798


#9ac798 Border Color

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

This div border color is #9ac798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac798


Comments

No comments written yet.

Please login to write comment.