Color Hex Logo

#9da126 Color Hex

#9DA126
(157,161,38)
0 Favorites   0 Comments

Color spaces of #9da126

RGB 15716138
HSL0.170.620.39
HSV62°76°63°
CMYK 0.020.000.76   0.37
XYZ26.999332.79786.7413
Yxy32.79780.40580.4929
Hunter Lab57.2694-16.068633.1094
CIE-Lab63.9969-16.132958.8047

#9da126 color RGB value is (157,161,38).

#9da126 hex color red value is 157, green value is 161 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #9da126 hue: 0.17 , saturation: 0.62 and the lightness value of 9da126 is 0.39.

The process color (four color CMYK) of #9da126 color hex is 0.02, 0.00, 0.76, 0.37. Web safe color of #9da126 is #999933. Color #9da126 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100001 00100110
Octal 235 241 46
Decimal 157 161 38
Hex 9D A1 26

RGB Percentages of Color #9da126

%44.10
%45.22
%10.67

CMYK Percentages of Color #9da126

%2
%0
%76
%37

Triadic Colors of #9da126

#9da126 #269da1 #a1269d

Analogous Colors of #9da126

#9da126 #60a126 #a16826

Monochromatic Colors of #9da126

#9da126

Complementary Color

#9da126 #2a26a1

#9da126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da126 Color CSS Codes

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

#9da126 Text Font Color

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

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


#9da126 Background Color

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

This div background color is #9da126


#9da126 Border Color

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

This div border color is #9da126


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,161,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9da126; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9da126;
  -webkit-box-shadow: 1px 1px 3px 2px #9da126;
  box-shadow:         1px 1px 3px 2px #9da126; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,161,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da126


Comments

No comments written yet.

Please login to write comment.