COLOR #9BC18A

HEX: #9BC18A
RGB: (155,193,138)

Color info

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

RGB color model

#9BC18A color RGB value is (155,193,138).

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

RGB channels and saturation

R 155 of 255 = 61%
G 193 of 255 = 76%
B 138 of 255 = 54%

155
193
138

R + G + B ~ 64%. #9BC18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 193 + 138 = 486 (100%)
R 155 of 486 ~ 31.89%
G 193 of 486 ~ 39.71%
B 138 of 486 ~ 28.4%

%31.89
%39.71
%28.4

CMYK color model

#9BC18A color CMYK value is (20,0,28,24).

  • cyan value is 19.69%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 24.31%
CMYK:
(20,0,28,24)
C20M0Y28K24 
(20%,0%,28%,24%)
(0.20/0.00/0.28/0.24)	

CMYK percentages

%19.69
%0
%28.5
%24.31

Codes

Color #9BC18A in popluar color models

9BC18A
RGB155193138
HSL101°30.73%64.90%
HSB/HSV101°28.50%75.69%
CMYK19.69%0.00%28.50%
24.31%

Color #9BC18A in popluar number systems.

HEX9BC18A
Decimal155193138
Binary100110111100000110001010
Octal233301212

Shades and tints

Shades of #9BC18A

#9BC18A
(155,193,138)
#8DB07E
(141,176,126)
#7F9F72
(127,159,114)
#718E66
(113,142,102)
#637D5A
(99,125,90)
#556C4E
(85,108,78)
#475B42
(71,91,66)
#394A36
(57,74,54)
#2B392A
(43,57,42)
#1D281E
(29,40,30)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BC18A

#9BC18A
(155,193,138)
#A4C694
(164,198,148)
#ADCB9E
(173,203,158)
#B6D0A8
(182,208,168)
#BFD5B2
(191,213,178)
#C8DABC
(200,218,188)
#D1DFC6
(209,223,198)
#DAE4D0
(218,228,208)
#E3E9DA
(227,233,218)
#ECEEE4
(236,238,228)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BC18A; }

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

This text font color is #9BC18A.


Background Color

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

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

This div background color is #9BC18A.


Border color

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

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

This div border color is #9BC18A.


Opacity

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

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

Text with #9BC18A 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 #9BC18A;}

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

This text has shadow with #9BC18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC18A on black background.


Color preview on white background

This text has color #9BC18A on white background.



Black color preview on #9BC18A background

This text has black color on #9BC18A background.


White color preview on #9BC18A background

This text has white color on #9BC18A background.