Color Hex Logo

#90af2e Color Hex

#90AF2E
(144,175,46)
0 Favorites   0 Comments

Color spaces of #90af2e

RGB 14417546
HSL0.210.580.43
HSV74°74°69°
CMYK 0.180.000.74   0.31
XYZ27.324736.78658.2451
Yxy36.78650.37760.5084
Hunter Lab60.6519-25.723534.3963
CIE-Lab67.1165-28.264758.6904

#90af2e color RGB value is (144,175,46).

#90af2e hex color red value is 144, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #90af2e hue: 0.21 , saturation: 0.58 and the lightness value of 90af2e is 0.43.

The process color (four color CMYK) of #90af2e color hex is 0.18, 0.00, 0.74, 0.31. Web safe color of #90af2e is #999933. Color #90af2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 00101110
Octal 220 257 56
Decimal 144 175 46
Hex 90 AF 2E

RGB Percentages of Color #90af2e

%39.45
%47.95
%12.60

CMYK Percentages of Color #90af2e

%18
%0
%74
%31

Triadic Colors of #90af2e

#90af2e #2e90af #af2e90

Analogous Colors of #90af2e

#90af2e #50af2e #af8e2e

Monochromatic Colors of #90af2e

#90af2e

Complementary Color

#90af2e #4d2eaf

#90af2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90af2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90af2e Color CSS Codes

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

#90af2e Text Font Color

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

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


#90af2e Background Color

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

This div background color is #90af2e


#90af2e Border Color

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

This div border color is #90af2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90af2e


Comments

No comments written yet.

Please login to write comment.