COLOR #98C78A

HEX: #98C78A RGB: (152,199,138)

Color info

#98C78A contains mainly red and green colors. Web safe color of #98C78A is #99CC99 (or #9C9).

RGB color model

#98C78A color RGB value is (152,199,138).

RGB: (152,199,138) (60%, 78%, 54%)

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 138 of 255 = 54%

152
199
138

R + G + B ~ 64%. #98C78A is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 199 + 138 = 489 (100%)
R 152 of 489 ~ 31.08%
G 199 of 489 ~ 40.7%
B 138 of 489 ~ 28.22'%

%31.08
%40.7
%28.22

CMYK color model

#98C78A color CMYK value is (24,0,31,22).

  • cyan value is 23.62%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 21.96%

CMYK: (24,0,31,22)
C24M0Y31K22 (24%, 0%, 31%, 22%)
(0.24 / 0.00 / 0.31 / 0.22)

CMYK percentages

%23.62
%0
%30.65
%21.96

Codes

Color #98C78A in popluar color models

98 C7 8A
RGB 152 199 138
HSL 106° 35.26% 66.08%
HSB/HSV 106° 30.65% 78.04%
CMYK 23.62% 0.00% 30.65%
21.96%

Color #98C78A in popluar number systems.

HEX 98 C7 8A
Decimal 152 199 138
Binary 10011000 11000111 10001010
Octal 230 307 212

Shades and tints

Shades of #98C78A

#98C78A
(152,199,138)
#8BB57E
(139,181,126)
#7EA372
(126,163,114)
#719166
(113,145,102)
#647F5A
(100,127,90)
#576D4E
(87,109,78)
#4A5B42
(74,91,66)
#3D4936
(61,73,54)
#30372A
(48,55,42)
#23251E
(35,37,30)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #98C78A

#98C78A
(152,199,138)
#A1CC94
(161,204,148)
#AAD19E
(170,209,158)
#B3D6A8
(179,214,168)
#BCDBB2
(188,219,178)
#C5E0BC
(197,224,188)
#CEE5C6
(206,229,198)
#D7EAD0
(215,234,208)
#E0EFDA
(224,239,218)
#E9F4E4
(233,244,228)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C78A color. Also use rgb(152,199,138) instead hex code.

Text Font Color

.myTextColor { color: #98C78A; }

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

This text font color is #98C78A.

Background Color

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

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

This div background color is #98C78A.

Border color

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

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

This div border color is #98C78A.

Opacity

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

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

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

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

This text has shadow with #98C78A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C78A.

Preview

Color preview on black background

This text has color #98C78A on black background.


Color preview on white background

This text has color #98C78A on white background.


Black color preview on #98C78A background

This text has black color on #98C78A background.


White color preview on #98C78A background

This text has white color on #98C78A background.


Related colors

Complementary color

Complementary color for #hex is #673875.


I love getcolorcode.com

Triadic colors

1 #8A98C7 and #C78A98 with #98C78A are triadic colors.

2 #8AC798 and #C7988A with #98C78A are triadic colors.