COLOR #9ED599

HEX: #9ED599
RGB: (158,213,153)

Color info

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

RGB color model

#9ED599 color RGB value is (158,213,153).

  • red value is 158;
  • green value is 213;
  • blue value is 153.
RGB:
(158,213,153)
(62%,84%,60%)

RGB channels and saturation

R 158 of 255 = 62%
G 213 of 255 = 84%
B 153 of 255 = 60%

158
213
153

R + G + B ~ 69%. #9ED599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 213 + 153 = 524 (100%)
R 158 of 524 ~ 30.15%
G 213 of 524 ~ 40.65%
B 153 of 524 ~ 29.2%

%30.15
%40.65
%29.2

CMYK color model

#9ED599 color CMYK value is (26,0,28,16).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(26,0,28,16)
C26M0Y28K16 
(26%,0%,28%,16%)
(0.26/0.00/0.28/0.16)	

CMYK percentages

%25.82
%0
%28.17
%16.47

Codes

Color #9ED599 in popluar color models

9ED599
RGB158213153
HSL115°41.67%71.76%
HSB/HSV115°28.17%83.53%
CMYK25.82%0.00%28.17%
16.47%

Color #9ED599 in popluar number systems.

HEX9ED599
Decimal158213153
Binary100111101101010110011001
Octal236325231

Shades and tints

Shades of #9ED599

#9ED599
(158,213,153)
#90C28C
(144,194,140)
#82AF7F
(130,175,127)
#749C72
(116,156,114)
#668965
(102,137,101)
#587658
(88,118,88)
#4A634B
(74,99,75)
#3C503E
(60,80,62)
#2E3D31
(46,61,49)
#202A24
(32,42,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #9ED599

#9ED599
(158,213,153)
#A6D8A2
(166,216,162)
#AEDBAB
(174,219,171)
#B6DEB4
(182,222,180)
#BEE1BD
(190,225,189)
#C6E4C6
(198,228,198)
#CEE7CF
(206,231,207)
#D6EAD8
(214,234,216)
#DEEDE1
(222,237,225)
#E6F0EA
(230,240,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED599 color. Also use rgb(158,213,153) instead hex code.

Text Font Color

.myTextColor { color: #9ED599; }

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

This text font color is #9ED599.


Background Color

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

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

This div background color is #9ED599.


Border color

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

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

This div border color is #9ED599.


Opacity

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

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

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

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

This text has shadow with #9ED599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ED599 on black background.


Color preview on white background

This text has color #9ED599 on white background.



Black color preview on #9ED599 background

This text has black color on #9ED599 background.


White color preview on #9ED599 background

This text has white color on #9ED599 background.