COLOR #99C295

HEX: #99C295 RGB: (153,194,149)

Color info

#99C295 contains red, green and blue colors in about the same proportion. Web safe color of #99C295 is #99CC99 (or #9C9).

RGB color model

#99C295 color RGB value is (153,194,149).

RGB: (153,194,149) (60%, 76%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 194 of 255 = 76%
B 149 of 255 = 58%

153
194
149

R + G + B ~ 65%. #99C295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 194 + 149 = 496 (100%)
R 153 of 496 ~ 30.85%
G 194 of 496 ~ 39.11%
B 149 of 496 ~ 30.04'%

%30.85
%39.11
%30.04

CMYK color model

#99C295 color CMYK value is (21,0,23,24).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK: (21,0,23,24) C21M0Y23K24 (21%,0%,23%,24%) (0.21/0.00/0.23/0.24) 

CMYK percentages

%21.13
%0
%23.2
%23.92

Codes

Color #99C295 in popluar color models

99 C2 95
RGB 153 194 149
HSL 115° 26.95% 67.25%
HSB/HSV 115° 23.20% 76.08%
CMYK 21.13% 0.00% 23.20%
23.92%

Color #99C295 in popluar number systems.

HEX 99 C2 95
Decimal 153 194 149
Binary 10011001 11000010 10010101
Octal 231 302 225

Shades and tints

Shades of #99C295

#99C295
(153,194,149)
#8CB188
(140,177,136)
#7FA07B
(127,160,123)
#728F6E
(114,143,110)
#657E61
(101,126,97)
#586D54
(88,109,84)
#4B5C47
(75,92,71)
#3E4B3A
(62,75,58)
#313A2D
(49,58,45)
#242920
(36,41,32)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #99C295

#99C295
(153,194,149)
#A2C79E
(162,199,158)
#ABCCA7
(171,204,167)
#B4D1B0
(180,209,176)
#BDD6B9
(189,214,185)
#C6DBC2
(198,219,194)
#CFE0CB
(207,224,203)
#D8E5D4
(216,229,212)
#E1EADD
(225,234,221)
#EAEFE6
(234,239,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99C295 color. Also use rgb(153,194,149) instead hex code.

Text Font Color

.myTextColor { color: #99C295; }

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

This text font color is #99C295.

Background Color

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

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

This div background color is #99C295.

Border color

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

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

This div border color is #99C295.

Opacity

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

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

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

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

This text has shadow with #99C295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C295.

Preview

Color preview on black background

This text has color #99C295 on black background.


Color preview on white background

This text has color #99C295 on white background.


Black color preview on #99C295 background

This text has black color on #99C295 background.


White color preview on #99C295 background

This text has white color on #99C295 background.


Related colors

Complementary color

Complementary color for #hex is #663D6A.


I love getcolorcode.com

Triadic colors

1 #9599C2 and #C29599 with #99C295 are triadic colors.

2 #95C299 and #C29995 with #99C295 are triadic colors.