COLOR #99D25A

HEX: #99D25A
RGB: (153,210,90)

Color info

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

RGB color model

#99D25A color RGB value is (153,210,90).

  • red value is 153;
  • green value is 210;
  • blue value is 90.
RGB:
(153,210,90)
(60%,82%,35%)

RGB channels and saturation

R 153 of 255 = 60%
G 210 of 255 = 82%
B 90 of 255 = 35%

153
210
90

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

Portions of RGB colors in percentages

R + G + B =
153 + 210 + 90 = 453 (100%)
R 153 of 453 ~ 33.77%
G 210 of 453 ~ 46.36%
B 90 of 453 ~ 19.87%

%33.77
%46.36
%19.87

CMYK color model

#99D25A color CMYK value is (27,0,57,18).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 17.65%
CMYK:
(27,0,57,18)
C27M0Y57K18 
(27%,0%,57%,18%)
(0.27/0.00/0.57/0.18)	

CMYK percentages

%27.14
%0
%57.14
%17.65

Codes

Color #99D25A in popluar color models

99D25A
RGB15321090
HSL89°57.14%58.82%
HSB/HSV89°57.14%82.35%
CMYK27.14%0.00%57.14%
17.65%

Color #99D25A in popluar number systems.

HEX99D25A
Decimal15321090
Binary10011001110100101011010
Octal231322132

Shades and tints

Shades of #99D25A

#99D25A
(153,210,90)
#8CBF52
(140,191,82)
#7FAC4A
(127,172,74)
#729942
(114,153,66)
#65863A
(101,134,58)
#587332
(88,115,50)
#4B602A
(75,96,42)
#3E4D22
(62,77,34)
#313A1A
(49,58,26)
#242712
(36,39,18)
#17140A
(23,20,10)
#000000
(0,0,0)

Tints of #99D25A

#99D25A
(153,210,90)
#A2D669
(162,214,105)
#ABDA78
(171,218,120)
#B4DE87
(180,222,135)
#BDE296
(189,226,150)
#C6E6A5
(198,230,165)
#CFEAB4
(207,234,180)
#D8EEC3
(216,238,195)
#E1F2D2
(225,242,210)
#EAF6E1
(234,246,225)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D25A color. Also use rgb(153,210,90) instead hex code.

Text Font Color

.myTextColor { color: #99D25A; }

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

This text font color is #99D25A.


Background Color

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

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

This div background color is #99D25A.


Border color

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

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

This div border color is #99D25A.


Opacity

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

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

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

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

This text has shadow with #99D25A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D25A on black background.


Color preview on white background

This text has color #99D25A on white background.



Black color preview on #99D25A background

This text has black color on #99D25A background.


White color preview on #99D25A background

This text has white color on #99D25A background.