COLOR #9BC75D

HEX: #9BC75D
RGB: (155,199,93)

Color info

#9BC75D contains mainly red and green colors. Web safe color of #9BC75D is #99CC66 (or #9C6).

RGB color model

#9BC75D color RGB value is (155,199,93).

  • red value is 155;
  • green value is 199;
  • blue value is 93.
RGB:
(155,199,93)
(61%,78%,36%)

RGB channels and saturation

R 155 of 255 = 61%
G 199 of 255 = 78%
B 93 of 255 = 36%

155
199
93

R + G + B ~ 58%. #9BC75D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 199 + 93 = 447 (100%)
R 155 of 447 ~ 34.68%
G 199 of 447 ~ 44.52%
B 93 of 447 ~ 20.81%

%34.68
%44.52
%20.81

CMYK color model

#9BC75D color CMYK value is (22,0,53,22).

  • cyan value is 22.11%
  • magenta value is 0.00%
  • yellow value is 53.27%
  • key color value is 21.96%
CMYK:
(22,0,53,22)
C22M0Y53K22 
(22%,0%,53%,22%)
(0.22/0.00/0.53/0.22)	

CMYK percentages

%22.11
%0
%53.27
%21.96

Codes

Color #9BC75D in popluar color models

9BC75D
RGB15519993
HSL85°48.62%57.25%
HSB/HSV85°53.27%78.04%
CMYK22.11%0.00%53.27%
21.96%

Color #9BC75D in popluar number systems.

HEX9BC75D
Decimal15519993
Binary10011011110001111011101
Octal233307135

Shades and tints

Shades of #9BC75D

#9BC75D
(155,199,93)
#8DB555
(141,181,85)
#7FA34D
(127,163,77)
#719145
(113,145,69)
#637F3D
(99,127,61)
#556D35
(85,109,53)
#475B2D
(71,91,45)
#394925
(57,73,37)
#2B371D
(43,55,29)
#1D2515
(29,37,21)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #9BC75D

#9BC75D
(155,199,93)
#A4CC6B
(164,204,107)
#ADD179
(173,209,121)
#B6D687
(182,214,135)
#BFDB95
(191,219,149)
#C8E0A3
(200,224,163)
#D1E5B1
(209,229,177)
#DAEABF
(218,234,191)
#E3EFCD
(227,239,205)
#ECF4DB
(236,244,219)
#F5F9E9
(245,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC75D color. Also use rgb(155,199,93) instead hex code.

Text Font Color

.myTextColor { color: #9BC75D; }

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

This text font color is #9BC75D.


Background Color

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

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

This div background color is #9BC75D.


Border color

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

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

This div border color is #9BC75D.


Opacity

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

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

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

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

This text has shadow with #9BC75D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC75D on black background.


Color preview on white background

This text has color #9BC75D on white background.



Black color preview on #9BC75D background

This text has black color on #9BC75D background.


White color preview on #9BC75D background

This text has white color on #9BC75D background.