COLOR #98D791

HEX: #98D791 RGB: (152,215,145)

Color info

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

RGB color model

#98D791 color RGB value is (152,215,145).

RGB: (152,215,145) (60%, 84%, 57%)

RGB channels and saturation

R 152 of 255 = 60%
G 215 of 255 = 84%
B 145 of 255 = 57%

152
215
145

R + G + B ~ 67%. #98D791 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 215 + 145 = 512 (100%)
R 152 of 512 ~ 29.69%
G 215 of 512 ~ 41.99%
B 145 of 512 ~ 28.32'%

%29.69
%41.99
%28.32

CMYK color model

#98D791 color CMYK value is (29,0,33,16).

  • cyan value is 29.30%
  • magenta value is 0.00%
  • yellow value is 32.56%
  • key color value is 15.69%

CMYK: (29,0,33,16)
C29M0Y33K16 (29%, 0%, 33%, 16%)
(0.29 / 0.00 / 0.33 / 0.16)

CMYK percentages

%29.3
%0
%32.56
%15.69

Codes

Color #98D791 in popluar color models

98 D7 91
RGB 152 215 145
HSL 114° 46.67% 70.59%
HSB/HSV 114° 32.56% 84.31%
CMYK 29.30% 0.00% 32.56%
15.69%

Color #98D791 in popluar number systems.

HEX 98 D7 91
Decimal 152 215 145
Binary 10011000 11010111 10010001
Octal 230 327 221

Shades and tints

Shades of #98D791

#98D791
(152,215,145)
#8BC484
(139,196,132)
#7EB177
(126,177,119)
#719E6A
(113,158,106)
#648B5D
(100,139,93)
#577850
(87,120,80)
#4A6543
(74,101,67)
#3D5236
(61,82,54)
#303F29
(48,63,41)
#232C1C
(35,44,28)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #98D791

#98D791
(152,215,145)
#A1DA9B
(161,218,155)
#AADDA5
(170,221,165)
#B3E0AF
(179,224,175)
#BCE3B9
(188,227,185)
#C5E6C3
(197,230,195)
#CEE9CD
(206,233,205)
#D7ECD7
(215,236,215)
#E0EFE1
(224,239,225)
#E9F2EB
(233,242,235)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D791 color. Also use rgb(152,215,145) instead hex code.

Text Font Color

.myTextColor { color: #98D791; }

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

This text font color is #98D791.

Background Color

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

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

This div background color is #98D791.

Border color

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

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

This div border color is #98D791.

Opacity

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

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

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

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

This text has shadow with #98D791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D791.

Preview

Color preview on black background

This text has color #98D791 on black background.


Color preview on white background

This text has color #98D791 on white background.


Black color preview on #98D791 background

This text has black color on #98D791 background.


White color preview on #98D791 background

This text has white color on #98D791 background.


Related colors

Complementary color

Complementary color for #hex is #67286E.


I love getcolorcode.com

Triadic colors

1 #9198D7 and #D79198 with #98D791 are triadic colors.

2 #91D798 and #D79891 with #98D791 are triadic colors.