COLOR #95F7A3

HEX: #95F7A3
RGB: (149,247,163)

Color info

#95F7A3 contains mainly green color. Web safe color of #95F7A3 is #99FF99 (or #9F9).

RGB color model

#95F7A3 color RGB value is (149,247,163).

  • red value is 149;
  • green value is 247;
  • blue value is 163.
RGB:
(149,247,163)
(58%,97%,64%)

RGB channels and saturation

R 149 of 255 = 58%
G 247 of 255 = 97%
B 163 of 255 = 64%

149
247
163

R + G + B ~ 73%. #95F7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 247 + 163 = 559 (100%)
R 149 of 559 ~ 26.65%
G 247 of 559 ~ 44.19%
B 163 of 559 ~ 29.16%

%26.65
%44.19
%29.16

CMYK color model

#95F7A3 color CMYK value is (40,0,34,3).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 34.01%
  • key color value is 3.14%
CMYK:
(40,0,34,3)
C40M0Y34K3 
(40%,0%,34%,3%)
(0.40/0.00/0.34/0.03)	

CMYK percentages

%39.68
%0
%34.01
%3.14

Codes

Color #95F7A3 in popluar color models

95F7A3
RGB149247163
HSL129°85.96%77.65%
HSB/HSV129°39.68%96.86%
CMYK39.68%0.00%34.01%
3.14%

Color #95F7A3 in popluar number systems.

HEX95F7A3
Decimal149247163
Binary100101011111011110100011
Octal225367243

Shades and tints

Shades of #95F7A3

#95F7A3
(149,247,163)
#88E195
(136,225,149)
#7BCB87
(123,203,135)
#6EB579
(110,181,121)
#619F6B
(97,159,107)
#54895D
(84,137,93)
#47734F
(71,115,79)
#3A5D41
(58,93,65)
#2D4733
(45,71,51)
#203125
(32,49,37)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #95F7A3

#95F7A3
(149,247,163)
#9EF7AB
(158,247,171)
#A7F7B3
(167,247,179)
#B0F7BB
(176,247,187)
#B9F7C3
(185,247,195)
#C2F7CB
(194,247,203)
#CBF7D3
(203,247,211)
#D4F7DB
(212,247,219)
#DDF7E3
(221,247,227)
#E6F7EB
(230,247,235)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F7A3 color. Also use rgb(149,247,163) instead hex code.

Text Font Color

.myTextColor { color: #95F7A3; }

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

This text font color is #95F7A3.


Background Color

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

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

This div background color is #95F7A3.


Border color

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

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

This div border color is #95F7A3.


Opacity

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

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

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

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

This text has shadow with #95F7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95F7A3 on black background.


Color preview on white background

This text has color #95F7A3 on white background.



Black color preview on #95F7A3 background

This text has black color on #95F7A3 background.


White color preview on #95F7A3 background

This text has white color on #95F7A3 background.