COLOR #009B04

HEX: #009B04 RGB: (0,155,4)

Color info

#009B04 contains mainly green color. Web safe color of #009B04 is #009900 (or #090).

RGB color model

#009B04 color RGB value is (0,155,4).

RGB: (0,155,4) (0%, 61%, 2%)

RGB channels and saturation

R 0 of 255 = 0%
G 155 of 255 = 61%
B 4 of 255 = 2%

0
155
4

R + G + B ~ 21%. #009B04 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 155 + 4 = 159 (100%)
R 0 of 159 ~ 0%
G 155 of 159 ~ 97.48%
B 4 of 159 ~ 2.52'%

%97.48

CMYK color model

#009B04 color CMYK value is (100,0,97,39).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 97.42%
  • key color value is 39.22%
CMYK: (100,0,97,39) C100M0Y97K39 (100%,0%,97%,39%) (1.00/0.00/0.97/0.39) 

CMYK percentages

%100
%0
%97.42
%39.22

Codes

Color #009B04 in popluar color models

00 9B 04
RGB 0 155 4
HSL 122° 100.00% 30.39%
HSB/HSV 122° 100.00% 60.78%
CMYK 100.00% 0.00% 97.42%
39.22%

Color #009B04 in popluar number systems.

HEX 00 9B 04
Decimal 0 155 4
Binary 0 10011011 100
Octal 0 233 4

Shades and tints

Shades of #009B04

#009B04
(0,155,4)
#008D04
(0,141,4)
#007F04
(0,127,4)
#007104
(0,113,4)
#006304
(0,99,4)
#005504
(0,85,4)
#004704
(0,71,4)
#003904
(0,57,4)
#002B04
(0,43,4)
#001D04
(0,29,4)
#000F04
(0,15,4)
#000000
(0,0,0)

Tints of #009B04

#009B04
(0,155,4)
#17A41A
(23,164,26)
#2EAD30
(46,173,48)
#45B646
(69,182,70)
#5CBF5C
(92,191,92)
#73C872
(115,200,114)
#8AD188
(138,209,136)
#A1DA9E
(161,218,158)
#B8E3B4
(184,227,180)
#CFECCA
(207,236,202)
#E6F5E0
(230,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009B04 color. Also use rgb(0,155,4) instead hex code.

Text Font Color

.myTextColor { color: #009B04; }

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

This text font color is #009B04.

Background Color

.myBgColor { background-color: #009B04; }

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

This div background color is #009B04.

Border color

.myBorderColor { border: 1px solid #009B04; }

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

This div border color is #009B04.

Opacity

.myOpacity80 { color: #009B04; opacity: 0.8; }

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

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

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

This text has shadow with #009B04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #009B04.

Preview

Color preview on black background

This text has color #009B04 on black background.


Color preview on white background

This text has color #009B04 on white background.


Black color preview on #009B04 background

This text has black color on #009B04 background.


White color preview on #009B04 background

This text has white color on #009B04 background.


Related colors

Complementary color

Complementary color for #hex is #FF64FB.


I love getcolorcode.com

Triadic colors

1 #04009B and #9B0400 with #009B04 are triadic colors.

2 #049B00 and #9B0004 with #009B04 are triadic colors.