Color Hex Logo

#90af5f Color Hex

#90AF5F
(144,175,95)
0 Favorites   0 Comments

Color spaces of #90af5f

RGB 14417595
HSL0.230.330.53
HSV83°46°69°
CMYK 0.180.000.46   0.31
XYZ28.897137.415516.5253
Yxy37.41550.34880.4517
Hunter Lab61.1682-22.717426.7999
CIE-Lab67.5876-24.082937.4341

#90af5f color RGB value is (144,175,95).

#90af5f hex color red value is 144, green value is 175 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #90af5f hue: 0.23 , saturation: 0.33 and the lightness value of 90af5f is 0.53.

The process color (four color CMYK) of #90af5f color hex is 0.18, 0.00, 0.46, 0.31. Web safe color of #90af5f is #999966. Color #90af5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 01011111
Octal 220 257 137
Decimal 144 175 95
Hex 90 AF 5F

RGB Percentages of Color #90af5f

%34.78
%42.27
%22.95

CMYK Percentages of Color #90af5f

%18
%0
%46
%31

Triadic Colors of #90af5f

#90af5f #5f90af #af5f90

Analogous Colors of #90af5f

#90af5f #68af5f #afa65f

Monochromatic Colors of #90af5f

#90af5f

Complementary Color

#90af5f #7e5faf

#90af5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90af5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90af5f Color CSS Codes

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

#90af5f Text Font Color

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

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


#90af5f Background Color

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

This div background color is #90af5f


#90af5f Border Color

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

This div border color is #90af5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90af5f


Comments

No comments written yet.

Please login to write comment.