COLOR #189E5B

HEX: #189E5B
RGB: (24,158,91)

Color info

#189E5B contains mainly green color. Web safe color of #189E5B is #009966 (or #096).

RGB color model

#189E5B color RGB value is (24,158,91).

  • red value is 24;
  • green value is 158;
  • blue value is 91.
RGB:
(24,158,91)
(9%,62%,36%)

RGB channels and saturation

R 24 of 255 = 9%
G 158 of 255 = 62%
B 91 of 255 = 36%

24
158
91

R + G + B ~ 36%. #189E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 158 + 91 = 273 (100%)
R 24 of 273 ~ 8.79%
G 158 of 273 ~ 57.88%
B 91 of 273 ~ 33.33%

%57.88
%33.33

CMYK color model

#189E5B color CMYK value is (85,0,42,38).

  • cyan value is 84.81%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%
CMYK:
(85,0,42,38)
C85M0Y42K38 
(85%,0%,42%,38%)
(0.85/0.00/0.42/0.38)	

CMYK percentages

%84.81
%0
%42.41
%38.04

Codes

Color #189E5B in popluar color models

189E5B
RGB2415891
HSL150°73.63%35.69%
HSB/HSV150°84.81%61.96%
CMYK84.81%0.00%42.41%
38.04%

Color #189E5B in popluar number systems.

HEX189E5B
Decimal2415891
Binary11000100111101011011
Octal30236133

Shades and tints

Shades of #189E5B

#189E5B
(24,158,91)
#169053
(22,144,83)
#14824B
(20,130,75)
#127443
(18,116,67)
#10663B
(16,102,59)
#0E5833
(14,88,51)
#0C4A2B
(12,74,43)
#0A3C23
(10,60,35)
#082E1B
(8,46,27)
#062013
(6,32,19)
#04120B
(4,18,11)
#000000
(0,0,0)

Tints of #189E5B

#189E5B
(24,158,91)
#2DA669
(45,166,105)
#42AE77
(66,174,119)
#57B685
(87,182,133)
#6CBE93
(108,190,147)
#81C6A1
(129,198,161)
#96CEAF
(150,206,175)
#ABD6BD
(171,214,189)
#C0DECB
(192,222,203)
#D5E6D9
(213,230,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #189E5B color. Also use rgb(24,158,91) instead hex code.

Text Font Color

.myTextColor { color: #189E5B; }

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

This text font color is #189E5B.


Background Color

.myBgColor { background-color: #189E5B; }

<div style="background-color:#189E5B">Inner text</div>

This div background color is #189E5B.


Border color

.myBorderColor { border: 1px solid #189E5B; }

<div style="border:3px solid #189E5B">Div</div>

This div border color is #189E5B.


Opacity

.myOpacity80 { color: #189E5B; opacity: 0.8; }

<p style="color:#189E5B;opacity:0.8;">80%</p>

Text with #189E5B 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 #189E5B;}

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

This text has shadow with #189E5B color.

.textShadow {text-shadow: 3px 3px 1px #189E5B, 3px 3px 1px red;}

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

This text has shadow with #189E5B primary color and red secondary color.


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

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

This text has shadow with #189E5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #189E5B on black background.


Color preview on white background

This text has color #189E5B on white background.



Black color preview on #189E5B background

This text has black color on #189E5B background.


White color preview on #189E5B background

This text has white color on #189E5B background.