COLOR #9ED695

HEX: #9ED695
RGB: (158,214,149)

Color info

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

RGB color model

#9ED695 color RGB value is (158,214,149).

  • red value is 158;
  • green value is 214;
  • blue value is 149.
RGB:
(158,214,149)
(62%,84%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 214 of 255 = 84%
B 149 of 255 = 58%

158
214
149

R + G + B ~ 68%. #9ED695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 214 + 149 = 521 (100%)
R 158 of 521 ~ 30.33%
G 214 of 521 ~ 41.07%
B 149 of 521 ~ 28.6%

%30.33
%41.07
%28.6

CMYK color model

#9ED695 color CMYK value is (26,0,30,16).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(26,0,30,16)
C26M0Y30K16 
(26%,0%,30%,16%)
(0.26/0.00/0.30/0.16)	

CMYK percentages

%26.17
%0
%30.37
%16.08

Codes

Color #9ED695 in popluar color models

9ED695
RGB158214149
HSL112°44.22%71.18%
HSB/HSV112°30.37%83.92%
CMYK26.17%0.00%30.37%
16.08%

Color #9ED695 in popluar number systems.

HEX9ED695
Decimal158214149
Binary100111101101011010010101
Octal236326225

Shades and tints

Shades of #9ED695

#9ED695
(158,214,149)
#90C388
(144,195,136)
#82B07B
(130,176,123)
#749D6E
(116,157,110)
#668A61
(102,138,97)
#587754
(88,119,84)
#4A6447
(74,100,71)
#3C513A
(60,81,58)
#2E3E2D
(46,62,45)
#202B20
(32,43,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #9ED695

#9ED695
(158,214,149)
#A6D99E
(166,217,158)
#AEDCA7
(174,220,167)
#B6DFB0
(182,223,176)
#BEE2B9
(190,226,185)
#C6E5C2
(198,229,194)
#CEE8CB
(206,232,203)
#D6EBD4
(214,235,212)
#DEEEDD
(222,238,221)
#E6F1E6
(230,241,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED695 color. Also use rgb(158,214,149) instead hex code.

Text Font Color

.myTextColor { color: #9ED695; }

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

This text font color is #9ED695.


Background Color

.myBgColor { background-color: #9ED695; }

<div style="background-color:#9ED695">Inner text</div>

This div background color is #9ED695.


Border color

.myBorderColor { border: 1px solid #9ED695; }

<div style="border:3px solid #9ED695">Div</div>

This div border color is #9ED695.


Opacity

.myOpacity80 { color: #9ED695; opacity: 0.8; }

<p style="color:#9ED695;opacity:0.8;">80%</p>

Text with #9ED695 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 #9ED695;}

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

This text has shadow with #9ED695 color.

.textShadow {text-shadow: 3px 3px 1px #9ED695, 3px 3px 1px red;}

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

This text has shadow with #9ED695 primary color and red secondary color.


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

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

This text has shadow with #9ED695 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED695 on black background.


Color preview on white background

This text has color #9ED695 on white background.



Black color preview on #9ED695 background

This text has black color on #9ED695 background.


White color preview on #9ED695 background

This text has white color on #9ED695 background.