Color Hex Logo

#9ae12e Color Hex

#9AE12E
(154,225,46)
0 Favorites   0 Comments

Color spaces of #9ae12e

RGB 15422546
HSL0.230.750.53
HSV84°80°88°
CMYK 0.320.000.80   0.12
XYZ40.744860.917712.1956
Yxy60.91770.35790.5350
Hunter Lab78.0498-43.403745.3705
CIE-Lab82.3345-46.849873.1347

#9ae12e color RGB value is (154,225,46).

#9ae12e hex color red value is 154, green value is 225 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9ae12e hue: 0.23 , saturation: 0.75 and the lightness value of 9ae12e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100001 00101110
Octal 232 341 56
Decimal 154 225 46
Hex 9A E1 2E

RGB Percentages of Color #9ae12e

%36.24
%52.94
%10.82

CMYK Percentages of Color #9ae12e

%32
%0
%80
%12

Triadic Colors of #9ae12e

#9ae12e #2e9ae1 #e12e9a

Analogous Colors of #9ae12e

#9ae12e #41e12e #e1cf2e

Monochromatic Colors of #9ae12e

#9ae12e

Complementary Color

#9ae12e #752ee1

#9ae12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae12e Color CSS Codes

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

#9ae12e Text Font Color

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

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


#9ae12e Background Color

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

This div background color is #9ae12e


#9ae12e Border Color

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

This div border color is #9ae12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae12e


Comments

No comments written yet.

Please login to write comment.