Color Hex Logo

#90cc1f Color Hex

#90CC1F
(144,204,31)
0 Favorites   0 Comments

Color spaces of #90cc1f

RGB 14420431
HSL0.220.740.46
HSV81°85°80°
CMYK 0.290.000.85   0.20
XYZ33.341849.21409.0383
Yxy49.21400.36400.5373
Hunter Lab70.1527-37.930741.4681
CIE-Lab75.5843-42.129070.6592

#90cc1f color RGB value is (144,204,31).

#90cc1f hex color red value is 144, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #90cc1f hue: 0.22 , saturation: 0.74 and the lightness value of 90cc1f is 0.46.

The process color (four color CMYK) of #90cc1f color hex is 0.29, 0.00, 0.85, 0.20. Web safe color of #90cc1f is #99cc33. Color #90cc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001100 00011111
Octal 220 314 37
Decimal 144 204 31
Hex 90 CC 1F

RGB Percentages of Color #90cc1f

%37.99
%53.83
%8.18

CMYK Percentages of Color #90cc1f

%29
%0
%85
%20

Triadic Colors of #90cc1f

#90cc1f #1f90cc #cc1f90

Analogous Colors of #90cc1f

#90cc1f #3acc1f #ccb21f

Monochromatic Colors of #90cc1f

#90cc1f

Complementary Color

#90cc1f #5b1fcc

#90cc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cc1f Color CSS Codes

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

#90cc1f Text Font Color

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

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


#90cc1f Background Color

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

This div background color is #90cc1f


#90cc1f Border Color

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

This div border color is #90cc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cc1f


Comments

No comments written yet.

Please login to write comment.