COLOR #95FBA9

HEX: #95FBA9
RGB: (149,251,169)

Color info

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

RGB color model

#95FBA9 color RGB value is (149,251,169).

  • red value is 149;
  • green value is 251;
  • blue value is 169.
RGB:
(149,251,169)
(58%,98%,66%)

RGB channels and saturation

R 149 of 255 = 58%
G 251 of 255 = 98%
B 169 of 255 = 66%

149
251
169

R + G + B ~ 74%. #95FBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 251 + 169 = 569 (100%)
R 149 of 569 ~ 26.19%
G 251 of 569 ~ 44.11%
B 169 of 569 ~ 29.7%

%26.19
%44.11
%29.7

CMYK color model

#95FBA9 color CMYK value is (41,0,33,2).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(41,0,33,2)
C41M0Y33K2 
(41%,0%,33%,2%)
(0.41/0.00/0.33/0.02)	

CMYK percentages

%40.64
%0
%32.67
%1.57

Codes

Color #95FBA9 in popluar color models

95FBA9
RGB149251169
HSL132°92.73%78.43%
HSB/HSV132°40.64%98.43%
CMYK40.64%0.00%32.67%
1.57%

Color #95FBA9 in popluar number systems.

HEX95FBA9
Decimal149251169
Binary100101011111101110101001
Octal225373251

Shades and tints

Shades of #95FBA9

#95FBA9
(149,251,169)
#88E59A
(136,229,154)
#7BCF8B
(123,207,139)
#6EB97C
(110,185,124)
#61A36D
(97,163,109)
#548D5E
(84,141,94)
#47774F
(71,119,79)
#3A6140
(58,97,64)
#2D4B31
(45,75,49)
#203522
(32,53,34)
#131F13
(19,31,19)
#000000
(0,0,0)

Tints of #95FBA9

#95FBA9
(149,251,169)
#9EFBB0
(158,251,176)
#A7FBB7
(167,251,183)
#B0FBBE
(176,251,190)
#B9FBC5
(185,251,197)
#C2FBCC
(194,251,204)
#CBFBD3
(203,251,211)
#D4FBDA
(212,251,218)
#DDFBE1
(221,251,225)
#E6FBE8
(230,251,232)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FBA9 color. Also use rgb(149,251,169) instead hex code.

Text Font Color

.myTextColor { color: #95FBA9; }

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

This text font color is #95FBA9.


Background Color

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

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

This div background color is #95FBA9.


Border color

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

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

This div border color is #95FBA9.


Opacity

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

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

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

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

This text has shadow with #95FBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95FBA9 on black background.


Color preview on white background

This text has color #95FBA9 on white background.



Black color preview on #95FBA9 background

This text has black color on #95FBA9 background.


White color preview on #95FBA9 background

This text has white color on #95FBA9 background.