COLOR #98D968

HEX: #98D968 RGB: (152,217,104)

Color info

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

RGB color model

#98D968 color RGB value is (152,217,104).

RGB: (152,217,104) (60%, 85%, 41%)

RGB channels and saturation

R 152 of 255 = 60%
G 217 of 255 = 85%
B 104 of 255 = 41%

152
217
104

R + G + B ~ 62%. #98D968 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 217 + 104 = 473 (100%)
R 152 of 473 ~ 32.14%
G 217 of 473 ~ 45.88%
B 104 of 473 ~ 21.99'%

%32.14
%45.88
%21.99

CMYK color model

#98D968 color CMYK value is (30,0,52,15).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK: (30,0,52,15) C30M0Y52K15 (30%,0%,52%,15%) (0.30/0.00/0.52/0.15) 

CMYK percentages

%29.95
%0
%52.07
%14.9

Codes

Color #98D968 in popluar color models

98 D9 68
RGB 152 217 104
HSL 95° 59.79% 62.94%
HSB/HSV 95° 52.07% 85.10%
CMYK 29.95% 0.00% 52.07%
14.90%

Color #98D968 in popluar number systems.

HEX 98 D9 68
Decimal 152 217 104
Binary 10011000 11011001 1101000
Octal 230 331 150

Shades and tints

Shades of #98D968

#98D968
(152,217,104)
#8BC65F
(139,198,95)
#7EB356
(126,179,86)
#71A04D
(113,160,77)
#648D44
(100,141,68)
#577A3B
(87,122,59)
#4A6732
(74,103,50)
#3D5429
(61,84,41)
#304120
(48,65,32)
#232E17
(35,46,23)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #98D968

#98D968
(152,217,104)
#A1DC75
(161,220,117)
#AADF82
(170,223,130)
#B3E28F
(179,226,143)
#BCE59C
(188,229,156)
#C5E8A9
(197,232,169)
#CEEBB6
(206,235,182)
#D7EEC3
(215,238,195)
#E0F1D0
(224,241,208)
#E9F4DD
(233,244,221)
#F2F7EA
(242,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D968; }

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

This text font color is #98D968.

Background Color

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

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

This div background color is #98D968.

Border color

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

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

This div border color is #98D968.

Opacity

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

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

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

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

This text has shadow with #98D968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D968.

Preview

Color preview on black background

This text has color #98D968 on black background.


Color preview on white background

This text has color #98D968 on white background.


Black color preview on #98D968 background

This text has black color on #98D968 background.


White color preview on #98D968 background

This text has white color on #98D968 background.


Related colors

Complementary color

Complementary color for #hex is #672697.


I love getcolorcode.com

Triadic colors

1 #6898D9 and #D96898 with #98D968 are triadic colors.

2 #68D998 and #D99868 with #98D968 are triadic colors.