COLOR #9BF074

HEX: #9BF074
RGB: (155,240,116)

Color info

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

RGB color model

#9BF074 color RGB value is (155,240,116).

  • red value is 155;
  • green value is 240;
  • blue value is 116.
RGB:
(155,240,116)
(61%,94%,45%)

RGB channels and saturation

R 155 of 255 = 61%
G 240 of 255 = 94%
B 116 of 255 = 45%

155
240
116

R + G + B ~ 67%. #9BF074 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 240 + 116 = 511 (100%)
R 155 of 511 ~ 30.33%
G 240 of 511 ~ 46.97%
B 116 of 511 ~ 22.7%

%30.33
%46.97
%22.7

CMYK color model

#9BF074 color CMYK value is (35,0,52,6).

  • cyan value is 35.42%
  • magenta value is 0.00%
  • yellow value is 51.67%
  • key color value is 5.88%
CMYK:
(35,0,52,6)
C35M0Y52K6 
(35%,0%,52%,6%)
(0.35/0.00/0.52/0.06)	

CMYK percentages

%35.42
%0
%51.67
%5.88

Codes

Color #9BF074 in popluar color models

9BF074
RGB155240116
HSL101°80.52%69.80%
HSB/HSV101°51.67%94.12%
CMYK35.42%0.00%51.67%
5.88%

Color #9BF074 in popluar number systems.

HEX9BF074
Decimal155240116
Binary10011011111100001110100
Octal233360164

Shades and tints

Shades of #9BF074

#9BF074
(155,240,116)
#8DDB6A
(141,219,106)
#7FC660
(127,198,96)
#71B156
(113,177,86)
#639C4C
(99,156,76)
#558742
(85,135,66)
#477238
(71,114,56)
#395D2E
(57,93,46)
#2B4824
(43,72,36)
#1D331A
(29,51,26)
#0F1E10
(15,30,16)
#000000
(0,0,0)

Tints of #9BF074

#9BF074
(155,240,116)
#A4F180
(164,241,128)
#ADF28C
(173,242,140)
#B6F398
(182,243,152)
#BFF4A4
(191,244,164)
#C8F5B0
(200,245,176)
#D1F6BC
(209,246,188)
#DAF7C8
(218,247,200)
#E3F8D4
(227,248,212)
#ECF9E0
(236,249,224)
#F5FAEC
(245,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF074; }

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

This text font color is #9BF074.


Background Color

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

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

This div background color is #9BF074.


Border color

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

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

This div border color is #9BF074.


Opacity

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

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

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

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

This text has shadow with #9BF074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF074 on black background.


Color preview on white background

This text has color #9BF074 on white background.



Black color preview on #9BF074 background

This text has black color on #9BF074 background.


White color preview on #9BF074 background

This text has white color on #9BF074 background.