COLOR #9BE762

HEX: #9BE762 RGB: (155,231,98)

Color info

#9BE762 contains mainly green color. Web safe color of #9BE762 is #99FF66 (or #9F6).

RGB color model

#9BE762 color RGB value is (155,231,98).

RGB: (155,231,98) (61%, 91%, 38%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 98 of 255 = 38%

155
231
98

R + G + B ~ 63%. #9BE762 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 231 + 98 = 484 (100%)
R 155 of 484 ~ 32.02%
G 231 of 484 ~ 47.73%
B 98 of 484 ~ 20.25'%

%32.02
%47.73
%20.25

CMYK color model

#9BE762 color CMYK value is (33,0,58,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 9.41%

CMYK: (33,0,58,9)
C33M0Y58K9 (33%, 0%, 58%, 9%)
(0.33 / 0.00 / 0.58 / 0.09)

CMYK percentages

%32.9
%0
%57.58
%9.41

Codes

Color #9BE762 in popluar color models

9B E7 62
RGB 155 231 98
HSL 94° 73.48% 64.51%
HSB/HSV 94° 57.58% 90.59%
CMYK 32.90% 0.00% 57.58%
9.41%

Color #9BE762 in popluar number systems.

HEX 9B E7 62
Decimal 155 231 98
Binary 10011011 11100111 1100010
Octal 233 347 142

Shades and tints

Shades of #9BE762

#9BE762
(155,231,98)
#8DD25A
(141,210,90)
#7FBD52
(127,189,82)
#71A84A
(113,168,74)
#639342
(99,147,66)
#557E3A
(85,126,58)
#476932
(71,105,50)
#39542A
(57,84,42)
#2B3F22
(43,63,34)
#1D2A1A
(29,42,26)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9BE762

#9BE762
(155,231,98)
#A4E970
(164,233,112)
#ADEB7E
(173,235,126)
#B6ED8C
(182,237,140)
#BFEF9A
(191,239,154)
#C8F1A8
(200,241,168)
#D1F3B6
(209,243,182)
#DAF5C4
(218,245,196)
#E3F7D2
(227,247,210)
#ECF9E0
(236,249,224)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE762 color. Also use rgb(155,231,98) instead hex code.

Text Font Color

.myTextColor { color: #9BE762; }

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

This text font color is #9BE762.

Background Color

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

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

This div background color is #9BE762.

Border color

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

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

This div border color is #9BE762.

Opacity

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

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

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

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

This text has shadow with #9BE762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE762.

Preview

Color preview on black background

This text has color #9BE762 on black background.


Color preview on white background

This text has color #9BE762 on white background.


Black color preview on #9BE762 background

This text has black color on #9BE762 background.


White color preview on #9BE762 background

This text has white color on #9BE762 background.


Related colors

Complementary color

Complementary color for #hex is #64189D.


I love getcolorcode.com

Triadic colors

1 #629BE7 and #E7629B with #9BE762 are triadic colors.

2 #62E79B and #E79B62 with #9BE762 are triadic colors.