COLOR #99C58D

HEX: #99C58D
RGB: (153,197,141)

Color info

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

RGB color model

#99C58D color RGB value is (153,197,141).

  • red value is 153;
  • green value is 197;
  • blue value is 141.
RGB:
(153,197,141)
(60%,77%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 197 of 255 = 77%
B 141 of 255 = 55%

153
197
141

R + G + B ~ 64%. #99C58D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 197 + 141 = 491 (100%)
R 153 of 491 ~ 31.16%
G 197 of 491 ~ 40.12%
B 141 of 491 ~ 28.72%

%31.16
%40.12
%28.72

CMYK color model

#99C58D color CMYK value is (22,0,28,23).

  • cyan value is 22.34%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 22.75%
CMYK:
(22,0,28,23)
C22M0Y28K23 
(22%,0%,28%,23%)
(0.22/0.00/0.28/0.23)	

CMYK percentages

%22.34
%0
%28.43
%22.75

Codes

Color #99C58D in popluar color models

99C58D
RGB153197141
HSL107°32.56%66.27%
HSB/HSV107°28.43%77.25%
CMYK22.34%0.00%28.43%
22.75%

Color #99C58D in popluar number systems.

HEX99C58D
Decimal153197141
Binary100110011100010110001101
Octal231305215

Shades and tints

Shades of #99C58D

#99C58D
(153,197,141)
#8CB481
(140,180,129)
#7FA375
(127,163,117)
#729269
(114,146,105)
#65815D
(101,129,93)
#587051
(88,112,81)
#4B5F45
(75,95,69)
#3E4E39
(62,78,57)
#313D2D
(49,61,45)
#242C21
(36,44,33)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #99C58D

#99C58D
(153,197,141)
#A2CA97
(162,202,151)
#ABCFA1
(171,207,161)
#B4D4AB
(180,212,171)
#BDD9B5
(189,217,181)
#C6DEBF
(198,222,191)
#CFE3C9
(207,227,201)
#D8E8D3
(216,232,211)
#E1EDDD
(225,237,221)
#EAF2E7
(234,242,231)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C58D color. Also use rgb(153,197,141) instead hex code.

Text Font Color

.myTextColor { color: #99C58D; }

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

This text font color is #99C58D.


Background Color

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

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

This div background color is #99C58D.


Border color

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

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

This div border color is #99C58D.


Opacity

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

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

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

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

This text has shadow with #99C58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C58D on black background.


Color preview on white background

This text has color #99C58D on white background.



Black color preview on #99C58D background

This text has black color on #99C58D background.


White color preview on #99C58D background

This text has white color on #99C58D background.