COLOR #99F389

HEX: #99F389 RGB: (153,243,137)

Color info

#99F389 contains mainly green color. Web safe color of #99F389 is #99FF99 (or #9F9).

RGB color model

#99F389 color RGB value is (153,243,137).

RGB: (153,243,137) (60%, 95%, 54%)

RGB channels and saturation

R 153 of 255 = 60%
G 243 of 255 = 95%
B 137 of 255 = 54%

153
243
137

R + G + B ~ 70%. #99F389 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 243 + 137 = 533 (100%)
R 153 of 533 ~ 28.71%
G 243 of 533 ~ 45.59%
B 137 of 533 ~ 25.7'%

%28.71
%45.59
%25.7

CMYK color model

#99F389 color CMYK value is (37,0,44,5).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 4.71%
CMYK: (37,0,44,5) C37M0Y44K5 (37%,0%,44%,5%) (0.37/0.00/0.44/0.05) 

CMYK percentages

%37.04
%0
%43.62
%4.71

Codes

Color #99F389 in popluar color models

99 F3 89
RGB 153 243 137
HSL 111° 81.54% 74.51%
HSB/HSV 111° 43.62% 95.29%
CMYK 37.04% 0.00% 43.62%
4.71%

Color #99F389 in popluar number systems.

HEX 99 F3 89
Decimal 153 243 137
Binary 10011001 11110011 10001001
Octal 231 363 211

Shades and tints

Shades of #99F389

#99F389
(153,243,137)
#8CDD7D
(140,221,125)
#7FC771
(127,199,113)
#72B165
(114,177,101)
#659B59
(101,155,89)
#58854D
(88,133,77)
#4B6F41
(75,111,65)
#3E5935
(62,89,53)
#314329
(49,67,41)
#242D1D
(36,45,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99F389

#99F389
(153,243,137)
#A2F493
(162,244,147)
#ABF59D
(171,245,157)
#B4F6A7
(180,246,167)
#BDF7B1
(189,247,177)
#C6F8BB
(198,248,187)
#CFF9C5
(207,249,197)
#D8FACF
(216,250,207)
#E1FBD9
(225,251,217)
#EAFCE3
(234,252,227)
#F3FDED
(243,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F389 color. Also use rgb(153,243,137) instead hex code.

Text Font Color

.myTextColor { color: #99F389; }

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

This text font color is #99F389.

Background Color

.myBgColor { background-color: #99F389; }

<div style="background-color:#99F389">Inner text</div>

This div background color is #99F389.

Border color

.myBorderColor { border: 1px solid #99F389; }

<div style="border:3px solid #99F389">Div</div>

This div border color is #99F389.

Opacity

.myOpacity80 { color: #99F389; opacity: 0.8; }

<p style="color:#99F389;opacity:0.8;">80%</p>

Text with #99F389 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 #99F389;}

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

This text has shadow with #99F389 color.


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

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

This text has shadow with #99F389 primary color and red secondary color.


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

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

This text has shadow with #99F389 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99F389.

Preview

Color preview on black background

This text has color #99F389 on black background.


Color preview on white background

This text has color #99F389 on white background.


Black color preview on #99F389 background

This text has black color on #99F389 background.


White color preview on #99F389 background

This text has white color on #99F389 background.


Related colors

Complementary color

Complementary color for #hex is #660C76.


I love getcolorcode.com

Triadic colors

1 #8999F3 and #F38999 with #99F389 are triadic colors.

2 #89F399 and #F39989 with #99F389 are triadic colors.