Color Hex Logo

#90bf81 Color Hex

#90BF81
(144,191,129)
0 Favorites   0 Comments

Color spaces of #90bf81

RGB 144191129
HSL0.290.330.63
HSV105°32°75°
CMYK 0.250.000.32   0.25
XYZ34.094844.775927.6145
Yxy44.77590.32020.4205
Hunter Lab66.9148-26.150622.3725
CIE-Lab72.7441-27.251926.4104

#90bf81 color RGB value is (144,191,129).

#90bf81 hex color red value is 144, green value is 191 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #90bf81 hue: 0.29 , saturation: 0.33 and the lightness value of 90bf81 is 0.63.

The process color (four color CMYK) of #90bf81 color hex is 0.25, 0.00, 0.32, 0.25. Web safe color of #90bf81 is #99cc99. Color #90bf81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111111 10000001
Octal 220 277 201
Decimal 144 191 129
Hex 90 BF 81

RGB Percentages of Color #90bf81

%31.03
%41.16
%27.80

CMYK Percentages of Color #90bf81

%25
%0
%32
%25

Triadic Colors of #90bf81

#90bf81 #8190bf #bf8190

Analogous Colors of #90bf81

#90bf81 #81bf91 #afbf81

Monochromatic Colors of #90bf81

#90bf81

Complementary Color

#90bf81 #b081bf

#90bf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bf81 Color CSS Codes

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

#90bf81 Text Font Color

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

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


#90bf81 Background Color

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

This div background color is #90bf81


#90bf81 Border Color

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

This div border color is #90bf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bf81


Comments

No comments written yet.

Please login to write comment.