COLOR #93D098

HEX: #93D098 RGB: (147,208,152)

Color info

#93D098 contains mainly green and blue colors. Web safe color of #93D098 is #99CC99 (or #9C9).

RGB color model

#93D098 color RGB value is (147,208,152).

RGB: (147,208,152) (58%, 82%, 60%)

RGB channels and saturation

R 147 of 255 = 58%
G 208 of 255 = 82%
B 152 of 255 = 60%

147
208
152

R + G + B ~ 67%. #93D098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 208 + 152 = 507 (100%)
R 147 of 507 ~ 28.99%
G 208 of 507 ~ 41.03%
B 152 of 507 ~ 29.98'%

%28.99
%41.03
%29.98

CMYK color model

#93D098 color CMYK value is (29,0,27,18).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 18.43%

CMYK: (29,0,27,18)
C29M0Y27K18 (29%, 0%, 27%, 18%)
(0.29 / 0.00 / 0.27 / 0.18)

CMYK percentages

%29.33
%0
%26.92
%18.43

Codes

Color #93D098 in popluar color models

93 D0 98
RGB 147 208 152
HSL 125° 39.35% 69.61%
HSB/HSV 125° 29.33% 81.57%
CMYK 29.33% 0.00% 26.92%
18.43%

Color #93D098 in popluar number systems.

HEX 93 D0 98
Decimal 147 208 152
Binary 10010011 11010000 10011000
Octal 223 320 230

Shades and tints

Shades of #93D098

#93D098
(147,208,152)
#86BE8B
(134,190,139)
#79AC7E
(121,172,126)
#6C9A71
(108,154,113)
#5F8864
(95,136,100)
#527657
(82,118,87)
#45644A
(69,100,74)
#38523D
(56,82,61)
#2B4030
(43,64,48)
#1E2E23
(30,46,35)
#111C16
(17,28,22)
#000000
(0,0,0)

Tints of #93D098

#93D098
(147,208,152)
#9CD4A1
(156,212,161)
#A5D8AA
(165,216,170)
#AEDCB3
(174,220,179)
#B7E0BC
(183,224,188)
#C0E4C5
(192,228,197)
#C9E8CE
(201,232,206)
#D2ECD7
(210,236,215)
#DBF0E0
(219,240,224)
#E4F4E9
(228,244,233)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D098 color. Also use rgb(147,208,152) instead hex code.

Text Font Color

.myTextColor { color: #93D098; }

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

This text font color is #93D098.

Background Color

.myBgColor { background-color: #93D098; }

<div style="background-color:#93D098">Inner text</div>

This div background color is #93D098.

Border color

.myBorderColor { border: 1px solid #93D098; }

<div style="border:3px solid #93D098">Div</div>

This div border color is #93D098.

Opacity

.myOpacity80 { color: #93D098; opacity: 0.8; }

<p style="color:#93D098;opacity:0.8;">80%</p>

Text with #93D098 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 #93D098;}

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

This text has shadow with #93D098 color.


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

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

This text has shadow with #93D098 primary color and red secondary color.


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

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

This text has shadow with #93D098 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93D098.

Preview

Color preview on black background

This text has color #93D098 on black background.


Color preview on white background

This text has color #93D098 on white background.


Black color preview on #93D098 background

This text has black color on #93D098 background.


White color preview on #93D098 background

This text has white color on #93D098 background.


Related colors

Complementary color

Complementary color for #hex is #6C2F67.


I love getcolorcode.com

Triadic colors

1 #9893D0 and #D09893 with #93D098 are triadic colors.

2 #98D093 and #D09398 with #93D098 are triadic colors.