COLOR #98CA6E

HEX: #98CA6E RGB: (152,202,110)

Color info

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

RGB color model

#98CA6E color RGB value is (152,202,110).

RGB: (152,202,110) (60%, 79%, 43%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 110 of 255 = 43%

152
202
110

R + G + B ~ 61%. #98CA6E is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 202 + 110 = 464 (100%)
R 152 of 464 ~ 32.76%
G 202 of 464 ~ 43.53%
B 110 of 464 ~ 23.71'%

%32.76
%43.53
%23.71

CMYK color model

#98CA6E color CMYK value is (25,0,46,21).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 20.78%

CMYK: (25,0,46,21)
C25M0Y46K21 (25%, 0%, 46%, 21%)
(0.25 / 0.00 / 0.46 / 0.21)

CMYK percentages

%24.75
%0
%45.54
%20.78

Codes

Color #98CA6E in popluar color models

98 CA 6E
RGB 152 202 110
HSL 93° 46.46% 61.18%
HSB/HSV 93° 45.54% 79.22%
CMYK 24.75% 0.00% 45.54%
20.78%

Color #98CA6E in popluar number systems.

HEX 98 CA 6E
Decimal 152 202 110
Binary 10011000 11001010 1101110
Octal 230 312 156

Shades and tints

Shades of #98CA6E

#98CA6E
(152,202,110)
#8BB864
(139,184,100)
#7EA65A
(126,166,90)
#719450
(113,148,80)
#648246
(100,130,70)
#57703C
(87,112,60)
#4A5E32
(74,94,50)
#3D4C28
(61,76,40)
#303A1E
(48,58,30)
#232814
(35,40,20)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #98CA6E

#98CA6E
(152,202,110)
#A1CE7B
(161,206,123)
#AAD288
(170,210,136)
#B3D695
(179,214,149)
#BCDAA2
(188,218,162)
#C5DEAF
(197,222,175)
#CEE2BC
(206,226,188)
#D7E6C9
(215,230,201)
#E0EAD6
(224,234,214)
#E9EEE3
(233,238,227)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CA6E color. Also use rgb(152,202,110) instead hex code.

Text Font Color

.myTextColor { color: #98CA6E; }

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

This text font color is #98CA6E.

Background Color

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

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

This div background color is #98CA6E.

Border color

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

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

This div border color is #98CA6E.

Opacity

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

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

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

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

This text has shadow with #98CA6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CA6E.

Preview

Color preview on black background

This text has color #98CA6E on black background.


Color preview on white background

This text has color #98CA6E on white background.


Black color preview on #98CA6E background

This text has black color on #98CA6E background.


White color preview on #98CA6E background

This text has white color on #98CA6E background.


Related colors

Complementary color

Complementary color for #hex is #673591.


I love getcolorcode.com

Triadic colors

1 #6E98CA and #CA6E98 with #98CA6E are triadic colors.

2 #6ECA98 and #CA986E with #98CA6E are triadic colors.