COLOR #099F55

HEX: #099F55 RGB: (9,159,85)

Color info

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

RGB color model

#099F55 color RGB value is (9,159,85).

RGB: (9,159,85) (4%, 62%, 33%)

RGB channels and saturation

R 9 of 255 = 4%
G 159 of 255 = 62%
B 85 of 255 = 33%

9
159
85

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

Portions of RGB colors in percentages

R + G + B = 9 + 159 + 85 = 253 (100%)
R 9 of 253 ~ 3.56%
G 159 of 253 ~ 62.85%
B 85 of 253 ~ 33.6'%

%62.85
%33.6

CMYK color model

#099F55 color CMYK value is (94,0,47,38).

  • cyan value is 94.34%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 37.65%

CMYK: (94,0,47,38)
C94M0Y47K38 (94%, 0%, 47%, 38%)
(0.94 / 0.00 / 0.47 / 0.38)

CMYK percentages

%94.34
%0
%46.54
%37.65

Codes

Color #099F55 in popluar color models

09 9F 55
RGB 9 159 85
HSL 150° 89.29% 32.94%
HSB/HSV 150° 94.34% 62.35%
CMYK 94.34% 0.00% 46.54%
37.65%

Color #099F55 in popluar number systems.

HEX 09 9F 55
Decimal 9 159 85
Binary 1001 10011111 1010101
Octal 11 237 125

Shades and tints

Shades of #099F55

#099F55
(9,159,85)
#09914E
(9,145,78)
#098347
(9,131,71)
#097540
(9,117,64)
#096739
(9,103,57)
#095932
(9,89,50)
#094B2B
(9,75,43)
#093D24
(9,61,36)
#092F1D
(9,47,29)
#092116
(9,33,22)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #099F55

#099F55
(9,159,85)
#1FA764
(31,167,100)
#35AF73
(53,175,115)
#4BB782
(75,183,130)
#61BF91
(97,191,145)
#77C7A0
(119,199,160)
#8DCFAF
(141,207,175)
#A3D7BE
(163,215,190)
#B9DFCD
(185,223,205)
#CFE7DC
(207,231,220)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099F55 color. Also use rgb(9,159,85) instead hex code.

Text Font Color

.myTextColor { color: #099F55; }

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

This text font color is #099F55.

Background Color

.myBgColor { background-color: #099F55; }

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

This div background color is #099F55.

Border color

.myBorderColor { border: 1px solid #099F55; }

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

This div border color is #099F55.

Opacity

.myOpacity80 { color: #099F55; opacity: 0.8; }

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

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

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

This text has shadow with #099F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #099F55.

Preview

Color preview on black background

This text has color #099F55 on black background.


Color preview on white background

This text has color #099F55 on white background.


Black color preview on #099F55 background

This text has black color on #099F55 background.


White color preview on #099F55 background

This text has white color on #099F55 background.


Related colors

Complementary color

Complementary color for #hex is #F660AA.


I love getcolorcode.com

Triadic colors

1 #55099F and #9F5509 with #099F55 are triadic colors.

2 #559F09 and #9F0955 with #099F55 are triadic colors.