Color Hex Logo

#9ae618 Color Hex

#9AE618
(154,230,24)
0 Favorites   0 Comments

Color spaces of #9ae618

RGB 15423024
HSL0.230.810.50
HSV82°90°90°
CMYK 0.330.000.90   0.10
XYZ41.788163.529610.9241
Yxy63.52960.35950.5465
Hunter Lab79.7055-45.900347.6678
CIE-Lab83.7203-49.632278.9981

#9ae618 color RGB value is (154,230,24).

#9ae618 hex color red value is 154, green value is 230 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #9ae618 hue: 0.23 , saturation: 0.81 and the lightness value of 9ae618 is 0.50.

The process color (four color CMYK) of #9ae618 color hex is 0.33, 0.00, 0.90, 0.10. Web safe color of #9ae618 is #99ff00. Color #9ae618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11100110 00011000
Octal 232 346 30
Decimal 154 230 24
Hex 9A E6 18

RGB Percentages of Color #9ae618

%37.75
%56.37
%5.88

CMYK Percentages of Color #9ae618

%33
%0
%90
%10

Triadic Colors of #9ae618

#9ae618 #189ae6 #e6189a

Analogous Colors of #9ae618

#9ae618 #33e618 #e6cb18

Monochromatic Colors of #9ae618

#9ae618

Complementary Color

#9ae618 #6418e6

#9ae618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ae618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ae618 Color CSS Codes

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

#9ae618 Text Font Color

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

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


#9ae618 Background Color

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

This div background color is #9ae618


#9ae618 Border Color

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

This div border color is #9ae618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ae618


Comments

No comments written yet.

Please login to write comment.