COLOR #009150

HEX: #009150
RGB: (0,145,80)

Color info

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

RGB color model

#009150 color RGB value is (0,145,80).

  • red value is 0;
  • green value is 145;
  • blue value is 80.
RGB:
(0,145,80)
(0%,57%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 145 of 255 = 57%
B 80 of 255 = 31%

0
145
80

R + G + B ~ 29%. #009150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 145 + 80 = 225 (100%)
R 0 of 225 ~ 0%
G 145 of 225 ~ 64.44%
B 80 of 225 ~ 35.56%

%64.44
%35.56

CMYK color model

#009150 color CMYK value is (100,0,45,43).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 43.14%
CMYK:
(100,0,45,43)
C100M0Y45K43 
(100%,0%,45%,43%)
(1.00/0.00/0.45/0.43)	

CMYK percentages

%100
%0
%44.83
%43.14

Codes

Color #009150 in popluar color models

009150
RGB014580
HSL153°100.00%28.43%
HSB/HSV153°100.00%56.86%
CMYK100.00%0.00%44.83%
43.14%

Color #009150 in popluar number systems.

HEX009150
Decimal014580
Binary0100100011010000
Octal0221120

Shades and tints

Shades of #009150

#009150
(0,145,80)
#008449
(0,132,73)
#007742
(0,119,66)
#006A3B
(0,106,59)
#005D34
(0,93,52)
#00502D
(0,80,45)
#004326
(0,67,38)
#00361F
(0,54,31)
#002918
(0,41,24)
#001C11
(0,28,17)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #009150

#009150
(0,145,80)
#179B5F
(23,155,95)
#2EA56E
(46,165,110)
#45AF7D
(69,175,125)
#5CB98C
(92,185,140)
#73C39B
(115,195,155)
#8ACDAA
(138,205,170)
#A1D7B9
(161,215,185)
#B8E1C8
(184,225,200)
#CFEBD7
(207,235,215)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009150 color. Also use rgb(0,145,80) instead hex code.

Text Font Color

.myTextColor { color: #009150; }

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

This text font color is #009150.


Background Color

.myBgColor { background-color: #009150; }

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

This div background color is #009150.


Border color

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

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

This div border color is #009150.


Opacity

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

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

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

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

This text has shadow with #009150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009150 on black background.


Color preview on white background

This text has color #009150 on white background.



Black color preview on #009150 background

This text has black color on #009150 background.


White color preview on #009150 background

This text has white color on #009150 background.