COLOR #98C88A

HEX: #98C88A RGB: (152,200,138)

Color info

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

RGB color model

#98C88A color RGB value is (152,200,138).

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

RGB channels and saturation

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

152
200
138

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

Portions of RGB colors in percentages

R + G + B = 152 + 200 + 138 = 490 (100%)
R 152 of 490 ~ 31.02%
G 200 of 490 ~ 40.82%
B 138 of 490 ~ 28.16'%

%31.02
%40.82
%28.16

CMYK color model

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

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 31.00%
  • key color value is 21.57%
CMYK: (24,0,31,22) C24M0Y31K22 (24%,0%,31%,22%) (0.24/0.00/0.31/0.22) 

CMYK percentages

%24
%0
%31
%21.57

Codes

Color #98C88A in popluar color models

98 C8 8A
RGB 152 200 138
HSL 106° 36.05% 66.27%
HSB/HSV 106° 31.00% 78.43%
CMYK 24.00% 0.00% 31.00%
21.57%

Color #98C88A in popluar number systems.

HEX 98 C8 8A
Decimal 152 200 138
Binary 10011000 11001000 10001010
Octal 230 310 212

Shades and tints

Shades of #98C88A

#98C88A
(152,200,138)
#8BB67E
(139,182,126)
#7EA472
(126,164,114)
#719266
(113,146,102)
#64805A
(100,128,90)
#576E4E
(87,110,78)
#4A5C42
(74,92,66)
#3D4A36
(61,74,54)
#30382A
(48,56,42)
#23261E
(35,38,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98C88A

#98C88A
(152,200,138)
#A1CD94
(161,205,148)
#AAD29E
(170,210,158)
#B3D7A8
(179,215,168)
#BCDCB2
(188,220,178)
#C5E1BC
(197,225,188)
#CEE6C6
(206,230,198)
#D7EBD0
(215,235,208)
#E0F0DA
(224,240,218)
#E9F5E4
(233,245,228)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C88A; }

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

This text font color is #98C88A.

Background Color

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

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

This div background color is #98C88A.

Border color

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

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

This div border color is #98C88A.

Opacity

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

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

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

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

This text has shadow with #98C88A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C88A.

Preview

Color preview on black background

This text has color #98C88A on black background.


Color preview on white background

This text has color #98C88A on white background.


Black color preview on #98C88A background

This text has black color on #98C88A background.


White color preview on #98C88A background

This text has white color on #98C88A background.


Related colors

Complementary color

Complementary color for #hex is #673775.


I love getcolorcode.com

Triadic colors

1 #8A98C8 and #C88A98 with #98C88A are triadic colors.

2 #8AC898 and #C8988A with #98C88A are triadic colors.