COLOR #98D46B

HEX: #98D46B RGB: (152,212,107)

Color info

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

RGB color model

#98D46B color RGB value is (152,212,107).

RGB: (152,212,107) (60%, 83%, 42%)

RGB channels and saturation

R 152 of 255 = 60%
G 212 of 255 = 83%
B 107 of 255 = 42%

152
212
107

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

Portions of RGB colors in percentages

R + G + B = 152 + 212 + 107 = 471 (100%)
R 152 of 471 ~ 32.27%
G 212 of 471 ~ 45.01%
B 107 of 471 ~ 22.72'%

%32.27
%45.01
%22.72

CMYK color model

#98D46B color CMYK value is (28,0,50,17).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 49.53%
  • key color value is 16.86%

CMYK: (28,0,50,17)
C28M0Y50K17 (28%, 0%, 50%, 17%)
(0.28 / 0.00 / 0.50 / 0.17)

CMYK percentages

%28.3
%0
%49.53
%16.86

Codes

Color #98D46B in popluar color models

98 D4 6B
RGB 152 212 107
HSL 94° 54.97% 62.55%
HSB/HSV 94° 49.53% 83.14%
CMYK 28.30% 0.00% 49.53%
16.86%

Color #98D46B in popluar number systems.

HEX 98 D4 6B
Decimal 152 212 107
Binary 10011000 11010100 1101011
Octal 230 324 153

Shades and tints

Shades of #98D46B

#98D46B
(152,212,107)
#8BC162
(139,193,98)
#7EAE59
(126,174,89)
#719B50
(113,155,80)
#648847
(100,136,71)
#57753E
(87,117,62)
#4A6235
(74,98,53)
#3D4F2C
(61,79,44)
#303C23
(48,60,35)
#23291A
(35,41,26)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #98D46B

#98D46B
(152,212,107)
#A1D778
(161,215,120)
#AADA85
(170,218,133)
#B3DD92
(179,221,146)
#BCE09F
(188,224,159)
#C5E3AC
(197,227,172)
#CEE6B9
(206,230,185)
#D7E9C6
(215,233,198)
#E0ECD3
(224,236,211)
#E9EFE0
(233,239,224)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D46B color. Also use rgb(152,212,107) instead hex code.

Text Font Color

.myTextColor { color: #98D46B; }

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

This text font color is #98D46B.

Background Color

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

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

This div background color is #98D46B.

Border color

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

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

This div border color is #98D46B.

Opacity

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

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

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

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

This text has shadow with #98D46B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D46B.

Preview

Color preview on black background

This text has color #98D46B on black background.


Color preview on white background

This text has color #98D46B on white background.


Black color preview on #98D46B background

This text has black color on #98D46B background.


White color preview on #98D46B background

This text has white color on #98D46B background.


Related colors

Complementary color

Complementary color for #hex is #672B94.


I love getcolorcode.com

Triadic colors

1 #6B98D4 and #D46B98 with #98D46B are triadic colors.

2 #6BD498 and #D4986B with #98D46B are triadic colors.