COLOR #95C09A

HEX: #95C09A
RGB: (149,192,154)

Color info

#95C09A contains red, green and blue colors in about the same proportion. Web safe color of #95C09A is #99CC99 (or #9C9).

RGB color model

#95C09A color RGB value is (149,192,154).

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

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 154 of 255 = 60%

149
192
154

R + G + B ~ 64%. #95C09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 192 + 154 = 495 (100%)
R 149 of 495 ~ 30.1%
G 192 of 495 ~ 38.79%
B 154 of 495 ~ 31.11%

%30.1
%38.79
%31.11

CMYK color model

#95C09A color CMYK value is (22,0,20,25).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 24.71%
CMYK:
(22,0,20,25)
C22M0Y20K25 
(22%,0%,20%,25%)
(0.22/0.00/0.20/0.25)	

CMYK percentages

%22.4
%0
%19.79
%24.71

Codes

Color #95C09A in popluar color models

95C09A
RGB149192154
HSL127°25.44%66.86%
HSB/HSV127°22.40%75.29%
CMYK22.40%0.00%19.79%
24.71%

Color #95C09A in popluar number systems.

HEX95C09A
Decimal149192154
Binary100101011100000010011010
Octal225300232

Shades and tints

Shades of #95C09A

#95C09A
(149,192,154)
#88AF8C
(136,175,140)
#7B9E7E
(123,158,126)
#6E8D70
(110,141,112)
#617C62
(97,124,98)
#546B54
(84,107,84)
#475A46
(71,90,70)
#3A4938
(58,73,56)
#2D382A
(45,56,42)
#20271C
(32,39,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #95C09A

#95C09A
(149,192,154)
#9EC5A3
(158,197,163)
#A7CAAC
(167,202,172)
#B0CFB5
(176,207,181)
#B9D4BE
(185,212,190)
#C2D9C7
(194,217,199)
#CBDED0
(203,222,208)
#D4E3D9
(212,227,217)
#DDE8E2
(221,232,226)
#E6EDEB
(230,237,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95C09A; }

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

This text font color is #95C09A.


Background Color

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

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

This div background color is #95C09A.


Border color

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

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

This div border color is #95C09A.


Opacity

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

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

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

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

This text has shadow with #95C09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C09A on black background.


Color preview on white background

This text has color #95C09A on white background.



Black color preview on #95C09A background

This text has black color on #95C09A background.


White color preview on #95C09A background

This text has white color on #95C09A background.