COLOR #98D366

HEX: #98D366 RGB: (152,211,102)

Color info

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

RGB color model

#98D366 color RGB value is (152,211,102).

RGB: (152,211,102) (60%, 83%, 40%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 102 of 255 = 40%

152
211
102

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

Portions of RGB colors in percentages

R + G + B = 152 + 211 + 102 = 465 (100%)
R 152 of 465 ~ 32.69%
G 211 of 465 ~ 45.38%
B 102 of 465 ~ 21.94'%

%32.69
%45.38
%21.94

CMYK color model

#98D366 color CMYK value is (28,0,52,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 51.66%
  • key color value is 17.25%

CMYK: (28,0,52,17)
C28M0Y52K17 (28%, 0%, 52%, 17%)
(0.28 / 0.00 / 0.52 / 0.17)

CMYK percentages

%27.96
%0
%51.66
%17.25

Codes

Color #98D366 in popluar color models

98 D3 66
RGB 152 211 102
HSL 92° 55.33% 61.37%
HSB/HSV 92° 51.66% 82.75%
CMYK 27.96% 0.00% 51.66%
17.25%

Color #98D366 in popluar number systems.

HEX 98 D3 66
Decimal 152 211 102
Binary 10011000 11010011 1100110
Octal 230 323 146

Shades and tints

Shades of #98D366

#98D366
(152,211,102)
#8BC05D
(139,192,93)
#7EAD54
(126,173,84)
#719A4B
(113,154,75)
#648742
(100,135,66)
#577439
(87,116,57)
#4A6130
(74,97,48)
#3D4E27
(61,78,39)
#303B1E
(48,59,30)
#232815
(35,40,21)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #98D366

#98D366
(152,211,102)
#A1D773
(161,215,115)
#AADB80
(170,219,128)
#B3DF8D
(179,223,141)
#BCE39A
(188,227,154)
#C5E7A7
(197,231,167)
#CEEBB4
(206,235,180)
#D7EFC1
(215,239,193)
#E0F3CE
(224,243,206)
#E9F7DB
(233,247,219)
#F2FBE8
(242,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D366 color. Also use rgb(152,211,102) instead hex code.

Text Font Color

.myTextColor { color: #98D366; }

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

This text font color is #98D366.

Background Color

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

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

This div background color is #98D366.

Border color

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

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

This div border color is #98D366.

Opacity

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

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

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

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

This text has shadow with #98D366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D366.

Preview

Color preview on black background

This text has color #98D366 on black background.


Color preview on white background

This text has color #98D366 on white background.


Black color preview on #98D366 background

This text has black color on #98D366 background.


White color preview on #98D366 background

This text has white color on #98D366 background.


Related colors

Complementary color

Complementary color for #hex is #672C99.


I love getcolorcode.com

Triadic colors

1 #6698D3 and #D36698 with #98D366 are triadic colors.

2 #66D398 and #D39866 with #98D366 are triadic colors.