COLOR #9EE585

HEX: #9EE585 RGB: (158,229,133)

Color info

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

RGB color model

#9EE585 color RGB value is (158,229,133).

RGB: (158,229,133) (62%, 90%, 52%)

RGB channels and saturation

R 158 of 255 = 62%
G 229 of 255 = 90%
B 133 of 255 = 52%

158
229
133

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

Portions of RGB colors in percentages

R + G + B = 158 + 229 + 133 = 520 (100%)
R 158 of 520 ~ 30.38%
G 229 of 520 ~ 44.04%
B 133 of 520 ~ 25.58'%

%30.38
%44.04
%25.58

CMYK color model

#9EE585 color CMYK value is (31,0,42,10).

  • cyan value is 31.00%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 10.20%

CMYK: (31,0,42,10)
C31M0Y42K10 (31%, 0%, 42%, 10%)
(0.31 / 0.00 / 0.42 / 0.10)

CMYK percentages

%31
%0
%41.92
%10.2

Codes

Color #9EE585 in popluar color models

9E E5 85
RGB 158 229 133
HSL 104° 64.86% 70.98%
HSB/HSV 104° 41.92% 89.80%
CMYK 31.00% 0.00% 41.92%
10.20%

Color #9EE585 in popluar number systems.

HEX 9E E5 85
Decimal 158 229 133
Binary 10011110 11100101 10000101
Octal 236 345 205

Shades and tints

Shades of #9EE585

#9EE585
(158,229,133)
#90D179
(144,209,121)
#82BD6D
(130,189,109)
#74A961
(116,169,97)
#669555
(102,149,85)
#588149
(88,129,73)
#4A6D3D
(74,109,61)
#3C5931
(60,89,49)
#2E4525
(46,69,37)
#203119
(32,49,25)
#121D0D
(18,29,13)
#000000
(0,0,0)

Tints of #9EE585

#9EE585
(158,229,133)
#A6E790
(166,231,144)
#AEE99B
(174,233,155)
#B6EBA6
(182,235,166)
#BEEDB1
(190,237,177)
#C6EFBC
(198,239,188)
#CEF1C7
(206,241,199)
#D6F3D2
(214,243,210)
#DEF5DD
(222,245,221)
#E6F7E8
(230,247,232)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EE585 color. Also use rgb(158,229,133) instead hex code.

Text Font Color

.myTextColor { color: #9EE585; }

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

This text font color is #9EE585.

Background Color

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

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

This div background color is #9EE585.

Border color

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

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

This div border color is #9EE585.

Opacity

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

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

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

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

This text has shadow with #9EE585 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EE585.

Preview

Color preview on black background

This text has color #9EE585 on black background.


Color preview on white background

This text has color #9EE585 on white background.


Black color preview on #9EE585 background

This text has black color on #9EE585 background.


White color preview on #9EE585 background

This text has white color on #9EE585 background.


Related colors

Complementary color

Complementary color for #hex is #611A7A.


I love getcolorcode.com

Triadic colors

1 #859EE5 and #E5859E with #9EE585 are triadic colors.

2 #85E59E and #E59E85 with #9EE585 are triadic colors.