COLOR #95CE90

HEX: #95CE90
RGB: (149,206,144)

Color info

#95CE90 contains mainly red and green colors. Web safe color of #95CE90 is #99CC99 (or #9C9).

RGB color model

#95CE90 color RGB value is (149,206,144).

  • red value is 149;
  • green value is 206;
  • blue value is 144.
RGB:
(149,206,144)
(58%,81%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 206 of 255 = 81%
B 144 of 255 = 56%

149
206
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 206 + 144 = 499 (100%)
R 149 of 499 ~ 29.86%
G 206 of 499 ~ 41.28%
B 144 of 499 ~ 28.86%

%29.86
%41.28
%28.86

CMYK color model

#95CE90 color CMYK value is (28,0,30,19).

  • cyan value is 27.67%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • key color value is 19.22%
CMYK:
(28,0,30,19)
C28M0Y30K19 
(28%,0%,30%,19%)
(0.28/0.00/0.30/0.19)	

CMYK percentages

%27.67
%0
%30.1
%19.22

Codes

Color #95CE90 in popluar color models

95CE90
RGB149206144
HSL115°38.75%68.63%
HSB/HSV115°30.10%80.78%
CMYK27.67%0.00%30.10%
19.22%

Color #95CE90 in popluar number systems.

HEX95CE90
Decimal149206144
Binary100101011100111010010000
Octal225316220

Shades and tints

Shades of #95CE90

#95CE90
(149,206,144)
#88BC83
(136,188,131)
#7BAA76
(123,170,118)
#6E9869
(110,152,105)
#61865C
(97,134,92)
#54744F
(84,116,79)
#476242
(71,98,66)
#3A5035
(58,80,53)
#2D3E28
(45,62,40)
#202C1B
(32,44,27)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #95CE90

#95CE90
(149,206,144)
#9ED29A
(158,210,154)
#A7D6A4
(167,214,164)
#B0DAAE
(176,218,174)
#B9DEB8
(185,222,184)
#C2E2C2
(194,226,194)
#CBE6CC
(203,230,204)
#D4EAD6
(212,234,214)
#DDEEE0
(221,238,224)
#E6F2EA
(230,242,234)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CE90 color. Also use rgb(149,206,144) instead hex code.

Text Font Color

.myTextColor { color: #95CE90; }

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

This text font color is #95CE90.


Background Color

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

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

This div background color is #95CE90.


Border color

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

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

This div border color is #95CE90.


Opacity

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

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

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

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

This text has shadow with #95CE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CE90 on black background.


Color preview on white background

This text has color #95CE90 on white background.



Black color preview on #95CE90 background

This text has black color on #95CE90 background.


White color preview on #95CE90 background

This text has white color on #95CE90 background.