COLOR #99D53A

HEX: #99D53A
RGB: (153,213,58)

Color info

#99D53A contains mainly green color. Web safe color of #99D53A is #99CC33 (or #9C3).

RGB color model

#99D53A color RGB value is (153,213,58).

  • red value is 153;
  • green value is 213;
  • blue value is 58.
RGB:
(153,213,58)
(60%,84%,23%)

RGB channels and saturation

R 153 of 255 = 60%
G 213 of 255 = 84%
B 58 of 255 = 23%

153
213
58

R + G + B ~ 56%. #99D53A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 213 + 58 = 424 (100%)
R 153 of 424 ~ 36.08%
G 213 of 424 ~ 50.24%
B 58 of 424 ~ 13.68%

%36.08
%50.24
%13.68

CMYK color model

#99D53A color CMYK value is (28,0,73,16).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 72.77%
  • key color value is 16.47%
CMYK:
(28,0,73,16)
C28M0Y73K16 
(28%,0%,73%,16%)
(0.28/0.00/0.73/0.16)	

CMYK percentages

%28.17
%0
%72.77
%16.47

Codes

Color #99D53A in popluar color models

99D53A
RGB15321358
HSL83°64.85%53.14%
HSB/HSV83°72.77%83.53%
CMYK28.17%0.00%72.77%
16.47%

Color #99D53A in popluar number systems.

HEX99D53A
Decimal15321358
Binary1001100111010101111010
Octal23132572

Shades and tints

Shades of #99D53A

#99D53A
(153,213,58)
#8CC235
(140,194,53)
#7FAF30
(127,175,48)
#729C2B
(114,156,43)
#658926
(101,137,38)
#587621
(88,118,33)
#4B631C
(75,99,28)
#3E5017
(62,80,23)
#313D12
(49,61,18)
#242A0D
(36,42,13)
#171708
(23,23,8)
#000000
(0,0,0)

Tints of #99D53A

#99D53A
(153,213,58)
#A2D84B
(162,216,75)
#ABDB5C
(171,219,92)
#B4DE6D
(180,222,109)
#BDE17E
(189,225,126)
#C6E48F
(198,228,143)
#CFE7A0
(207,231,160)
#D8EAB1
(216,234,177)
#E1EDC2
(225,237,194)
#EAF0D3
(234,240,211)
#F3F3E4
(243,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D53A color. Also use rgb(153,213,58) instead hex code.

Text Font Color

.myTextColor { color: #99D53A; }

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

This text font color is #99D53A.


Background Color

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

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

This div background color is #99D53A.


Border color

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

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

This div border color is #99D53A.


Opacity

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

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

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

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

This text has shadow with #99D53A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D53A on black background.


Color preview on white background

This text has color #99D53A on white background.



Black color preview on #99D53A background

This text has black color on #99D53A background.


White color preview on #99D53A background

This text has white color on #99D53A background.