COLOR #9BF442

HEX: #9BF442
RGB: (155,244,66)

Color info

#9BF442 contains mainly green color. Web safe color of #9BF442 is #99FF33 (or #9F3).

RGB color model

#9BF442 color RGB value is (155,244,66).

  • red value is 155;
  • green value is 244;
  • blue value is 66.
RGB:
(155,244,66)
(61%,96%,26%)

RGB channels and saturation

R 155 of 255 = 61%
G 244 of 255 = 96%
B 66 of 255 = 26%

155
244
66

R + G + B ~ 61%. #9BF442 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 244 + 66 = 465 (100%)
R 155 of 465 ~ 33.33%
G 244 of 465 ~ 52.47%
B 66 of 465 ~ 14.19%

%33.33
%52.47
%14.19

CMYK color model

#9BF442 color CMYK value is (36,0,73,4).

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 72.95%
  • key color value is 4.31%
CMYK:
(36,0,73,4)
C36M0Y73K4 
(36%,0%,73%,4%)
(0.36/0.00/0.73/0.04)	

CMYK percentages

%36.48
%0
%72.95
%4.31

Codes

Color #9BF442 in popluar color models

9BF442
RGB15524466
HSL90°89.00%60.78%
HSB/HSV90°72.95%95.69%
CMYK36.48%0.00%72.95%
4.31%

Color #9BF442 in popluar number systems.

HEX9BF442
Decimal15524466
Binary10011011111101001000010
Octal233364102

Shades and tints

Shades of #9BF442

#9BF442
(155,244,66)
#8DDE3C
(141,222,60)
#7FC836
(127,200,54)
#71B230
(113,178,48)
#639C2A
(99,156,42)
#558624
(85,134,36)
#47701E
(71,112,30)
#395A18
(57,90,24)
#2B4412
(43,68,18)
#1D2E0C
(29,46,12)
#0F1806
(15,24,6)
#000000
(0,0,0)

Tints of #9BF442

#9BF442
(155,244,66)
#A4F553
(164,245,83)
#ADF664
(173,246,100)
#B6F775
(182,247,117)
#BFF886
(191,248,134)
#C8F997
(200,249,151)
#D1FAA8
(209,250,168)
#DAFBB9
(218,251,185)
#E3FCCA
(227,252,202)
#ECFDDB
(236,253,219)
#F5FEEC
(245,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF442 color. Also use rgb(155,244,66) instead hex code.

Text Font Color

.myTextColor { color: #9BF442; }

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

This text font color is #9BF442.


Background Color

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

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

This div background color is #9BF442.


Border color

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

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

This div border color is #9BF442.


Opacity

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

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

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

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

This text has shadow with #9BF442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF442 on black background.


Color preview on white background

This text has color #9BF442 on white background.



Black color preview on #9BF442 background

This text has black color on #9BF442 background.


White color preview on #9BF442 background

This text has white color on #9BF442 background.