COLOR #95E09A

HEX: #95E09A
RGB: (149,224,154)

Color info

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

RGB color model

#95E09A color RGB value is (149,224,154).

  • red value is 149;
  • green value is 224;
  • blue value is 154.
RGB:
(149,224,154)
(58%,88%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 224 of 255 = 88%
B 154 of 255 = 60%

149
224
154

R + G + B ~ 69%. #95E09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 224 + 154 = 527 (100%)
R 149 of 527 ~ 28.27%
G 224 of 527 ~ 42.5%
B 154 of 527 ~ 29.22%

%28.27
%42.5
%29.22

CMYK color model

#95E09A color CMYK value is (33,0,31,12).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 12.16%
CMYK:
(33,0,31,12)
C33M0Y31K12 
(33%,0%,31%,12%)
(0.33/0.00/0.31/0.12)	

CMYK percentages

%33.48
%0
%31.25
%12.16

Codes

Color #95E09A in popluar color models

95E09A
RGB149224154
HSL124°54.74%73.14%
HSB/HSV124°33.48%87.84%
CMYK33.48%0.00%31.25%
12.16%

Color #95E09A in popluar number systems.

HEX95E09A
Decimal149224154
Binary100101011110000010011010
Octal225340232

Shades and tints

Shades of #95E09A

#95E09A
(149,224,154)
#88CC8C
(136,204,140)
#7BB87E
(123,184,126)
#6EA470
(110,164,112)
#619062
(97,144,98)
#547C54
(84,124,84)
#476846
(71,104,70)
#3A5438
(58,84,56)
#2D402A
(45,64,42)
#202C1C
(32,44,28)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #95E09A

#95E09A
(149,224,154)
#9EE2A3
(158,226,163)
#A7E4AC
(167,228,172)
#B0E6B5
(176,230,181)
#B9E8BE
(185,232,190)
#C2EAC7
(194,234,199)
#CBECD0
(203,236,208)
#D4EED9
(212,238,217)
#DDF0E2
(221,240,226)
#E6F2EB
(230,242,235)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E09A color. Also use rgb(149,224,154) instead hex code.

Text Font Color

.myTextColor { color: #95E09A; }

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

This text font color is #95E09A.


Background Color

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

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

This div background color is #95E09A.


Border color

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

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

This div border color is #95E09A.


Opacity

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

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

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

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

This text has shadow with #95E09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E09A on black background.


Color preview on white background

This text has color #95E09A on white background.



Black color preview on #95E09A background

This text has black color on #95E09A background.


White color preview on #95E09A background

This text has white color on #95E09A background.