COLOR #9BD465

HEX: #9BD465
RGB: (155,212,101)

Color info

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

RGB color model

#9BD465 color RGB value is (155,212,101).

  • red value is 155;
  • green value is 212;
  • blue value is 101.
RGB:
(155,212,101)
(61%,83%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 212 of 255 = 83%
B 101 of 255 = 40%

155
212
101

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

Portions of RGB colors in percentages

R + G + B =
155 + 212 + 101 = 468 (100%)
R 155 of 468 ~ 33.12%
G 212 of 468 ~ 45.3%
B 101 of 468 ~ 21.58%

%33.12
%45.3
%21.58

CMYK color model

#9BD465 color CMYK value is (27,0,52,17).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 16.86%
CMYK:
(27,0,52,17)
C27M0Y52K17 
(27%,0%,52%,17%)
(0.27/0.00/0.52/0.17)	

CMYK percentages

%26.89
%0
%52.36
%16.86

Codes

Color #9BD465 in popluar color models

9BD465
RGB155212101
HSL91°56.35%61.37%
HSB/HSV91°52.36%83.14%
CMYK26.89%0.00%52.36%
16.86%

Color #9BD465 in popluar number systems.

HEX9BD465
Decimal155212101
Binary10011011110101001100101
Octal233324145

Shades and tints

Shades of #9BD465

#9BD465
(155,212,101)
#8DC15C
(141,193,92)
#7FAE53
(127,174,83)
#719B4A
(113,155,74)
#638841
(99,136,65)
#557538
(85,117,56)
#47622F
(71,98,47)
#394F26
(57,79,38)
#2B3C1D
(43,60,29)
#1D2914
(29,41,20)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #9BD465

#9BD465
(155,212,101)
#A4D773
(164,215,115)
#ADDA81
(173,218,129)
#B6DD8F
(182,221,143)
#BFE09D
(191,224,157)
#C8E3AB
(200,227,171)
#D1E6B9
(209,230,185)
#DAE9C7
(218,233,199)
#E3ECD5
(227,236,213)
#ECEFE3
(236,239,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD465 color. Also use rgb(155,212,101) instead hex code.

Text Font Color

.myTextColor { color: #9BD465; }

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

This text font color is #9BD465.


Background Color

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

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

This div background color is #9BD465.


Border color

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

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

This div border color is #9BD465.


Opacity

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

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

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

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

This text has shadow with #9BD465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD465 on black background.


Color preview on white background

This text has color #9BD465 on white background.



Black color preview on #9BD465 background

This text has black color on #9BD465 background.


White color preview on #9BD465 background

This text has white color on #9BD465 background.