COLOR #98E09A

HEX: #98E09A RGB: (152,224,154)

Color info

#98E09A contains mainly green color. Web safe color of #98E09A is #99CC99 (or #9C9).

RGB color model

#98E09A color RGB value is (152,224,154).

RGB: (152,224,154) (60%, 88%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 154 of 255 = 60%

152
224
154

R + G + B ~ 69%. #98E09A is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 224 + 154 = 530 (100%)
R 152 of 530 ~ 28.68%
G 224 of 530 ~ 42.26%
B 154 of 530 ~ 29.06'%

%28.68
%42.26
%29.06

CMYK color model

#98E09A color CMYK value is (32,0,31,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 12.16%

CMYK: (32,0,31,12)
C32M0Y31K12 (32%, 0%, 31%, 12%)
(0.32 / 0.00 / 0.31 / 0.12)

CMYK percentages

%32.14
%0
%31.25
%12.16

Codes

Color #98E09A in popluar color models

98 E0 9A
RGB 152 224 154
HSL 122° 53.73% 73.73%
HSB/HSV 122° 32.14% 87.84%
CMYK 32.14% 0.00% 31.25%
12.16%

Color #98E09A in popluar number systems.

HEX 98 E0 9A
Decimal 152 224 154
Binary 10011000 11100000 10011010
Octal 230 340 232

Shades and tints

Shades of #98E09A

#98E09A
(152,224,154)
#8BCC8C
(139,204,140)
#7EB87E
(126,184,126)
#71A470
(113,164,112)
#649062
(100,144,98)
#577C54
(87,124,84)
#4A6846
(74,104,70)
#3D5438
(61,84,56)
#30402A
(48,64,42)
#232C1C
(35,44,28)
#16180E
(22,24,14)
#000000
(0,0,0)

Tints of #98E09A

#98E09A
(152,224,154)
#A1E2A3
(161,226,163)
#AAE4AC
(170,228,172)
#B3E6B5
(179,230,181)
#BCE8BE
(188,232,190)
#C5EAC7
(197,234,199)
#CEECD0
(206,236,208)
#D7EED9
(215,238,217)
#E0F0E2
(224,240,226)
#E9F2EB
(233,242,235)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98E09A; }

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

This text font color is #98E09A.

Background Color

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

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

This div background color is #98E09A.

Border color

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

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

This div border color is #98E09A.

Opacity

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

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

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

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

This text has shadow with #98E09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98E09A.

Preview

Color preview on black background

This text has color #98E09A on black background.


Color preview on white background

This text has color #98E09A on white background.


Black color preview on #98E09A background

This text has black color on #98E09A background.


White color preview on #98E09A background

This text has white color on #98E09A background.


Related colors

Complementary color

Complementary color for #hex is #671F65.


I love getcolorcode.com

Triadic colors

1 #9A98E0 and #E09A98 with #98E09A are triadic colors.

2 #9AE098 and #E0989A with #98E09A are triadic colors.