COLOR #98D18E

HEX: #98D18E RGB: (152,209,142)

Color info

#98D18E contains mainly red and green colors. Web safe color of #98D18E is #99CC99 (or #9C9).

RGB color model

#98D18E color RGB value is (152,209,142).

RGB: (152,209,142) (60%, 82%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 209 of 255 = 82%
B 142 of 255 = 56%

152
209
142

R + G + B ~ 66%. #98D18E is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 209 + 142 = 503 (100%)
R 152 of 503 ~ 30.22%
G 209 of 503 ~ 41.55%
B 142 of 503 ~ 28.23'%

%30.22
%41.55
%28.23

CMYK color model

#98D18E color CMYK value is (27,0,32,18).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%

CMYK: (27,0,32,18)
C27M0Y32K18 (27%, 0%, 32%, 18%)
(0.27 / 0.00 / 0.32 / 0.18)

CMYK percentages

%27.27
%0
%32.06
%18.04

Codes

Color #98D18E in popluar color models

98 D1 8E
RGB 152 209 142
HSL 111° 42.14% 68.82%
HSB/HSV 111° 32.06% 81.96%
CMYK 27.27% 0.00% 32.06%
18.04%

Color #98D18E in popluar number systems.

HEX 98 D1 8E
Decimal 152 209 142
Binary 10011000 11010001 10001110
Octal 230 321 216

Shades and tints

Shades of #98D18E

#98D18E
(152,209,142)
#8BBE82
(139,190,130)
#7EAB76
(126,171,118)
#71986A
(113,152,106)
#64855E
(100,133,94)
#577252
(87,114,82)
#4A5F46
(74,95,70)
#3D4C3A
(61,76,58)
#30392E
(48,57,46)
#232622
(35,38,34)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #98D18E

#98D18E
(152,209,142)
#A1D598
(161,213,152)
#AAD9A2
(170,217,162)
#B3DDAC
(179,221,172)
#BCE1B6
(188,225,182)
#C5E5C0
(197,229,192)
#CEE9CA
(206,233,202)
#D7EDD4
(215,237,212)
#E0F1DE
(224,241,222)
#E9F5E8
(233,245,232)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D18E color. Also use rgb(152,209,142) instead hex code.

Text Font Color

.myTextColor { color: #98D18E; }

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

This text font color is #98D18E.

Background Color

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

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

This div background color is #98D18E.

Border color

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

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

This div border color is #98D18E.

Opacity

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

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

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

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

This text has shadow with #98D18E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D18E.

Preview

Color preview on black background

This text has color #98D18E on black background.


Color preview on white background

This text has color #98D18E on white background.


Black color preview on #98D18E background

This text has black color on #98D18E background.


White color preview on #98D18E background

This text has white color on #98D18E background.


Related colors

Complementary color

Complementary color for #hex is #672E71.


I love getcolorcode.com

Triadic colors

1 #8E98D1 and #D18E98 with #98D18E are triadic colors.

2 #8ED198 and #D1988E with #98D18E are triadic colors.