Color Hex Logo

#90bf6f Color Hex

#90BF6F
(144,191,111)
0 Favorites   0 Comments

Color spaces of #90bf6f

RGB 144191111
HSL0.260.380.59
HSV95°42°75°
CMYK 0.250.000.42   0.25
XYZ33.001644.338621.8578
Yxy44.33860.33270.4470
Hunter Lab66.5872-28.060527.1486
CIE-Lab72.4542-29.840935.4014

#90bf6f color RGB value is (144,191,111).

#90bf6f hex color red value is 144, green value is 191 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #90bf6f hue: 0.26 , saturation: 0.38 and the lightness value of 90bf6f is 0.59.

The process color (four color CMYK) of #90bf6f color hex is 0.25, 0.00, 0.42, 0.25. Web safe color of #90bf6f is #99cc66. Color #90bf6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111111 01101111
Octal 220 277 157
Decimal 144 191 111
Hex 90 BF 6F

RGB Percentages of Color #90bf6f

%32.29
%42.83
%24.89

CMYK Percentages of Color #90bf6f

%25
%0
%42
%25

Triadic Colors of #90bf6f

#90bf6f #6f90bf #bf6f90

Analogous Colors of #90bf6f

#90bf6f #6fbf76 #b8bf6f

Monochromatic Colors of #90bf6f

#90bf6f

Complementary Color

#90bf6f #9e6fbf

#90bf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bf6f Color CSS Codes

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

#90bf6f Text Font Color

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

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


#90bf6f Background Color

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

This div background color is #90bf6f


#90bf6f Border Color

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

This div border color is #90bf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bf6f


Comments

No comments written yet.

Please login to write comment.