COLOR #98D874

HEX: #98D874 RGB: (152,216,116)

Color info

#98D874 contains mainly green color. Web safe color of #98D874 is #99CC66 (or #9C6).

RGB color model

#98D874 color RGB value is (152,216,116).

RGB: (152,216,116) (60%, 85%, 45%)

RGB channels and saturation

R 152 of 255 = 60%
G 216 of 255 = 85%
B 116 of 255 = 45%

152
216
116

R + G + B ~ 63%. #98D874 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 216 + 116 = 484 (100%)
R 152 of 484 ~ 31.4%
G 216 of 484 ~ 44.63%
B 116 of 484 ~ 23.97'%

%31.4
%44.63
%23.97

CMYK color model

#98D874 color CMYK value is (30,0,46,15).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 15.29%

CMYK: (30,0,46,15)
C30M0Y46K15 (30%, 0%, 46%, 15%)
(0.30 / 0.00 / 0.46 / 0.15)

CMYK percentages

%29.63
%0
%46.3
%15.29

Codes

Color #98D874 in popluar color models

98 D8 74
RGB 152 216 116
HSL 98° 56.18% 65.10%
HSB/HSV 98° 46.30% 84.71%
CMYK 29.63% 0.00% 46.30%
15.29%

Color #98D874 in popluar number systems.

HEX 98 D8 74
Decimal 152 216 116
Binary 10011000 11011000 1110100
Octal 230 330 164

Shades and tints

Shades of #98D874

#98D874
(152,216,116)
#8BC56A
(139,197,106)
#7EB260
(126,178,96)
#719F56
(113,159,86)
#648C4C
(100,140,76)
#577942
(87,121,66)
#4A6638
(74,102,56)
#3D532E
(61,83,46)
#304024
(48,64,36)
#232D1A
(35,45,26)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #98D874

#98D874
(152,216,116)
#A1DB80
(161,219,128)
#AADE8C
(170,222,140)
#B3E198
(179,225,152)
#BCE4A4
(188,228,164)
#C5E7B0
(197,231,176)
#CEEABC
(206,234,188)
#D7EDC8
(215,237,200)
#E0F0D4
(224,240,212)
#E9F3E0
(233,243,224)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D874 color. Also use rgb(152,216,116) instead hex code.

Text Font Color

.myTextColor { color: #98D874; }

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

This text font color is #98D874.

Background Color

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

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

This div background color is #98D874.

Border color

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

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

This div border color is #98D874.

Opacity

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

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

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

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

This text has shadow with #98D874 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D874.

Preview

Color preview on black background

This text has color #98D874 on black background.


Color preview on white background

This text has color #98D874 on white background.


Black color preview on #98D874 background

This text has black color on #98D874 background.


White color preview on #98D874 background

This text has white color on #98D874 background.


Related colors

Complementary color

Complementary color for #hex is #67278B.


I love getcolorcode.com

Triadic colors

1 #7498D8 and #D87498 with #98D874 are triadic colors.

2 #74D898 and #D89874 with #98D874 are triadic colors.