Color Hex Logo

#9ad140 Color Hex

#9AD140
(154,209,64)
0 Favorites   0 Comments

Color spaces of #9ad140

RGB 15420964
HSL0.230.610.54
HSV83°69°82°
CMYK 0.260.000.69   0.18
XYZ37.052352.841113.0970
Yxy52.84110.35980.5131
Hunter Lab72.6919-36.226340.2020
CIE-Lab77.7811-38.974362.9650

#9ad140 color RGB value is (154,209,64).

#9ad140 hex color red value is 154, green value is 209 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #9ad140 hue: 0.23 , saturation: 0.61 and the lightness value of 9ad140 is 0.54.

The process color (four color CMYK) of #9ad140 color hex is 0.26, 0.00, 0.69, 0.18. Web safe color of #9ad140 is #99cc33. Color #9ad140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010001 01000000
Octal 232 321 100
Decimal 154 209 64
Hex 9A D1 40

RGB Percentages of Color #9ad140

%36.07
%48.95
%14.99

CMYK Percentages of Color #9ad140

%26
%0
%69
%18

Triadic Colors of #9ad140

#9ad140 #409ad1 #d1409a

Analogous Colors of #9ad140

#9ad140 #52d140 #d1c040

Monochromatic Colors of #9ad140

#9ad140

Complementary Color

#9ad140 #7740d1

#9ad140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad140 Color CSS Codes

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

#9ad140 Text Font Color

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

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


#9ad140 Background Color

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

This div background color is #9ad140


#9ad140 Border Color

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

This div border color is #9ad140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad140


Comments

No comments written yet.

Please login to write comment.