COLOR #98C49A

HEX: #98C49A RGB: (152,196,154)

Color info

#98C49A contains red, green and blue colors in about the same proportion. Web safe color of #98C49A is #99CC99 (or #9C9).

RGB color model

#98C49A color RGB value is (152,196,154).

RGB: (152,196,154) (60%, 77%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 196 of 255 = 77%
B 154 of 255 = 60%

152
196
154

R + G + B ~ 66%. #98C49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 196 + 154 = 502 (100%)
R 152 of 502 ~ 30.28%
G 196 of 502 ~ 39.04%
B 154 of 502 ~ 30.68'%

%30.28
%39.04
%30.68

CMYK color model

#98C49A color CMYK value is (22,0,21,23).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 23.14%

CMYK: (22,0,21,23)
C22M0Y21K23 (22%, 0%, 21%, 23%)
(0.22 / 0.00 / 0.21 / 0.23)

CMYK percentages

%22.45
%0
%21.43
%23.14

Codes

Color #98C49A in popluar color models

98 C4 9A
RGB 152 196 154
HSL 123° 27.16% 68.24%
HSB/HSV 123° 22.45% 76.86%
CMYK 22.45% 0.00% 21.43%
23.14%

Color #98C49A in popluar number systems.

HEX 98 C4 9A
Decimal 152 196 154
Binary 10011000 11000100 10011010
Octal 230 304 232

Shades and tints

Shades of #98C49A

#98C49A
(152,196,154)
#8BB38C
(139,179,140)
#7EA27E
(126,162,126)
#719170
(113,145,112)
#648062
(100,128,98)
#576F54
(87,111,84)
#4A5E46
(74,94,70)
#3D4D38
(61,77,56)
#303C2A
(48,60,42)
#232B1C
(35,43,28)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #98C49A

#98C49A
(152,196,154)
#A1C9A3
(161,201,163)
#AACEAC
(170,206,172)
#B3D3B5
(179,211,181)
#BCD8BE
(188,216,190)
#C5DDC7
(197,221,199)
#CEE2D0
(206,226,208)
#D7E7D9
(215,231,217)
#E0ECE2
(224,236,226)
#E9F1EB
(233,241,235)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C49A color. Also use rgb(152,196,154) instead hex code.

Text Font Color

.myTextColor { color: #98C49A; }

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

This text font color is #98C49A.

Background Color

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

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

This div background color is #98C49A.

Border color

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

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

This div border color is #98C49A.

Opacity

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

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

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

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

This text has shadow with #98C49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C49A.

Preview

Color preview on black background

This text has color #98C49A on black background.


Color preview on white background

This text has color #98C49A on white background.


Black color preview on #98C49A background

This text has black color on #98C49A background.


White color preview on #98C49A background

This text has white color on #98C49A background.


Related colors

Complementary color

Complementary color for #hex is #673B65.


I love getcolorcode.com

Triadic colors

1 #9A98C4 and #C49A98 with #98C49A are triadic colors.

2 #9AC498 and #C4989A with #98C49A are triadic colors.