COLOR #008A00

HEX: #008A00
RGB: (0,138,0)

Renk bilgisi

#008A00 contains only green color. #008A00 ‘ nin web güvenlik rengi #009900 (ya da #090) dir.

RGB renk modeli

#008A00 color RGB value is (0,138,0).

  • kırmız ton 0;
  • yeşil ton 138;
  • mavi ton 0.
RGB:
(0,138,0)
(0%,54%,0%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 138 of 255 = 54%
B 0 of 255 = 0%

0
138
0

R + G + B ~ 18%. #008A00 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 138 + 0 = 138 (100%)
R 0 of 138 ~ 0%
G 138 of 138 ~ 100%
B 0 of 138 ~ 0%

%100

CMYK RENK MODELİ

#008A00 rengi CMYK tonu (100,0,100,46).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 45.88%
CMYK:
(100,0,100,46)
C100M0Y100K46 
(100%,0%,100%,46%)
(1.00/0.00/1.00/0.46)	

CMYK yüzdeleri

%100
%0
%100
%45.88

Codes

Color #008A00 in popluar color models

008A00
RGB01380
HSL120°100.00%27.06%
HSB/HSV120°100.00%54.12%
CMYK100.00%0.00%100.00%
45.88%

Color #008A00 in popluar number systems.

HEX008A00
Decimal01380
Binary0100010100
Octal02120

Shades and tints

Shades of #008A00

#008A00
(0,138,0)
#007E00
(0,126,0)
#007200
(0,114,0)
#006600
(0,102,0)
#005A00
(0,90,0)
#004E00
(0,78,0)
#004200
(0,66,0)
#003600
(0,54,0)
#002A00
(0,42,0)
#001E00
(0,30,0)
#001200
(0,18,0)
#000000
(0,0,0)

Tints of #008A00

#008A00
(0,138,0)
#179417
(23,148,23)
#2E9E2E
(46,158,46)
#45A845
(69,168,69)
#5CB25C
(92,178,92)
#73BC73
(115,188,115)
#8AC68A
(138,198,138)
#A1D0A1
(161,208,161)
#B8DAB8
(184,218,184)
#CFE4CF
(207,228,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008A00 color. Also use rgb(0,138,0) instead hex code.

Text Font Color

.myTextColor { color: #008A00; }

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

This text font color is #008A00.


Background Color

.myBgColor { background-color: #008A00; }

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

This div background color is #008A00.


Border color

.myBorderColor { border: 1px solid #008A00; }

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

This div border color is #008A00.


Opacity

.myOpacity80 { color: #008A00; opacity: 0.8; }

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

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

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

This text has shadow with #008A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008A00 on black background.


Color preview on white background

This text has color #008A00 on white background.



Black color preview on #008A00 background

This text has black color on #008A00 background.


White color preview on #008A00 background

This text has white color on #008A00 background.