Color Hex Logo

#9bc18d Color Hex

#9BC18D
(155,193,141)
0 Favorites   0 Comments

Color spaces of #9bc18d

RGB 155193141
HSL0.290.300.65
HSV104°27°76°
CMYK 0.200.000.27   0.24
XYZ37.395347.031632.3064
Yxy47.03160.32030.4029
Hunter Lab68.5796-22.681220.0754
CIE-Lab74.2100-22.458022.1395

#9bc18d color RGB value is (155,193,141).

#9bc18d hex color red value is 155, green value is 193 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9bc18d hue: 0.29 , saturation: 0.30 and the lightness value of 9bc18d is 0.65.

The process color (four color CMYK) of #9bc18d color hex is 0.20, 0.00, 0.27, 0.24. Web safe color of #9bc18d is #99cc99. Color #9bc18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000001 10001101
Octal 233 301 215
Decimal 155 193 141
Hex 9B C1 8D

RGB Percentages of Color #9bc18d

%31.70
%39.47
%28.83

CMYK Percentages of Color #9bc18d

%20
%0
%27
%24

Triadic Colors of #9bc18d

#9bc18d #8d9bc1 #c18d9b

Analogous Colors of #9bc18d

#9bc18d #8dc199 #b5c18d

Monochromatic Colors of #9bc18d

#9bc18d

Complementary Color

#9bc18d #b38dc1

#9bc18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc18d Color CSS Codes

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

#9bc18d Text Font Color

<p style="color:#9bc18d">Text here</p>

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


#9bc18d Background Color

<div style="background-color:#9bc18d">
Div content here</div>

This div background color is #9bc18d


#9bc18d Border Color

<div style="border:3px solid #9bc18d">
Div here</div>

This div border color is #9bc18d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,193,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bc18d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bc18d;
  -webkit-box-shadow: 1px 1px 3px 2px #9bc18d;
  box-shadow:         1px 1px 3px 2px #9bc18d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,193,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc18d


Comments

No comments written yet.

Please login to write comment.