COLOR #99C63A

HEX: #99C63A
RGB: (153,198,58)

Color info

#99C63A contains mainly red and green colors. Web safe color of #99C63A is #99CC33 (or #9C3).

RGB color model

#99C63A color RGB value is (153,198,58).

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

RGB channels and saturation

R 153 of 255 = 60%
G 198 of 255 = 78%
B 58 of 255 = 23%

153
198
58

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

Portions of RGB colors in percentages

R + G + B =
153 + 198 + 58 = 409 (100%)
R 153 of 409 ~ 37.41%
G 198 of 409 ~ 48.41%
B 58 of 409 ~ 14.18%

%37.41
%48.41
%14.18

CMYK color model

#99C63A color CMYK value is (23,0,71,22).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 70.71%
  • key color value is 22.35%
CMYK:
(23,0,71,22)
C23M0Y71K22 
(23%,0%,71%,22%)
(0.23/0.00/0.71/0.22)	

CMYK percentages

%22.73
%0
%70.71
%22.35

Codes

Color #99C63A in popluar color models

99C63A
RGB15319858
HSL79°55.12%50.20%
HSB/HSV79°70.71%77.65%
CMYK22.73%0.00%70.71%
22.35%

Color #99C63A in popluar number systems.

HEX99C63A
Decimal15319858
Binary1001100111000110111010
Octal23130672

Shades and tints

Shades of #99C63A

#99C63A
(153,198,58)
#8CB435
(140,180,53)
#7FA230
(127,162,48)
#72902B
(114,144,43)
#657E26
(101,126,38)
#586C21
(88,108,33)
#4B5A1C
(75,90,28)
#3E4817
(62,72,23)
#313612
(49,54,18)
#24240D
(36,36,13)
#171208
(23,18,8)
#000000
(0,0,0)

Tints of #99C63A

#99C63A
(153,198,58)
#A2CB4B
(162,203,75)
#ABD05C
(171,208,92)
#B4D56D
(180,213,109)
#BDDA7E
(189,218,126)
#C6DF8F
(198,223,143)
#CFE4A0
(207,228,160)
#D8E9B1
(216,233,177)
#E1EEC2
(225,238,194)
#EAF3D3
(234,243,211)
#F3F8E4
(243,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C63A; }

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

This text font color is #99C63A.


Background Color

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

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

This div background color is #99C63A.


Border color

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

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

This div border color is #99C63A.


Opacity

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

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

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

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

This text has shadow with #99C63A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C63A on black background.


Color preview on white background

This text has color #99C63A on white background.



Black color preview on #99C63A background

This text has black color on #99C63A background.


White color preview on #99C63A background

This text has white color on #99C63A background.