COLOR #98E795

HEX: #98E795
RGB: (152,231,149)

Color info

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

RGB color model

#98E795 color RGB value is (152,231,149).

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

RGB channels and saturation

R 152 of 255 = 60%
G 231 of 255 = 91%
B 149 of 255 = 58%

152
231
149

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

Portions of RGB colors in percentages

R + G + B =
152 + 231 + 149 = 532 (100%)
R 152 of 532 ~ 28.57%
G 231 of 532 ~ 43.42%
B 149 of 532 ~ 28.01%

%28.57
%43.42
%28.01

CMYK color model

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

  • cyan value is 34.20%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • 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.5
%9.41

Codes

Color #98E795 in popluar color models

98E795
RGB152231149
HSL118°63.08%74.51%
HSB/HSV118°35.50%90.59%
CMYK34.20%0.00%35.50%
9.41%

Color #98E795 in popluar number systems.

HEX98E795
Decimal152231149
Binary100110001110011110010101
Octal230347225

Shades and tints

Shades of #98E795

#98E795
(152,231,149)
#8BD288
(139,210,136)
#7EBD7B
(126,189,123)
#71A86E
(113,168,110)
#649361
(100,147,97)
#577E54
(87,126,84)
#4A6947
(74,105,71)
#3D543A
(61,84,58)
#303F2D
(48,63,45)
#232A20
(35,42,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #98E795

#98E795
(152,231,149)
#A1E99E
(161,233,158)
#AAEBA7
(170,235,167)
#B3EDB0
(179,237,176)
#BCEFB9
(188,239,185)
#C5F1C2
(197,241,194)
#CEF3CB
(206,243,203)
#D7F5D4
(215,245,212)
#E0F7DD
(224,247,221)
#E9F9E6
(233,249,230)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E795; }

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

This text font color is #98E795.


Background Color

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

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

This div background color is #98E795.


Border color

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

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

This div border color is #98E795.


Opacity

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

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

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

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

This text has shadow with #98E795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E795 on black background.


Color preview on white background

This text has color #98E795 on white background.



Black color preview on #98E795 background

This text has black color on #98E795 background.


White color preview on #98E795 background

This text has white color on #98E795 background.