COLOR #119955

HEX: #119955
RGB: (17,153,85)

Color info

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

RGB color model

#119955 color RGB value is (17,153,85).

  • red value is 17;
  • green value is 153;
  • blue value is 85.
RGB:
(17,153,85)
(7%,60%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 153 of 255 = 60%
B 85 of 255 = 33%

17
153
85

R + G + B ~ 33%. #119955 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 153 + 85 = 255 (100%)
R 17 of 255 ~ 6.67%
G 153 of 255 ~ 60%
B 85 of 255 ~ 33.33%

%60
%33.33

CMYK color model

#119955 color CMYK value is (89,0,44,40).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 40.00%
CMYK:
(89,0,44,40)
C89M0Y44K40 
(89%,0%,44%,40%)
(0.89/0.00/0.44/0.40)	

CMYK percentages

%88.89
%0
%44.44
%40

Codes

Color #119955 in popluar color models

119955
RGB1715385
HSL150°80.00%33.33%
HSB/HSV150°88.89%60.00%
CMYK88.89%0.00%44.44%
40.00%

Color #119955 in popluar number systems.

HEX119955
Decimal1715385
Binary10001100110011010101
Octal21231125

Shades and tints

Shades of #119955

#119955
(17,153,85)
#108C4E
(16,140,78)
#0F7F47
(15,127,71)
#0E7240
(14,114,64)
#0D6539
(13,101,57)
#0C5832
(12,88,50)
#0B4B2B
(11,75,43)
#0A3E24
(10,62,36)
#09311D
(9,49,29)
#082416
(8,36,22)
#07170F
(7,23,15)
#000000
(0,0,0)

Tints of #119955

#119955
(17,153,85)
#26A264
(38,162,100)
#3BAB73
(59,171,115)
#50B482
(80,180,130)
#65BD91
(101,189,145)
#7AC6A0
(122,198,160)
#8FCFAF
(143,207,175)
#A4D8BE
(164,216,190)
#B9E1CD
(185,225,205)
#CEEADC
(206,234,220)
#E3F3EB
(227,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #119955 color. Also use rgb(17,153,85) instead hex code.

Text Font Color

.myTextColor { color: #119955; }

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

This text font color is #119955.


Background Color

.myBgColor { background-color: #119955; }

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

This div background color is #119955.


Border color

.myBorderColor { border: 1px solid #119955; }

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

This div border color is #119955.


Opacity

.myOpacity80 { color: #119955; opacity: 0.8; }

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

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

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

This text has shadow with #119955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #119955 on black background.


Color preview on white background

This text has color #119955 on white background.



Black color preview on #119955 background

This text has black color on #119955 background.


White color preview on #119955 background

This text has white color on #119955 background.