COLOR #98E796

HEX: #98E796
RGB: (152,231,150)

Color info

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

RGB color model

#98E796 color RGB value is (152,231,150).

  • red value is 152;
  • green value is 231;
  • blue value is 150.
RGB:
(152,231,150)
(60%,91%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 231 of 255 = 91%
B 150 of 255 = 59%

152
231
150

R + G + B ~ 70%. #98E796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 231 + 150 = 533 (100%)
R 152 of 533 ~ 28.52%
G 231 of 533 ~ 43.34%
B 150 of 533 ~ 28.14%

%28.52
%43.34
%28.14

CMYK color model

#98E796 color CMYK value is (34,0,35,9).

  • cyan value is 34.20%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 9.41%
CMYK:
(34,0,35,9)
C34M0Y35K9 
(34%,0%,35%,9%)
(0.34/0.00/0.35/0.09)	

CMYK percentages

%34.2
%0
%35.06
%9.41

Codes

Color #98E796 in popluar color models

98E796
RGB152231150
HSL119°62.79%74.71%
HSB/HSV119°35.06%90.59%
CMYK34.20%0.00%35.06%
9.41%

Color #98E796 in popluar number systems.

HEX98E796
Decimal152231150
Binary100110001110011110010110
Octal230347226

Shades and tints

Shades of #98E796

#98E796
(152,231,150)
#8BD289
(139,210,137)
#7EBD7C
(126,189,124)
#71A86F
(113,168,111)
#649362
(100,147,98)
#577E55
(87,126,85)
#4A6948
(74,105,72)
#3D543B
(61,84,59)
#303F2E
(48,63,46)
#232A21
(35,42,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #98E796

#98E796
(152,231,150)
#A1E99F
(161,233,159)
#AAEBA8
(170,235,168)
#B3EDB1
(179,237,177)
#BCEFBA
(188,239,186)
#C5F1C3
(197,241,195)
#CEF3CC
(206,243,204)
#D7F5D5
(215,245,213)
#E0F7DE
(224,247,222)
#E9F9E7
(233,249,231)
#F2FBF0
(242,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E796 color. Also use rgb(152,231,150) instead hex code.

Text Font Color

.myTextColor { color: #98E796; }

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

This text font color is #98E796.


Background Color

.myBgColor { background-color: #98E796; }

<div style="background-color:#98E796">Inner text</div>

This div background color is #98E796.


Border color

.myBorderColor { border: 1px solid #98E796; }

<div style="border:3px solid #98E796">Div</div>

This div border color is #98E796.


Opacity

.myOpacity80 { color: #98E796; opacity: 0.8; }

<p style="color:#98E796;opacity:0.8;">80%</p>

Text with #98E796 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 #98E796;}

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

This text has shadow with #98E796 color.

.textShadow {text-shadow: 3px 3px 1px #98E796, 3px 3px 1px red;}

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

This text has shadow with #98E796 primary color and red secondary color.


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

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

This text has shadow with #98E796 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E796 on black background.


Color preview on white background

This text has color #98E796 on white background.



Black color preview on #98E796 background

This text has black color on #98E796 background.


White color preview on #98E796 background

This text has white color on #98E796 background.