COLOR #9BED92

HEX: #9BED92 RGB: (155,237,146)

Color info

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

RGB color model

#9BED92 color RGB value is (155,237,146).

RGB: (155,237,146) (61%, 93%, 57%)

RGB channels and saturation

R 155 of 255 = 61%
G 237 of 255 = 93%
B 146 of 255 = 57%

155
237
146

R + G + B ~ 70%. #9BED92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 237 + 146 = 538 (100%)
R 155 of 538 ~ 28.81%
G 237 of 538 ~ 44.05%
B 146 of 538 ~ 27.14'%

%28.81
%44.05
%27.14

CMYK color model

#9BED92 color CMYK value is (35,0,38,7).

  • cyan value is 34.60%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 7.06%

CMYK: (35,0,38,7)
C35M0Y38K7 (35%, 0%, 38%, 7%)
(0.35 / 0.00 / 0.38 / 0.07)

CMYK percentages

%34.6
%0
%38.4
%7.06

Codes

Color #9BED92 in popluar color models

9B ED 92
RGB 155 237 146
HSL 114° 71.65% 75.10%
HSB/HSV 114° 38.40% 92.94%
CMYK 34.60% 0.00% 38.40%
7.06%

Color #9BED92 in popluar number systems.

HEX 9B ED 92
Decimal 155 237 146
Binary 10011011 11101101 10010010
Octal 233 355 222

Shades and tints

Shades of #9BED92

#9BED92
(155,237,146)
#8DD885
(141,216,133)
#7FC378
(127,195,120)
#71AE6B
(113,174,107)
#63995E
(99,153,94)
#558451
(85,132,81)
#476F44
(71,111,68)
#395A37
(57,90,55)
#2B452A
(43,69,42)
#1D301D
(29,48,29)
#0F1B10
(15,27,16)
#000000
(0,0,0)

Tints of #9BED92

#9BED92
(155,237,146)
#A4EE9B
(164,238,155)
#ADEFA4
(173,239,164)
#B6F0AD
(182,240,173)
#BFF1B6
(191,241,182)
#C8F2BF
(200,242,191)
#D1F3C8
(209,243,200)
#DAF4D1
(218,244,209)
#E3F5DA
(227,245,218)
#ECF6E3
(236,246,227)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BED92 color. Also use rgb(155,237,146) instead hex code.

Text Font Color

.myTextColor { color: #9BED92; }

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

This text font color is #9BED92.

Background Color

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

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

This div background color is #9BED92.

Border color

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

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

This div border color is #9BED92.

Opacity

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

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

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

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

This text has shadow with #9BED92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BED92.

Preview

Color preview on black background

This text has color #9BED92 on black background.


Color preview on white background

This text has color #9BED92 on white background.


Black color preview on #9BED92 background

This text has black color on #9BED92 background.


White color preview on #9BED92 background

This text has white color on #9BED92 background.


Related colors

Complementary color

Complementary color for #hex is #64126D.


I love getcolorcode.com

Triadic colors

1 #929BED and #ED929B with #9BED92 are triadic colors.

2 #92ED9B and #ED9B92 with #9BED92 are triadic colors.