COLOR #9BC19D

HEX: #9BC19D
RGB: (155,193,157)

Color info

#9BC19D contains red, green and blue colors in about the same proportion. Web safe color of #9BC19D is #99CC99 (or #9C9).

RGB color model

#9BC19D color RGB value is (155,193,157).

  • red value is 155;
  • green value is 193;
  • blue value is 157.
RGB:
(155,193,157)
(61%,76%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 157 of 255 = 62%

155
193
157

R + G + B ~ 66%. #9BC19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 193 + 157 = 505 (100%)
R 155 of 505 ~ 30.69%
G 193 of 505 ~ 38.22%
B 157 of 505 ~ 31.09%

%30.69
%38.22
%31.09

CMYK color model

#9BC19D color CMYK value is (20,0,19,24).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(20,0,19,24)
C20M0Y19K24 
(20%,0%,19%,24%)
(0.20/0.00/0.19/0.24)	

CMYK percentages

%19.69
%0
%18.65
%24.31

Codes

Color #9BC19D in popluar color models

9BC19D
RGB155193157
HSL123°23.46%68.24%
HSB/HSV123°19.69%75.69%
CMYK19.69%0.00%18.65%
24.31%

Color #9BC19D in popluar number systems.

HEX9BC19D
Decimal155193157
Binary100110111100000110011101
Octal233301235

Shades and tints

Shades of #9BC19D

#9BC19D
(155,193,157)
#8DB08F
(141,176,143)
#7F9F81
(127,159,129)
#718E73
(113,142,115)
#637D65
(99,125,101)
#556C57
(85,108,87)
#475B49
(71,91,73)
#394A3B
(57,74,59)
#2B392D
(43,57,45)
#1D281F
(29,40,31)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #9BC19D

#9BC19D
(155,193,157)
#A4C6A5
(164,198,165)
#ADCBAD
(173,203,173)
#B6D0B5
(182,208,181)
#BFD5BD
(191,213,189)
#C8DAC5
(200,218,197)
#D1DFCD
(209,223,205)
#DAE4D5
(218,228,213)
#E3E9DD
(227,233,221)
#ECEEE5
(236,238,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC19D color. Also use rgb(155,193,157) instead hex code.

Text Font Color

.myTextColor { color: #9BC19D; }

<p style="color:#9BC19D">This sample text font color is #9BC19D.</p>

This text font color is #9BC19D.


Background Color

.myBgColor { background-color: #9BC19D; }

<div style="background-color:#9BC19D">Inner text</div>

This div background color is #9BC19D.


Border color

.myBorderColor { border: 1px solid #9BC19D; }

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

This div border color is #9BC19D.


Opacity

.myOpacity80 { color: #9BC19D; opacity: 0.8; }

<p style="color:#9BC19D;opacity:0.8;">80%</p>

Text with #9BC19D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9BC19D;}

<p style="text-shadow: 3px 3px 1px #9BC19D">Text here.</p>

This text has shadow with #9BC19D color.

.textShadow {text-shadow: 3px 3px 1px #9BC19D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9BC19D, 5px 5px 20px red">Text here.</p>

This text has shadow with #9BC19D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9BC19D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9BC19D, Direction=45, Strength=4)">Text</p>

This text has shadow with #9BC19D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9BC19D;
  -webkit-box-shadow:	1px 1px 3px 2px #9BC19D;
  box-shadow:		1px 1px 3px 2px #9BC19D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9BC19D;
-webkit-box-shadow: 1px 1px 3px 2px #9BC19D;
box-shadow:1px 1px 3px 2px #9BC19D;">
Div content here</div>
This div box has shadow with color #9BC19D.

Preview

Color preview on black background

This text has color #9BC19D on black background.


Color preview on white background

This text has color #9BC19D on white background.



Black color preview on #9BC19D background

This text has black color on #9BC19D background.


White color preview on #9BC19D background

This text has white color on #9BC19D background.