COLOR #9FEDA1

HEX: #9FEDA1 RGB: (159,237,161)

Color info

#9FEDA1 contains mainly green color. Web safe color of #9FEDA1 is #99FF99 (or #9F9).

RGB color model

#9FEDA1 color RGB value is (159,237,161).

RGB: (159,237,161) (62%, 93%, 63%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 161 of 255 = 63%

159
237
161

R + G + B ~ 73%. #9FEDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 237 + 161 = 557 (100%)
R 159 of 557 ~ 28.55%
G 237 of 557 ~ 42.55%
B 161 of 557 ~ 28.9'%

%28.55
%42.55
%28.9

CMYK color model

#9FEDA1 color CMYK value is (33,0,32,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 32.07%
  • key color value is 7.06%

CMYK: (33,0,32,7)
C33M0Y32K7 (33%, 0%, 32%, 7%)
(0.33 / 0.00 / 0.32 / 0.07)

CMYK percentages

%32.91
%0
%32.07
%7.06

Codes

Color #9FEDA1 in popluar color models

9F ED A1
RGB 159 237 161
HSL 122° 68.42% 77.65%
HSB/HSV 122° 32.91% 92.94%
CMYK 32.91% 0.00% 32.07%
7.06%

Color #9FEDA1 in popluar number systems.

HEX 9F ED A1
Decimal 159 237 161
Binary 10011111 11101101 10100001
Octal 237 355 241

Shades and tints

Shades of #9FEDA1

#9FEDA1
(159,237,161)
#91D893
(145,216,147)
#83C385
(131,195,133)
#75AE77
(117,174,119)
#679969
(103,153,105)
#59845B
(89,132,91)
#4B6F4D
(75,111,77)
#3D5A3F
(61,90,63)
#2F4531
(47,69,49)
#213023
(33,48,35)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #9FEDA1

#9FEDA1
(159,237,161)
#A7EEA9
(167,238,169)
#AFEFB1
(175,239,177)
#B7F0B9
(183,240,185)
#BFF1C1
(191,241,193)
#C7F2C9
(199,242,201)
#CFF3D1
(207,243,209)
#D7F4D9
(215,244,217)
#DFF5E1
(223,245,225)
#E7F6E9
(231,246,233)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEDA1 color. Also use rgb(159,237,161) instead hex code.

Text Font Color

.myTextColor { color: #9FEDA1; }

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

This text font color is #9FEDA1.

Background Color

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

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

This div background color is #9FEDA1.

Border color

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

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

This div border color is #9FEDA1.

Opacity

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

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

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

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

This text has shadow with #9FEDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FEDA1.

Preview

Color preview on black background

This text has color #9FEDA1 on black background.


Color preview on white background

This text has color #9FEDA1 on white background.


Black color preview on #9FEDA1 background

This text has black color on #9FEDA1 background.


White color preview on #9FEDA1 background

This text has white color on #9FEDA1 background.


Related colors

Complementary color

Complementary color for #hex is #60125E.


I love getcolorcode.com

Triadic colors

1 #A19FED and #EDA19F with #9FEDA1 are triadic colors.

2 #A1ED9F and #ED9FA1 with #9FEDA1 are triadic colors.