COLOR #9BF090

HEX: #9BF090 RGB: (155,240,144)

Color info

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

RGB color model

#9BF090 color RGB value is (155,240,144).

RGB: (155,240,144) (61%, 94%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 240 of 255 = 94%
B 144 of 255 = 56%

155
240
144

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

Portions of RGB colors in percentages

R + G + B = 155 + 240 + 144 = 539 (100%)
R 155 of 539 ~ 28.76%
G 240 of 539 ~ 44.53%
B 144 of 539 ~ 26.72'%

%28.76
%44.53
%26.72

CMYK color model

#9BF090 color CMYK value is (35,0,40,6).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 5.88%

CMYK: (35,0,40,6)
C35M0Y40K6 (35%, 0%, 40%, 6%)
(0.35 / 0.00 / 0.40 / 0.06)

CMYK percentages

%35.42
%0
%40
%5.88

Codes

Color #9BF090 in popluar color models

9B F0 90
RGB 155 240 144
HSL 113° 76.19% 75.29%
HSB/HSV 113° 40.00% 94.12%
CMYK 35.42% 0.00% 40.00%
5.88%

Color #9BF090 in popluar number systems.

HEX 9B F0 90
Decimal 155 240 144
Binary 10011011 11110000 10010000
Octal 233 360 220

Shades and tints

Shades of #9BF090

#9BF090
(155,240,144)
#8DDB83
(141,219,131)
#7FC676
(127,198,118)
#71B169
(113,177,105)
#639C5C
(99,156,92)
#55874F
(85,135,79)
#477242
(71,114,66)
#395D35
(57,93,53)
#2B4828
(43,72,40)
#1D331B
(29,51,27)
#0F1E0E
(15,30,14)
#000000
(0,0,0)

Tints of #9BF090

#9BF090
(155,240,144)
#A4F19A
(164,241,154)
#ADF2A4
(173,242,164)
#B6F3AE
(182,243,174)
#BFF4B8
(191,244,184)
#C8F5C2
(200,245,194)
#D1F6CC
(209,246,204)
#DAF7D6
(218,247,214)
#E3F8E0
(227,248,224)
#ECF9EA
(236,249,234)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF090; }

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

This text font color is #9BF090.

Background Color

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

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

This div background color is #9BF090.

Border color

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

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

This div border color is #9BF090.

Opacity

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

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

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

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

This text has shadow with #9BF090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BF090.

Preview

Color preview on black background

This text has color #9BF090 on black background.


Color preview on white background

This text has color #9BF090 on white background.


Black color preview on #9BF090 background

This text has black color on #9BF090 background.


White color preview on #9BF090 background

This text has white color on #9BF090 background.


Related colors

Complementary color

Complementary color for #hex is #640F6F.


I love getcolorcode.com

Triadic colors

1 #909BF0 and #F0909B with #9BF090 are triadic colors.

2 #90F09B and #F09B90 with #9BF090 are triadic colors.