COLOR #98CC84

HEX: #98CC84
RGB: (152,204,132)

Color info

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

RGB color model

#98CC84 color RGB value is (152,204,132).

  • red value is 152;
  • green value is 204;
  • blue value is 132.
RGB:
(152,204,132)
(60%,80%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 204 of 255 = 80%
B 132 of 255 = 52%

152
204
132

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

Portions of RGB colors in percentages

R + G + B =
152 + 204 + 132 = 488 (100%)
R 152 of 488 ~ 31.15%
G 204 of 488 ~ 41.8%
B 132 of 488 ~ 27.05%

%31.15
%41.8
%27.05

CMYK color model

#98CC84 color CMYK value is (25,0,35,20).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%
CMYK:
(25,0,35,20)
C25M0Y35K20 
(25%,0%,35%,20%)
(0.25/0.00/0.35/0.20)	

CMYK percentages

%25.49
%0
%35.29
%20

Codes

Color #98CC84 in popluar color models

98CC84
RGB152204132
HSL103°41.38%65.88%
HSB/HSV103°35.29%80.00%
CMYK25.49%0.00%35.29%
20.00%

Color #98CC84 in popluar number systems.

HEX98CC84
Decimal152204132
Binary100110001100110010000100
Octal230314204

Shades and tints

Shades of #98CC84

#98CC84
(152,204,132)
#8BBA78
(139,186,120)
#7EA86C
(126,168,108)
#719660
(113,150,96)
#648454
(100,132,84)
#577248
(87,114,72)
#4A603C
(74,96,60)
#3D4E30
(61,78,48)
#303C24
(48,60,36)
#232A18
(35,42,24)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #98CC84

#98CC84
(152,204,132)
#A1D08F
(161,208,143)
#AAD49A
(170,212,154)
#B3D8A5
(179,216,165)
#BCDCB0
(188,220,176)
#C5E0BB
(197,224,187)
#CEE4C6
(206,228,198)
#D7E8D1
(215,232,209)
#E0ECDC
(224,236,220)
#E9F0E7
(233,240,231)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CC84 color. Also use rgb(152,204,132) instead hex code.

Text Font Color

.myTextColor { color: #98CC84; }

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

This text font color is #98CC84.


Background Color

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

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

This div background color is #98CC84.


Border color

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

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

This div border color is #98CC84.


Opacity

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

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

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

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

This text has shadow with #98CC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CC84 on black background.


Color preview on white background

This text has color #98CC84 on white background.



Black color preview on #98CC84 background

This text has black color on #98CC84 background.


White color preview on #98CC84 background

This text has white color on #98CC84 background.