COLOR #95D18E

HEX: #95D18E
RGB: (149,209,142)

Color info

#95D18E contains mainly green color. Web safe color of #95D18E is #99CC99 (or #9C9).

RGB color model

#95D18E color RGB value is (149,209,142).

  • red value is 149;
  • green value is 209;
  • blue value is 142.
RGB:
(149,209,142)
(58%,82%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 209 of 255 = 82%
B 142 of 255 = 56%

149
209
142

R + G + B ~ 65%. #95D18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 209 + 142 = 500 (100%)
R 149 of 500 ~ 29.8%
G 209 of 500 ~ 41.8%
B 142 of 500 ~ 28.4%

%29.8
%41.8
%28.4

CMYK color model

#95D18E color CMYK value is (29,0,32,18).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(29,0,32,18)
C29M0Y32K18 
(29%,0%,32%,18%)
(0.29/0.00/0.32/0.18)	

CMYK percentages

%28.71
%0
%32.06
%18.04

Codes

Color #95D18E in popluar color models

95D18E
RGB149209142
HSL114°42.14%68.82%
HSB/HSV114°32.06%81.96%
CMYK28.71%0.00%32.06%
18.04%

Color #95D18E in popluar number systems.

HEX95D18E
Decimal149209142
Binary100101011101000110001110
Octal225321216

Shades and tints

Shades of #95D18E

#95D18E
(149,209,142)
#88BE82
(136,190,130)
#7BAB76
(123,171,118)
#6E986A
(110,152,106)
#61855E
(97,133,94)
#547252
(84,114,82)
#475F46
(71,95,70)
#3A4C3A
(58,76,58)
#2D392E
(45,57,46)
#202622
(32,38,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #95D18E

#95D18E
(149,209,142)
#9ED598
(158,213,152)
#A7D9A2
(167,217,162)
#B0DDAC
(176,221,172)
#B9E1B6
(185,225,182)
#C2E5C0
(194,229,192)
#CBE9CA
(203,233,202)
#D4EDD4
(212,237,212)
#DDF1DE
(221,241,222)
#E6F5E8
(230,245,232)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D18E color. Also use rgb(149,209,142) instead hex code.

Text Font Color

.myTextColor { color: #95D18E; }

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

This text font color is #95D18E.


Background Color

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

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

This div background color is #95D18E.


Border color

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

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

This div border color is #95D18E.


Opacity

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

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

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

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

This text has shadow with #95D18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D18E on black background.


Color preview on white background

This text has color #95D18E on white background.



Black color preview on #95D18E background

This text has black color on #95D18E background.


White color preview on #95D18E background

This text has white color on #95D18E background.