COLOR #95C093

HEX: #95C093
RGB: (149,192,147)

Color info

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

RGB color model

#95C093 color RGB value is (149,192,147).

  • red value is 149;
  • green value is 192;
  • blue value is 147.
RGB:
(149,192,147)
(58%,75%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 147 of 255 = 58%

149
192
147

R + G + B ~ 64%. #95C093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 192 + 147 = 488 (100%)
R 149 of 488 ~ 30.53%
G 192 of 488 ~ 39.34%
B 147 of 488 ~ 30.12%

%30.53
%39.34
%30.12

CMYK color model

#95C093 color CMYK value is (22,0,23,25).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 24.71%
CMYK:
(22,0,23,25)
C22M0Y23K25 
(22%,0%,23%,25%)
(0.22/0.00/0.23/0.25)	

CMYK percentages

%22.4
%0
%23.44
%24.71

Codes

Color #95C093 in popluar color models

95C093
RGB149192147
HSL117°26.32%66.47%
HSB/HSV117°23.44%75.29%
CMYK22.40%0.00%23.44%
24.71%

Color #95C093 in popluar number systems.

HEX95C093
Decimal149192147
Binary100101011100000010010011
Octal225300223

Shades and tints

Shades of #95C093

#95C093
(149,192,147)
#88AF86
(136,175,134)
#7B9E79
(123,158,121)
#6E8D6C
(110,141,108)
#617C5F
(97,124,95)
#546B52
(84,107,82)
#475A45
(71,90,69)
#3A4938
(58,73,56)
#2D382B
(45,56,43)
#20271E
(32,39,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #95C093

#95C093
(149,192,147)
#9EC59C
(158,197,156)
#A7CAA5
(167,202,165)
#B0CFAE
(176,207,174)
#B9D4B7
(185,212,183)
#C2D9C0
(194,217,192)
#CBDEC9
(203,222,201)
#D4E3D2
(212,227,210)
#DDE8DB
(221,232,219)
#E6EDE4
(230,237,228)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C093 color. Also use rgb(149,192,147) instead hex code.

Text Font Color

.myTextColor { color: #95C093; }

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

This text font color is #95C093.


Background Color

.myBgColor { background-color: #95C093; }

<div style="background-color:#95C093">Inner text</div>

This div background color is #95C093.


Border color

.myBorderColor { border: 1px solid #95C093; }

<div style="border:3px solid #95C093">Div</div>

This div border color is #95C093.


Opacity

.myOpacity80 { color: #95C093; opacity: 0.8; }

<p style="color:#95C093;opacity:0.8;">80%</p>

Text with #95C093 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 #95C093;}

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

This text has shadow with #95C093 color.

.textShadow {text-shadow: 3px 3px 1px #95C093, 3px 3px 1px red;}

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

This text has shadow with #95C093 primary color and red secondary color.


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

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

This text has shadow with #95C093 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C093 on black background.


Color preview on white background

This text has color #95C093 on white background.



Black color preview on #95C093 background

This text has black color on #95C093 background.


White color preview on #95C093 background

This text has white color on #95C093 background.