COLOR #98C495

HEX: #98C495
RGB: (152,196,149)

Color info

#98C495 contains red, green and blue colors in about the same proportion. Web safe color of #98C495 is #99CC99 (or #9C9).

RGB color model

#98C495 color RGB value is (152,196,149).

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

RGB channels and saturation

R 152 of 255 = 60%
G 196 of 255 = 77%
B 149 of 255 = 58%

152
196
149

R + G + B ~ 65%. #98C495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 196 + 149 = 497 (100%)
R 152 of 497 ~ 30.58%
G 196 of 497 ~ 39.44%
B 149 of 497 ~ 29.98%

%30.58
%39.44
%29.98

CMYK color model

#98C495 color CMYK value is (22,0,24,23).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(22,0,24,23)
C22M0Y24K23 
(22%,0%,24%,23%)
(0.22/0.00/0.24/0.23)	

CMYK percentages

%22.45
%0
%23.98
%23.14

Codes

Color #98C495 in popluar color models

98C495
RGB152196149
HSL116°28.48%67.65%
HSB/HSV116°23.98%76.86%
CMYK22.45%0.00%23.98%
23.14%

Color #98C495 in popluar number systems.

HEX98C495
Decimal152196149
Binary100110001100010010010101
Octal230304225

Shades and tints

Shades of #98C495

#98C495
(152,196,149)
#8BB388
(139,179,136)
#7EA27B
(126,162,123)
#71916E
(113,145,110)
#648061
(100,128,97)
#576F54
(87,111,84)
#4A5E47
(74,94,71)
#3D4D3A
(61,77,58)
#303C2D
(48,60,45)
#232B20
(35,43,32)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #98C495

#98C495
(152,196,149)
#A1C99E
(161,201,158)
#AACEA7
(170,206,167)
#B3D3B0
(179,211,176)
#BCD8B9
(188,216,185)
#C5DDC2
(197,221,194)
#CEE2CB
(206,226,203)
#D7E7D4
(215,231,212)
#E0ECDD
(224,236,221)
#E9F1E6
(233,241,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C495; }

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

This text font color is #98C495.


Background Color

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

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

This div background color is #98C495.


Border color

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

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

This div border color is #98C495.


Opacity

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

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

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

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

This text has shadow with #98C495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C495 on black background.


Color preview on white background

This text has color #98C495 on white background.



Black color preview on #98C495 background

This text has black color on #98C495 background.


White color preview on #98C495 background

This text has white color on #98C495 background.