COLOR #00984E

HEX: #00984E
RGB: (0,152,78)

Renk bilgisi

#00984E contains mainly green color. #00984E ‘ nin web güvenlik rengi #009966 (ya da #096) dir.

RGB renk modeli

#00984E color RGB value is (0,152,78).

  • kırmız ton 0;
  • yeşil ton 152;
  • mavi ton 78.
RGB:
(0,152,78)
(0%,60%,31%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 152 of 255 = 60%
B 78 of 255 = 31%

0
152
78

R + G + B ~ 30%. #00984E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 152 + 78 = 230 (100%)
R 0 of 230 ~ 0%
G 152 of 230 ~ 66.09%
B 78 of 230 ~ 33.91%

%66.09
%33.91

CMYK RENK MODELİ

#00984E rengi CMYK tonu (100,0,49,40).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 48.68%
  • ana renk tonu 40.39%
CMYK:
(100,0,49,40)
C100M0Y49K40 
(100%,0%,49%,40%)
(1.00/0.00/0.49/0.40)	

CMYK yüzdeleri

%100
%0
%48.68
%40.39

Codes

Color #00984E in popluar color models

00984E
RGB015278
HSL151°100.00%29.80%
HSB/HSV151°100.00%59.61%
CMYK100.00%0.00%48.68%
40.39%

Color #00984E in popluar number systems.

HEX00984E
Decimal015278
Binary0100110001001110
Octal0230116

Shades and tints

Shades of #00984E

#00984E
(0,152,78)
#008B47
(0,139,71)
#007E40
(0,126,64)
#007139
(0,113,57)
#006432
(0,100,50)
#00572B
(0,87,43)
#004A24
(0,74,36)
#003D1D
(0,61,29)
#003016
(0,48,22)
#00230F
(0,35,15)
#001608
(0,22,8)
#000000
(0,0,0)

Tints of #00984E

#00984E
(0,152,78)
#17A15E
(23,161,94)
#2EAA6E
(46,170,110)
#45B37E
(69,179,126)
#5CBC8E
(92,188,142)
#73C59E
(115,197,158)
#8ACEAE
(138,206,174)
#A1D7BE
(161,215,190)
#B8E0CE
(184,224,206)
#CFE9DE
(207,233,222)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00984E color. Also use rgb(0,152,78) instead hex code.

Text Font Color

.myTextColor { color: #00984E; }

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

This text font color is #00984E.


Background Color

.myBgColor { background-color: #00984E; }

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

This div background color is #00984E.


Border color

.myBorderColor { border: 1px solid #00984E; }

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

This div border color is #00984E.


Opacity

.myOpacity80 { color: #00984E; opacity: 0.8; }

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

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

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

This text has shadow with #00984E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00984E on black background.


Color preview on white background

This text has color #00984E on white background.



Black color preview on #00984E background

This text has black color on #00984E background.


White color preview on #00984E background

This text has white color on #00984E background.