COLOR #98C67F

HEX: #98C67F
RGB: (152,198,127)

Color info

#98C67F contains mainly red and green colors. Web safe color of #98C67F is #99CC66 (or #9C6).

RGB color model

#98C67F color RGB value is (152,198,127).

  • red value is 152;
  • green value is 198;
  • blue value is 127.
RGB:
(152,198,127)
(60%,78%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 127 of 255 = 50%

152
198
127

R + G + B ~ 63%. #98C67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 198 + 127 = 477 (100%)
R 152 of 477 ~ 31.87%
G 198 of 477 ~ 41.51%
B 127 of 477 ~ 26.62%

%31.87
%41.51
%26.62

CMYK color model

#98C67F color CMYK value is (23,0,36,22).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(23,0,36,22)
C23M0Y36K22 
(23%,0%,36%,22%)
(0.23/0.00/0.36/0.22)	

CMYK percentages

%23.23
%0
%35.86
%22.35

Codes

Color #98C67F in popluar color models

98C67F
RGB152198127
HSL99°38.38%63.73%
HSB/HSV99°35.86%77.65%
CMYK23.23%0.00%35.86%
22.35%

Color #98C67F in popluar number systems.

HEX98C67F
Decimal152198127
Binary10011000110001101111111
Octal230306177

Shades and tints

Shades of #98C67F

#98C67F
(152,198,127)
#8BB474
(139,180,116)
#7EA269
(126,162,105)
#71905E
(113,144,94)
#647E53
(100,126,83)
#576C48
(87,108,72)
#4A5A3D
(74,90,61)
#3D4832
(61,72,50)
#303627
(48,54,39)
#23241C
(35,36,28)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #98C67F

#98C67F
(152,198,127)
#A1CB8A
(161,203,138)
#AAD095
(170,208,149)
#B3D5A0
(179,213,160)
#BCDAAB
(188,218,171)
#C5DFB6
(197,223,182)
#CEE4C1
(206,228,193)
#D7E9CC
(215,233,204)
#E0EED7
(224,238,215)
#E9F3E2
(233,243,226)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C67F color. Also use rgb(152,198,127) instead hex code.

Text Font Color

.myTextColor { color: #98C67F; }

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

This text font color is #98C67F.


Background Color

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

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

This div background color is #98C67F.


Border color

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

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

This div border color is #98C67F.


Opacity

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

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

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

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

This text has shadow with #98C67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C67F on black background.


Color preview on white background

This text has color #98C67F on white background.



Black color preview on #98C67F background

This text has black color on #98C67F background.


White color preview on #98C67F background

This text has white color on #98C67F background.