COLOR #9BE18E

HEX: #9BE18E
RGB: (155,225,142)

Color info

#9BE18E contains mainly green color. Web safe color of #9BE18E is #99CC99 (or #9C9).

RGB color model

#9BE18E color RGB value is (155,225,142).

  • red value is 155;
  • green value is 225;
  • blue value is 142.
RGB:
(155,225,142)
(61%,88%,56%)

RGB channels and saturation

R 155 of 255 = 61%
G 225 of 255 = 88%
B 142 of 255 = 56%

155
225
142

R + G + B ~ 68%. #9BE18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 225 + 142 = 522 (100%)
R 155 of 522 ~ 29.69%
G 225 of 522 ~ 43.1%
B 142 of 522 ~ 27.2%

%29.69
%43.1
%27.2

CMYK color model

#9BE18E color CMYK value is (31,0,37,12).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(31,0,37,12)
C31M0Y37K12 
(31%,0%,37%,12%)
(0.31/0.00/0.37/0.12)	

CMYK percentages

%31.11
%0
%36.89
%11.76

Codes

Color #9BE18E in popluar color models

9BE18E
RGB155225142
HSL111°58.04%71.96%
HSB/HSV111°36.89%88.24%
CMYK31.11%0.00%36.89%
11.76%

Color #9BE18E in popluar number systems.

HEX9BE18E
Decimal155225142
Binary100110111110000110001110
Octal233341216

Shades and tints

Shades of #9BE18E

#9BE18E
(155,225,142)
#8DCD82
(141,205,130)
#7FB976
(127,185,118)
#71A56A
(113,165,106)
#63915E
(99,145,94)
#557D52
(85,125,82)
#476946
(71,105,70)
#39553A
(57,85,58)
#2B412E
(43,65,46)
#1D2D22
(29,45,34)
#0F1916
(15,25,22)
#000000
(0,0,0)

Tints of #9BE18E

#9BE18E
(155,225,142)
#A4E398
(164,227,152)
#ADE5A2
(173,229,162)
#B6E7AC
(182,231,172)
#BFE9B6
(191,233,182)
#C8EBC0
(200,235,192)
#D1EDCA
(209,237,202)
#DAEFD4
(218,239,212)
#E3F1DE
(227,241,222)
#ECF3E8
(236,243,232)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE18E color. Also use rgb(155,225,142) instead hex code.

Text Font Color

.myTextColor { color: #9BE18E; }

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

This text font color is #9BE18E.


Background Color

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

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

This div background color is #9BE18E.


Border color

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

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

This div border color is #9BE18E.


Opacity

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

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

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

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

This text has shadow with #9BE18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE18E on black background.


Color preview on white background

This text has color #9BE18E on white background.



Black color preview on #9BE18E background

This text has black color on #9BE18E background.


White color preview on #9BE18E background

This text has white color on #9BE18E background.