Color Hex Logo

#9ab590 Color Hex

#9AB590
(154,181,144)
0 Favorites   0 Comments

Color spaces of #9ab590

RGB 154181144
HSL0.290.200.64
HSV104°20°71°
CMYK 0.150.000.20   0.29
XYZ34.884341.931432.6405
Yxy41.93140.31870.3831
Hunter Lab64.7545-17.159415.4421
CIE-Lab70.8236-16.252715.8426

#9ab590 color RGB value is (154,181,144).

#9ab590 hex color red value is 154, green value is 181 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #9ab590 hue: 0.29 , saturation: 0.20 and the lightness value of 9ab590 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110101 10010000
Octal 232 265 220
Decimal 154 181 144
Hex 9A B5 90

RGB Percentages of Color #9ab590

%32.15
%37.79
%30.06

CMYK Percentages of Color #9ab590

%15
%0
%20
%29

Triadic Colors of #9ab590

#9ab590 #909ab5 #b5909a

Analogous Colors of #9ab590

#9ab590 #90b599 #adb590

Monochromatic Colors of #9ab590

#9ab590

Complementary Color

#9ab590 #ab90b5

#9ab590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab590 Color CSS Codes

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

#9ab590 Text Font Color

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

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


#9ab590 Background Color

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

This div background color is #9ab590


#9ab590 Border Color

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

This div border color is #9ab590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab590


Comments

No comments written yet.

Please login to write comment.