COLOR #98C660

HEX: #98C660
RGB: (152,198,96)

Color info

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

RGB color model

#98C660 color RGB value is (152,198,96).

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

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 96 of 255 = 38%

152
198
96

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

Portions of RGB colors in percentages

R + G + B =
152 + 198 + 96 = 446 (100%)
R 152 of 446 ~ 34.08%
G 198 of 446 ~ 44.39%
B 96 of 446 ~ 21.52%

%34.08
%44.39
%21.52

CMYK color model

#98C660 color CMYK value is (23,0,52,22).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 22.35%
CMYK:
(23,0,52,22)
C23M0Y52K22 
(23%,0%,52%,22%)
(0.23/0.00/0.52/0.22)	

CMYK percentages

%23.23
%0
%51.52
%22.35

Codes

Color #98C660 in popluar color models

98C660
RGB15219896
HSL87°47.22%57.65%
HSB/HSV87°51.52%77.65%
CMYK23.23%0.00%51.52%
22.35%

Color #98C660 in popluar number systems.

HEX98C660
Decimal15219896
Binary10011000110001101100000
Octal230306140

Shades and tints

Shades of #98C660

#98C660
(152,198,96)
#8BB458
(139,180,88)
#7EA250
(126,162,80)
#719048
(113,144,72)
#647E40
(100,126,64)
#576C38
(87,108,56)
#4A5A30
(74,90,48)
#3D4828
(61,72,40)
#303620
(48,54,32)
#232418
(35,36,24)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #98C660

#98C660
(152,198,96)
#A1CB6E
(161,203,110)
#AAD07C
(170,208,124)
#B3D58A
(179,213,138)
#BCDA98
(188,218,152)
#C5DFA6
(197,223,166)
#CEE4B4
(206,228,180)
#D7E9C2
(215,233,194)
#E0EED0
(224,238,208)
#E9F3DE
(233,243,222)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C660; }

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

This text font color is #98C660.


Background Color

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

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

This div background color is #98C660.


Border color

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

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

This div border color is #98C660.


Opacity

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

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

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

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

This text has shadow with #98C660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C660 on black background.


Color preview on white background

This text has color #98C660 on white background.



Black color preview on #98C660 background

This text has black color on #98C660 background.


White color preview on #98C660 background

This text has white color on #98C660 background.