COLOR #090E00

HEX: #090E00
RGB: (9,14,0)

Renk bilgisi

#090E00 contains only red and green colors. #090E00 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090E00 color RGB value is (9,14,0).

  • kırmız ton 9;
  • yeşil ton 14;
  • mavi ton 0.
RGB:
(9,14,0)
(4%,5%,0%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 14 of 255 = 5%
B 0 of 255 = 0%

9
14
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 14 + 0 = 23 (100%)
R 9 of 23 ~ 39.13%
G 14 of 23 ~ 60.87%
B 0 of 23 ~ 0%

%39.13
%60.87

CMYK RENK MODELİ

#090E00 rengi CMYK tonu (36,0,100,95).

  • camgöbeği tonu 35.71%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 94.51%
CMYK:
(36,0,100,95)
C36M0Y100K95 
(36%,0%,100%,95%)
(0.36/0.00/1.00/0.95)	

CMYK yüzdeleri

%35.71
%0
%100
%94.51

Codes

Color #090E00 in popluar color models

090E00
RGB9140
HSL81°100.00%2.75%
HSB/HSV81°100.00%5.49%
CMYK35.71%0.00%100.00%
94.51%

Color #090E00 in popluar number systems.

HEX090E00
Decimal9140
Binary100111100
Octal11160

Shades and tints

Shades of #090E00

#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)
#090400
(9,4,0)
#000000
(0,0,0)

Tints of #090E00

#090E00
(9,14,0)
#1F2317
(31,35,23)
#35382E
(53,56,46)
#4B4D45
(75,77,69)
#61625C
(97,98,92)
#777773
(119,119,115)
#8D8C8A
(141,140,138)
#A3A1A1
(163,161,161)
#B9B6B8
(185,182,184)
#CFCBCF
(207,203,207)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E00; }

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

This text font color is #090E00.


Background Color

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

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

This div background color is #090E00.


Border color

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

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

This div border color is #090E00.


Opacity

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

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

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

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

This text has shadow with #090E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E00 on black background.


Color preview on white background

This text has color #090E00 on white background.



Black color preview on #090E00 background

This text has black color on #090E00 background.


White color preview on #090E00 background

This text has white color on #090E00 background.