Color Hex Logo

#9ae13e Color Hex

#9AE13E
(154,225,62)
0 Favorites   0 Comments

Color spaces of #9ae13e

RGB 15422562
HSL0.240.730.56
HSV86°72°88°
CMYK 0.320.000.72   0.12
XYZ41.121161.068314.1775
Yxy61.06830.35340.5248
Hunter Lab78.1462-42.827943.9458
CIE-Lab82.4154-46.041768.3117

#9ae13e color RGB value is (154,225,62).

#9ae13e hex color red value is 154, green value is 225 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9ae13e hue: 0.24 , saturation: 0.73 and the lightness value of 9ae13e is 0.56.

The process color (four color CMYK) of #9ae13e color hex is 0.32, 0.00, 0.72, 0.12. Web safe color of #9ae13e is #99cc33. Color #9ae13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100001 00111110
Octal 232 341 76
Decimal 154 225 62
Hex 9A E1 3E

RGB Percentages of Color #9ae13e

%34.92
%51.02
%14.06

CMYK Percentages of Color #9ae13e

%32
%0
%72
%12

Triadic Colors of #9ae13e

#9ae13e #3e9ae1 #e13e9a

Analogous Colors of #9ae13e

#9ae13e #49e13e #e1d73e

Monochromatic Colors of #9ae13e

#9ae13e

Complementary Color

#9ae13e #853ee1

#9ae13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae13e Color CSS Codes

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

#9ae13e Text Font Color

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

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


#9ae13e Background Color

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

This div background color is #9ae13e


#9ae13e Border Color

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

This div border color is #9ae13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae13e


Comments

No comments written yet.

Please login to write comment.