COLOR #91D398

HEX: #91D398 RGB: (145,211,152)

Color info

#91D398 contains mainly green and blue colors. Web safe color of #91D398 is #99CC99 (or #9C9).

RGB color model

#91D398 color RGB value is (145,211,152).

RGB: (145,211,152) (57%, 83%, 60%)

RGB channels and saturation

R 145 of 255 = 57%
G 211 of 255 = 83%
B 152 of 255 = 60%

145
211
152

R + G + B ~ 67%. #91D398 is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 211 + 152 = 508 (100%)
R 145 of 508 ~ 28.54%
G 211 of 508 ~ 41.54%
B 152 of 508 ~ 29.92'%

%28.54
%41.54
%29.92

CMYK color model

#91D398 color CMYK value is (31,0,28,17).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 27.96%
  • key color value is 17.25%

CMYK: (31,0,28,17)
C31M0Y28K17 (31%, 0%, 28%, 17%)
(0.31 / 0.00 / 0.28 / 0.17)

CMYK percentages

%31.28
%0
%27.96
%17.25

Codes

Color #91D398 in popluar color models

91 D3 98
RGB 145 211 152
HSL 126° 42.86% 69.80%
HSB/HSV 126° 31.28% 82.75%
CMYK 31.28% 0.00% 27.96%
17.25%

Color #91D398 in popluar number systems.

HEX 91 D3 98
Decimal 145 211 152
Binary 10010001 11010011 10011000
Octal 221 323 230

Shades and tints

Shades of #91D398

#91D398
(145,211,152)
#84C08B
(132,192,139)
#77AD7E
(119,173,126)
#6A9A71
(106,154,113)
#5D8764
(93,135,100)
#507457
(80,116,87)
#43614A
(67,97,74)
#364E3D
(54,78,61)
#293B30
(41,59,48)
#1C2823
(28,40,35)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #91D398

#91D398
(145,211,152)
#9BD7A1
(155,215,161)
#A5DBAA
(165,219,170)
#AFDFB3
(175,223,179)
#B9E3BC
(185,227,188)
#C3E7C5
(195,231,197)
#CDEBCE
(205,235,206)
#D7EFD7
(215,239,215)
#E1F3E0
(225,243,224)
#EBF7E9
(235,247,233)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D398 color. Also use rgb(145,211,152) instead hex code.

Text Font Color

.myTextColor { color: #91D398; }

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

This text font color is #91D398.

Background Color

.myBgColor { background-color: #91D398; }

<div style="background-color:#91D398">Inner text</div>

This div background color is #91D398.

Border color

.myBorderColor { border: 1px solid #91D398; }

<div style="border:3px solid #91D398">Div</div>

This div border color is #91D398.

Opacity

.myOpacity80 { color: #91D398; opacity: 0.8; }

<p style="color:#91D398;opacity:0.8;">80%</p>

Text with #91D398 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 #91D398;}

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

This text has shadow with #91D398 color.


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

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

This text has shadow with #91D398 primary color and red secondary color.


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

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

This text has shadow with #91D398 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #91D398.

Preview

Color preview on black background

This text has color #91D398 on black background.


Color preview on white background

This text has color #91D398 on white background.


Black color preview on #91D398 background

This text has black color on #91D398 background.


White color preview on #91D398 background

This text has white color on #91D398 background.


Related colors

Complementary color

Complementary color for #hex is #6E2C67.


I love getcolorcode.com

Triadic colors

1 #9891D3 and #D39891 with #91D398 are triadic colors.

2 #98D391 and #D39198 with #91D398 are triadic colors.