COLOR #090F00

HEX: #090F00
RGB: (9,15,0)

Color info

#090F00 contains only red and green colors. Web safe color of #090F00 is #000000 (or #000).

RGB color model

#090F00 color RGB value is (9,15,0).

  • red value is 9;
  • green value is 15;
  • blue value is 0.
RGB:
(9,15,0)
(4%,6%,0%)

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 0 of 255 = 0%

9
15
0

R + G + B ~ 3%. #090F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 15 + 0 = 24 (100%)
R 9 of 24 ~ 37.5%
G 15 of 24 ~ 62.5%
B 0 of 24 ~ 0%

%37.5
%62.5

CMYK color model

#090F00 color CMYK value is (40,0,100,94).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 94.12%
CMYK:
(40,0,100,94)
C40M0Y100K94 
(40%,0%,100%,94%)
(0.40/0.00/1.00/0.94)	

CMYK percentages

%40
%0
%100
%94.12

Codes

Color #090F00 in popluar color models

090F00
RGB9150
HSL84°100.00%2.94%
HSB/HSV84°100.00%5.88%
CMYK40.00%0.00%100.00%
94.12%

Color #090F00 in popluar number systems.

HEX090F00
Decimal9150
Binary100111110
Octal11170

Shades and tints

Shades of #090F00

#090F00
(9,15,0)
#090E00
(9,14,0)
#090D00
(9,13,0)
#090C00
(9,12,0)
#090B00
(9,11,0)
#090A00
(9,10,0)
#090900
(9,9,0)
#090800
(9,8,0)
#090700
(9,7,0)
#090600
(9,6,0)
#090500
(9,5,0)
#000000
(0,0,0)

Tints of #090F00

#090F00
(9,15,0)
#1F2417
(31,36,23)
#35392E
(53,57,46)
#4B4E45
(75,78,69)
#61635C
(97,99,92)
#777873
(119,120,115)
#8D8D8A
(141,141,138)
#A3A2A1
(163,162,161)
#B9B7B8
(185,183,184)
#CFCCCF
(207,204,207)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090F00 color. Also use rgb(9,15,0) instead hex code.

Text Font Color

.myTextColor { color: #090F00; }

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

This text font color is #090F00.


Background Color

.myBgColor { background-color: #090F00; }

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

This div background color is #090F00.


Border color

.myBorderColor { border: 1px solid #090F00; }

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

This div border color is #090F00.


Opacity

.myOpacity80 { color: #090F00; opacity: 0.8; }

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

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

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

This text has shadow with #090F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090F00 on black background.


Color preview on white background

This text has color #090F00 on white background.



Black color preview on #090F00 background

This text has black color on #090F00 background.


White color preview on #090F00 background

This text has white color on #090F00 background.