Color Hex Logo

#90e116 Color Hex

#90E116
(144,225,22)
0 Favorites   0 Comments

Color spaces of #90e116

RGB 14422522
HSL0.230.820.48
HSV84°90°88°
CMYK 0.360.000.90   0.12
XYZ38.571659.837610.2759
Yxy59.83760.35490.5506
Hunter Lab77.3548-46.364946.2722
CIE-Lab81.7498-51.155477.4765

#90e116 color RGB value is (144,225,22).

#90e116 hex color red value is 144, green value is 225 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #90e116 hue: 0.23 , saturation: 0.82 and the lightness value of 90e116 is 0.48.

The process color (four color CMYK) of #90e116 color hex is 0.36, 0.00, 0.90, 0.12. Web safe color of #90e116 is #99cc00. Color #90e116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11100001 00010110
Octal 220 341 26
Decimal 144 225 22
Hex 90 E1 16

RGB Percentages of Color #90e116

%36.83
%57.54
%5.63

CMYK Percentages of Color #90e116

%36
%0
%90
%12

Triadic Colors of #90e116

#90e116 #1690e1 #e11690

Analogous Colors of #90e116

#90e116 #2be116 #e1cd16

Monochromatic Colors of #90e116

#90e116

Complementary Color

#90e116 #6716e1

#90e116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90e116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90e116 Color CSS Codes

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

#90e116 Text Font Color

<p style="color:#90e116">Text here</p>

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


#90e116 Background Color

<div style="background-color:#90e116">
Div content here</div>

This div background color is #90e116


#90e116 Border Color

<div style="border:3px solid #90e116">
Div here</div>

This div border color is #90e116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,225,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90e116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90e116;
  -webkit-box-shadow: 1px 1px 3px 2px #90e116;
  box-shadow:         1px 1px 3px 2px #90e116; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90e116


Comments

No comments written yet.

Please login to write comment.