COLOR #99D091

HEX: #99D091
RGB: (153,208,145)

Color info

#99D091 contains mainly red and green colors. Web safe color of #99D091 is #99CC99 (or #9C9).

RGB color model

#99D091 color RGB value is (153,208,145).

  • red value is 153;
  • green value is 208;
  • blue value is 145.
RGB:
(153,208,145)
(60%,82%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 208 of 255 = 82%
B 145 of 255 = 57%

153
208
145

R + G + B ~ 66%. #99D091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 208 + 145 = 506 (100%)
R 153 of 506 ~ 30.24%
G 208 of 506 ~ 41.11%
B 145 of 506 ~ 28.66%

%30.24
%41.11
%28.66

CMYK color model

#99D091 color CMYK value is (26,0,30,18).

  • cyan value is 26.44%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 18.43%
CMYK:
(26,0,30,18)
C26M0Y30K18 
(26%,0%,30%,18%)
(0.26/0.00/0.30/0.18)	

CMYK percentages

%26.44
%0
%30.29
%18.43

Codes

Color #99D091 in popluar color models

99D091
RGB153208145
HSL112°40.13%69.22%
HSB/HSV112°30.29%81.57%
CMYK26.44%0.00%30.29%
18.43%

Color #99D091 in popluar number systems.

HEX99D091
Decimal153208145
Binary100110011101000010010001
Octal231320221

Shades and tints

Shades of #99D091

#99D091
(153,208,145)
#8CBE84
(140,190,132)
#7FAC77
(127,172,119)
#729A6A
(114,154,106)
#65885D
(101,136,93)
#587650
(88,118,80)
#4B6443
(75,100,67)
#3E5236
(62,82,54)
#314029
(49,64,41)
#242E1C
(36,46,28)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #99D091

#99D091
(153,208,145)
#A2D49B
(162,212,155)
#ABD8A5
(171,216,165)
#B4DCAF
(180,220,175)
#BDE0B9
(189,224,185)
#C6E4C3
(198,228,195)
#CFE8CD
(207,232,205)
#D8ECD7
(216,236,215)
#E1F0E1
(225,240,225)
#EAF4EB
(234,244,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99D091 color. Also use rgb(153,208,145) instead hex code.

Text Font Color

.myTextColor { color: #99D091; }

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

This text font color is #99D091.


Background Color

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

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

This div background color is #99D091.


Border color

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

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

This div border color is #99D091.


Opacity

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

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

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

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

This text has shadow with #99D091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99D091 on black background.


Color preview on white background

This text has color #99D091 on white background.



Black color preview on #99D091 background

This text has black color on #99D091 background.


White color preview on #99D091 background

This text has white color on #99D091 background.