COLOR #9BE082

HEX: #9BE082
RGB: (155,224,130)

Color info

#9BE082 contains mainly green color. Web safe color of #9BE082 is #99CC99 (or #9C9).

RGB color model

#9BE082 color RGB value is (155,224,130).

  • red value is 155;
  • green value is 224;
  • blue value is 130.
RGB:
(155,224,130)
(61%,88%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 224 of 255 = 88%
B 130 of 255 = 51%

155
224
130

R + G + B ~ 67%. #9BE082 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 224 + 130 = 509 (100%)
R 155 of 509 ~ 30.45%
G 224 of 509 ~ 44.01%
B 130 of 509 ~ 25.54%

%30.45
%44.01
%25.54

CMYK color model

#9BE082 color CMYK value is (31,0,42,12).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 12.16%
CMYK:
(31,0,42,12)
C31M0Y42K12 
(31%,0%,42%,12%)
(0.31/0.00/0.42/0.12)	

CMYK percentages

%30.8
%0
%41.96
%12.16

Codes

Color #9BE082 in popluar color models

9BE082
RGB155224130
HSL104°60.26%69.41%
HSB/HSV104°41.96%87.84%
CMYK30.80%0.00%41.96%
12.16%

Color #9BE082 in popluar number systems.

HEX9BE082
Decimal155224130
Binary100110111110000010000010
Octal233340202

Shades and tints

Shades of #9BE082

#9BE082
(155,224,130)
#8DCC77
(141,204,119)
#7FB86C
(127,184,108)
#71A461
(113,164,97)
#639056
(99,144,86)
#557C4B
(85,124,75)
#476840
(71,104,64)
#395435
(57,84,53)
#2B402A
(43,64,42)
#1D2C1F
(29,44,31)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BE082

#9BE082
(155,224,130)
#A4E28D
(164,226,141)
#ADE498
(173,228,152)
#B6E6A3
(182,230,163)
#BFE8AE
(191,232,174)
#C8EAB9
(200,234,185)
#D1ECC4
(209,236,196)
#DAEECF
(218,238,207)
#E3F0DA
(227,240,218)
#ECF2E5
(236,242,229)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE082 color. Also use rgb(155,224,130) instead hex code.

Text Font Color

.myTextColor { color: #9BE082; }

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

This text font color is #9BE082.


Background Color

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

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

This div background color is #9BE082.


Border color

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

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

This div border color is #9BE082.


Opacity

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

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

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

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

This text has shadow with #9BE082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE082 on black background.


Color preview on white background

This text has color #9BE082 on white background.



Black color preview on #9BE082 background

This text has black color on #9BE082 background.


White color preview on #9BE082 background

This text has white color on #9BE082 background.