COLOR #9BE790

HEX: #9BE790 RGB: (155,231,144)

Color info

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

RGB color model

#9BE790 color RGB value is (155,231,144).

RGB: (155,231,144) (61%, 91%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 144 of 255 = 56%

155
231
144

R + G + B ~ 69%. #9BE790 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 231 + 144 = 530 (100%)
R 155 of 530 ~ 29.25%
G 231 of 530 ~ 43.58%
B 144 of 530 ~ 27.17'%

%29.25
%43.58
%27.17

CMYK color model

#9BE790 color CMYK value is (33,0,38,9).

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

CMYK: (33,0,38,9)
C33M0Y38K9 (33%, 0%, 38%, 9%)
(0.33 / 0.00 / 0.38 / 0.09)

CMYK percentages

%32.9
%0
%37.66
%9.41

Codes

Color #9BE790 in popluar color models

9B E7 90
RGB 155 231 144
HSL 112° 64.44% 73.53%
HSB/HSV 112° 37.66% 90.59%
CMYK 32.90% 0.00% 37.66%
9.41%

Color #9BE790 in popluar number systems.

HEX 9B E7 90
Decimal 155 231 144
Binary 10011011 11100111 10010000
Octal 233 347 220

Shades and tints

Shades of #9BE790

#9BE790
(155,231,144)
#8DD283
(141,210,131)
#7FBD76
(127,189,118)
#71A869
(113,168,105)
#63935C
(99,147,92)
#557E4F
(85,126,79)
#476942
(71,105,66)
#395435
(57,84,53)
#2B3F28
(43,63,40)
#1D2A1B
(29,42,27)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #9BE790

#9BE790
(155,231,144)
#A4E99A
(164,233,154)
#ADEBA4
(173,235,164)
#B6EDAE
(182,237,174)
#BFEFB8
(191,239,184)
#C8F1C2
(200,241,194)
#D1F3CC
(209,243,204)
#DAF5D6
(218,245,214)
#E3F7E0
(227,247,224)
#ECF9EA
(236,249,234)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE790; }

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

This text font color is #9BE790.

Background Color

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

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

This div background color is #9BE790.

Border color

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

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

This div border color is #9BE790.

Opacity

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

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

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

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

This text has shadow with #9BE790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE790.

Preview

Color preview on black background

This text has color #9BE790 on black background.


Color preview on white background

This text has color #9BE790 on white background.


Black color preview on #9BE790 background

This text has black color on #9BE790 background.


White color preview on #9BE790 background

This text has white color on #9BE790 background.


Related colors

Complementary color

Complementary color for #hex is #64186F.


I love getcolorcode.com

Triadic colors

1 #909BE7 and #E7909B with #9BE790 are triadic colors.

2 #90E79B and #E79B90 with #9BE790 are triadic colors.