COLOR #98D994

HEX: #98D994 RGB: (152,217,148)

Color info

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

RGB color model

#98D994 color RGB value is (152,217,148).

RGB: (152,217,148) (60%, 85%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 217 of 255 = 85%
B 148 of 255 = 58%

152
217
148

R + G + B ~ 68%. #98D994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 217 + 148 = 517 (100%)
R 152 of 517 ~ 29.4%
G 217 of 517 ~ 41.97%
B 148 of 517 ~ 28.63'%

%29.4
%41.97
%28.63

CMYK color model

#98D994 color CMYK value is (30,0,32,15).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 31.80%
  • key color value is 14.90%

CMYK: (30,0,32,15)
C30M0Y32K15 (30%, 0%, 32%, 15%)
(0.30 / 0.00 / 0.32 / 0.15)

CMYK percentages

%29.95
%0
%31.8
%14.9

Codes

Color #98D994 in popluar color models

98 D9 94
RGB 152 217 148
HSL 117° 47.59% 71.57%
HSB/HSV 117° 31.80% 85.10%
CMYK 29.95% 0.00% 31.80%
14.90%

Color #98D994 in popluar number systems.

HEX 98 D9 94
Decimal 152 217 148
Binary 10011000 11011001 10010100
Octal 230 331 224

Shades and tints

Shades of #98D994

#98D994
(152,217,148)
#8BC687
(139,198,135)
#7EB37A
(126,179,122)
#71A06D
(113,160,109)
#648D60
(100,141,96)
#577A53
(87,122,83)
#4A6746
(74,103,70)
#3D5439
(61,84,57)
#30412C
(48,65,44)
#232E1F
(35,46,31)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #98D994

#98D994
(152,217,148)
#A1DC9D
(161,220,157)
#AADFA6
(170,223,166)
#B3E2AF
(179,226,175)
#BCE5B8
(188,229,184)
#C5E8C1
(197,232,193)
#CEEBCA
(206,235,202)
#D7EED3
(215,238,211)
#E0F1DC
(224,241,220)
#E9F4E5
(233,244,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D994 color. Also use rgb(152,217,148) instead hex code.

Text Font Color

.myTextColor { color: #98D994; }

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

This text font color is #98D994.

Background Color

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

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

This div background color is #98D994.

Border color

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

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

This div border color is #98D994.

Opacity

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

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

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

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

This text has shadow with #98D994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D994.

Preview

Color preview on black background

This text has color #98D994 on black background.


Color preview on white background

This text has color #98D994 on white background.


Black color preview on #98D994 background

This text has black color on #98D994 background.


White color preview on #98D994 background

This text has white color on #98D994 background.


Related colors

Complementary color

Complementary color for #hex is #67266B.


I love getcolorcode.com

Triadic colors

1 #9498D9 and #D99498 with #98D994 are triadic colors.

2 #94D998 and #D99894 with #98D994 are triadic colors.