Color Hex Logo

#9ea233 Color Hex

#9EA233
(158,162,51)
0 Favorites   0 Comments

Color spaces of #9ea233

RGB 15816251
HSL0.170.520.42
HSV62°69°64°
CMYK 0.020.000.69   0.36
XYZ27.618433.34888.1133
Yxy33.34880.39980.4828
Hunter Lab57.7484-15.691432.0940
CIE-Lab64.4423-15.559954.5330

#9ea233 color RGB value is (158,162,51).

#9ea233 hex color red value is 158, green value is 162 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #9ea233 hue: 0.17 , saturation: 0.52 and the lightness value of 9ea233 is 0.42.

The process color (four color CMYK) of #9ea233 color hex is 0.02, 0.00, 0.69, 0.36. Web safe color of #9ea233 is #999933. Color #9ea233 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10100010 00110011
Octal 236 242 63
Decimal 158 162 51
Hex 9E A2 33

RGB Percentages of Color #9ea233

%42.59
%43.67
%13.75

CMYK Percentages of Color #9ea233

%2
%0
%69
%36

Triadic Colors of #9ea233

#9ea233 #339ea2 #a2339e

Analogous Colors of #9ea233

#9ea233 #67a233 #a26f33

Monochromatic Colors of #9ea233

#9ea233

Complementary Color

#9ea233 #3733a2

#9ea233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ea233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ea233 Color CSS Codes

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

#9ea233 Text Font Color

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

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


#9ea233 Background Color

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

This div background color is #9ea233


#9ea233 Border Color

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

This div border color is #9ea233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,162,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ea233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ea233;
  -webkit-box-shadow: 1px 1px 3px 2px #9ea233;
  box-shadow:         1px 1px 3px 2px #9ea233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,162,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ea233


Comments

No comments written yet.

Please login to write comment.