Color Hex Logo

#9ab742 Color Hex

#9AB742
(154,183,66)
0 Favorites   0 Comments

Color spaces of #9ab742

RGB 15418366
HSL0.210.470.49
HSV75°64°72°
CMYK 0.160.000.64   0.28
XYZ31.243341.130311.4465
Yxy41.13030.37270.4907
Hunter Lab64.1329-25.273734.3109
CIE-Lab70.2671-26.769254.3446

#9ab742 color RGB value is (154,183,66).

#9ab742 hex color red value is 154, green value is 183 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #9ab742 hue: 0.21 , saturation: 0.47 and the lightness value of 9ab742 is 0.49.

The process color (four color CMYK) of #9ab742 color hex is 0.16, 0.00, 0.64, 0.28. Web safe color of #9ab742 is #99cc33. Color #9ab742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110111 01000010
Octal 232 267 102
Decimal 154 183 66
Hex 9A B7 42

RGB Percentages of Color #9ab742

%38.21
%45.41
%16.38

CMYK Percentages of Color #9ab742

%16
%0
%64
%28

Triadic Colors of #9ab742

#9ab742 #429ab7 #b7429a

Analogous Colors of #9ab742

#9ab742 #5fb742 #b79a42

Monochromatic Colors of #9ab742

#9ab742

Complementary Color

#9ab742 #5f42b7

#9ab742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab742 Color CSS Codes

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

#9ab742 Text Font Color

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

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


#9ab742 Background Color

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

This div background color is #9ab742


#9ab742 Border Color

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

This div border color is #9ab742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab742


Comments

No comments written yet.

Please login to write comment.