COLOR #98C667

HEX: #98C667
RGB: (152,198,103)

Color info

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

RGB color model

#98C667 color RGB value is (152,198,103).

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

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 103 of 255 = 40%

152
198
103

R + G + B ~ 59%. #98C667 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 198 + 103 = 453 (100%)
R 152 of 453 ~ 33.55%
G 198 of 453 ~ 43.71%
B 103 of 453 ~ 22.74%

%33.55
%43.71
%22.74

CMYK color model

#98C667 color CMYK value is (23,0,48,22).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 47.98%
  • key color value is 22.35%
CMYK:
(23,0,48,22)
C23M0Y48K22 
(23%,0%,48%,22%)
(0.23/0.00/0.48/0.22)	

CMYK percentages

%23.23
%0
%47.98
%22.35

Codes

Color #98C667 in popluar color models

98C667
RGB152198103
HSL89°45.45%59.02%
HSB/HSV89°47.98%77.65%
CMYK23.23%0.00%47.98%
22.35%

Color #98C667 in popluar number systems.

HEX98C667
Decimal152198103
Binary10011000110001101100111
Octal230306147

Shades and tints

Shades of #98C667

#98C667
(152,198,103)
#8BB45E
(139,180,94)
#7EA255
(126,162,85)
#71904C
(113,144,76)
#647E43
(100,126,67)
#576C3A
(87,108,58)
#4A5A31
(74,90,49)
#3D4828
(61,72,40)
#30361F
(48,54,31)
#232416
(35,36,22)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #98C667

#98C667
(152,198,103)
#A1CB74
(161,203,116)
#AAD081
(170,208,129)
#B3D58E
(179,213,142)
#BCDA9B
(188,218,155)
#C5DFA8
(197,223,168)
#CEE4B5
(206,228,181)
#D7E9C2
(215,233,194)
#E0EECF
(224,238,207)
#E9F3DC
(233,243,220)
#F2F8E9
(242,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C667; }

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

This text font color is #98C667.


Background Color

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

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

This div background color is #98C667.


Border color

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

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

This div border color is #98C667.


Opacity

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

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

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

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

This text has shadow with #98C667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C667 on black background.


Color preview on white background

This text has color #98C667 on white background.



Black color preview on #98C667 background

This text has black color on #98C667 background.


White color preview on #98C667 background

This text has white color on #98C667 background.