COLOR #99C664

HEX: #99C664
RGB: (153,198,100)

Color info

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

RGB color model

#99C664 color RGB value is (153,198,100).

  • red value is 153;
  • green value is 198;
  • blue value is 100.
RGB: (153,198,100) (60%,78%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 100 of 255 = 39%

153
198
100

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

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 100 = 451 (100%)
R 153 of 451 ~ 33.92%
G 198 of 451 ~ 43.9%
B 100 of 451 ~ 22.17%

%33.92
%43.9
%22.17

CMYK color model

#99C664 color CMYK value is (23,0,49,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK: (23,0,49,22) C23M0Y49K22 (23%,0%,49%,22%) (0.23/0.00/0.49/0.22)

CMYK percentages

%22.73
%0
%49.49
%22.35

Codes

Color #99C664 in popluar color models

99C664
RGB153198100
HSL88°46.23%58.43%
HSB/HSV88°49.49%77.65%
CMYK22.73%0.00%49.49%
22.35%

Color #99C664 in popluar number systems.

HEX99C664
Decimal153198100
Binary10011001110001101100100
Octal231306144

Shades and tints

Shades of #99C664

#99C664
(153,198,100)
#8CB45B
(140,180,91)
#7FA252
(127,162,82)
#729049
(114,144,73)
#657E40
(101,126,64)
#586C37
(88,108,55)
#4B5A2E
(75,90,46)
#3E4825
(62,72,37)
#31361C
(49,54,28)
#242413
(36,36,19)
#17120A
(23,18,10)
#000000
(0,0,0)

Tints of #99C664

#99C664
(153,198,100)
#A2CB72
(162,203,114)
#ABD080
(171,208,128)
#B4D58E
(180,213,142)
#BDDA9C
(189,218,156)
#C6DFAA
(198,223,170)
#CFE4B8
(207,228,184)
#D8E9C6
(216,233,198)
#E1EED4
(225,238,212)
#EAF3E2
(234,243,226)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C664 color. Also use rgb(153,198,100) instead hex code.

Text Font Color

.myTextColor { color: #99C664; }

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

This text font color is #99C664.


Background Color

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

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

This div background color is #99C664.


Border color

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

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

This div border color is #99C664.


Opacity

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

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

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

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

This text has shadow with #99C664 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99C664 on black background.


Color preview on white background

This text has color #99C664 on white background.



Black color preview on #99C664 background

This text has black color on #99C664 background.


White color preview on #99C664 background

This text has white color on #99C664 background.