COLOR #9BC570

HEX: #9BC570
RGB: (155,197,112)

Color info

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

RGB color model

#9BC570 color RGB value is (155,197,112).

  • red value is 155;
  • green value is 197;
  • blue value is 112.
RGB:
(155,197,112)
(61%,77%,44%)

RGB channels and saturation

R 155 of 255 = 61%
G 197 of 255 = 77%
B 112 of 255 = 44%

155
197
112

R + G + B ~ 61%. #9BC570 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 197 + 112 = 464 (100%)
R 155 of 464 ~ 33.41%
G 197 of 464 ~ 42.46%
B 112 of 464 ~ 24.14%

%33.41
%42.46
%24.14

CMYK color model

#9BC570 color CMYK value is (21,0,43,23).

  • cyan value is 21.32%
  • magenta value is 0.00%
  • yellow value is 43.15%
  • key color value is 22.75%
CMYK:
(21,0,43,23)
C21M0Y43K23 
(21%,0%,43%,23%)
(0.21/0.00/0.43/0.23)	

CMYK percentages

%21.32
%0
%43.15
%22.75

Codes

Color #9BC570 in popluar color models

9BC570
RGB155197112
HSL90°42.29%60.59%
HSB/HSV90°43.15%77.25%
CMYK21.32%0.00%43.15%
22.75%

Color #9BC570 in popluar number systems.

HEX9BC570
Decimal155197112
Binary10011011110001011110000
Octal233305160

Shades and tints

Shades of #9BC570

#9BC570
(155,197,112)
#8DB466
(141,180,102)
#7FA35C
(127,163,92)
#719252
(113,146,82)
#638148
(99,129,72)
#55703E
(85,112,62)
#475F34
(71,95,52)
#394E2A
(57,78,42)
#2B3D20
(43,61,32)
#1D2C16
(29,44,22)
#0F1B0C
(15,27,12)
#000000
(0,0,0)

Tints of #9BC570

#9BC570
(155,197,112)
#A4CA7D
(164,202,125)
#ADCF8A
(173,207,138)
#B6D497
(182,212,151)
#BFD9A4
(191,217,164)
#C8DEB1
(200,222,177)
#D1E3BE
(209,227,190)
#DAE8CB
(218,232,203)
#E3EDD8
(227,237,216)
#ECF2E5
(236,242,229)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BC570 color. Also use rgb(155,197,112) instead hex code.

Text Font Color

.myTextColor { color: #9BC570; }

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

This text font color is #9BC570.


Background Color

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

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

This div background color is #9BC570.


Border color

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

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

This div border color is #9BC570.


Opacity

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

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

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

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

This text has shadow with #9BC570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BC570 on black background.


Color preview on white background

This text has color #9BC570 on white background.



Black color preview on #9BC570 background

This text has black color on #9BC570 background.


White color preview on #9BC570 background

This text has white color on #9BC570 background.