Color Hex Logo

#90cd70 Color Hex

#90CD70
(144,205,112)
0 Favorites   0 Comments

Color spaces of #90cd70

RGB 144205112
HSL0.280.480.62
HSV99°45°80°
CMYK 0.300.000.45   0.20
XYZ36.257650.761823.2163
Yxy50.76180.32890.4605
Hunter Lab71.2473-33.844630.5532
CIE-Lab76.5345-36.231340.0588

#90cd70 color RGB value is (144,205,112).

#90cd70 hex color red value is 144, green value is 205 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #90cd70 hue: 0.28 , saturation: 0.48 and the lightness value of 90cd70 is 0.62.

The process color (four color CMYK) of #90cd70 color hex is 0.30, 0.00, 0.45, 0.20. Web safe color of #90cd70 is #99cc66. Color #90cd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001101 01110000
Octal 220 315 160
Decimal 144 205 112
Hex 90 CD 70

RGB Percentages of Color #90cd70

%31.24
%44.47
%24.30

CMYK Percentages of Color #90cd70

%30
%0
%45
%20

Triadic Colors of #90cd70

#90cd70 #7090cd #cd7090

Analogous Colors of #90cd70

#90cd70 #70cd7f #bfcd70

Monochromatic Colors of #90cd70

#90cd70

Complementary Color

#90cd70 #ad70cd

#90cd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cd70 Color CSS Codes

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

#90cd70 Text Font Color

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

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


#90cd70 Background Color

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

This div background color is #90cd70


#90cd70 Border Color

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

This div border color is #90cd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cd70


Comments

No comments written yet.

Please login to write comment.