COLOR #9BEE82

HEX: #9BEE82 RGB: (155,238,130)

Color info

#9BEE82 contains mainly green color. Web safe color of #9BEE82 is #99FF99 (or #9F9).

RGB color model

#9BEE82 color RGB value is (155,238,130).

RGB: (155,238,130) (61%, 93%, 51%)

RGB channels and saturation

R 155 of 255 = 61%
G 238 of 255 = 93%
B 130 of 255 = 51%

155
238
130

R + G + B ~ 68%. #9BEE82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 238 + 130 = 523 (100%)
R 155 of 523 ~ 29.64%
G 238 of 523 ~ 45.51%
B 130 of 523 ~ 24.86'%

%29.64
%45.51
%24.86

CMYK color model

#9BEE82 color CMYK value is (35,0,45,7).

  • cyan value is 34.87%
  • magenta value is 0.00%
  • yellow value is 45.38%
  • key color value is 6.67%
CMYK: (35,0,45,7) C35M0Y45K7 (35%,0%,45%,7%) (0.35/0.00/0.45/0.07) 

CMYK percentages

%34.87
%0
%45.38
%6.67

Codes

Color #9BEE82 in popluar color models

9B EE 82
RGB 155 238 130
HSL 106° 76.06% 72.16%
HSB/HSV 106° 45.38% 93.33%
CMYK 34.87% 0.00% 45.38%
6.67%

Color #9BEE82 in popluar number systems.

HEX 9B EE 82
Decimal 155 238 130
Binary 10011011 11101110 10000010
Octal 233 356 202

Shades and tints

Shades of #9BEE82

#9BEE82
(155,238,130)
#8DD977
(141,217,119)
#7FC46C
(127,196,108)
#71AF61
(113,175,97)
#639A56
(99,154,86)
#55854B
(85,133,75)
#477040
(71,112,64)
#395B35
(57,91,53)
#2B462A
(43,70,42)
#1D311F
(29,49,31)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #9BEE82

#9BEE82
(155,238,130)
#A4EF8D
(164,239,141)
#ADF098
(173,240,152)
#B6F1A3
(182,241,163)
#BFF2AE
(191,242,174)
#C8F3B9
(200,243,185)
#D1F4C4
(209,244,196)
#DAF5CF
(218,245,207)
#E3F6DA
(227,246,218)
#ECF7E5
(236,247,229)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEE82; }

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

This text font color is #9BEE82.

Background Color

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

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

This div background color is #9BEE82.

Border color

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

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

This div border color is #9BEE82.

Opacity

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

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

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

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

This text has shadow with #9BEE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BEE82.

Preview

Color preview on black background

This text has color #9BEE82 on black background.


Color preview on white background

This text has color #9BEE82 on white background.


Black color preview on #9BEE82 background

This text has black color on #9BEE82 background.


White color preview on #9BEE82 background

This text has white color on #9BEE82 background.


Related colors

Complementary color

Complementary color for #hex is #64117D.


I love getcolorcode.com

Triadic colors

1 #829BEE and #EE829B with #9BEE82 are triadic colors.

2 #82EE9B and #EE9B82 with #9BEE82 are triadic colors.