Color Hex Logo

#90a750 Color Hex

#90A750
(144,167,80)
0 Favorites   0 Comments

Color spaces of #90a750

RGB 14416780
HSL0.210.350.48
HSV76°52°65°
CMYK 0.140.000.52   0.35
XYZ26.768334.145912.7694
Yxy34.14590.36330.4634
Hunter Lab58.4345-20.491227.9478
CIE-Lab65.0782-21.734041.8936

#90a750 color RGB value is (144,167,80).

#90a750 hex color red value is 144, green value is 167 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #90a750 hue: 0.21 , saturation: 0.35 and the lightness value of 90a750 is 0.48.

The process color (four color CMYK) of #90a750 color hex is 0.14, 0.00, 0.52, 0.35. Web safe color of #90a750 is #999966. Color #90a750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100111 01010000
Octal 220 247 120
Decimal 144 167 80
Hex 90 A7 50

RGB Percentages of Color #90a750

%36.83
%42.71
%20.46

CMYK Percentages of Color #90a750

%14
%0
%52
%35

Triadic Colors of #90a750

#90a750 #5090a7 #a75090

Analogous Colors of #90a750

#90a750 #65a750 #a79350

Monochromatic Colors of #90a750

#90a750

Complementary Color

#90a750 #6750a7

#90a750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a750 Color CSS Codes

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

#90a750 Text Font Color

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

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


#90a750 Background Color

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

This div background color is #90a750


#90a750 Border Color

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

This div border color is #90a750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a750


Comments

No comments written yet.

Please login to write comment.