COLOR #00D154

HEX: #00D154
RGB: (0,209,84)

Color info

#00D154 contains mainly green color. Web safe color of #00D154 is #00CC66 (or #0C6).

RGB color model

#00D154 color RGB value is (0,209,84).

  • red value is 0;
  • green value is 209;
  • blue value is 84.
RGB:
(0,209,84)
(0%,82%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 209 of 255 = 82%
B 84 of 255 = 33%

0
209
84

R + G + B ~ 38%. #00D154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 209 + 84 = 293 (100%)
R 0 of 293 ~ 0%
G 209 of 293 ~ 71.33%
B 84 of 293 ~ 28.67%

%71.33
%28.67

CMYK color model

#00D154 color CMYK value is (100,0,60,18).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.81%
  • key color value is 18.04%
CMYK:
(100,0,60,18)
C100M0Y60K18 
(100%,0%,60%,18%)
(1.00/0.00/0.60/0.18)	

CMYK percentages

%100
%0
%59.81
%18.04

Codes

Color #00D154 in popluar color models

00D154
RGB020984
HSL144°100.00%40.98%
HSB/HSV144°100.00%81.96%
CMYK100.00%0.00%59.81%
18.04%

Color #00D154 in popluar number systems.

HEX00D154
Decimal020984
Binary0110100011010100
Octal0321124

Shades and tints

Shades of #00D154

#00D154
(0,209,84)
#00BE4D
(0,190,77)
#00AB46
(0,171,70)
#00983F
(0,152,63)
#008538
(0,133,56)
#007231
(0,114,49)
#005F2A
(0,95,42)
#004C23
(0,76,35)
#00391C
(0,57,28)
#002615
(0,38,21)
#00130E
(0,19,14)
#000000
(0,0,0)

Tints of #00D154

#00D154
(0,209,84)
#17D563
(23,213,99)
#2ED972
(46,217,114)
#45DD81
(69,221,129)
#5CE190
(92,225,144)
#73E59F
(115,229,159)
#8AE9AE
(138,233,174)
#A1EDBD
(161,237,189)
#B8F1CC
(184,241,204)
#CFF5DB
(207,245,219)
#E6F9EA
(230,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00D154 color. Also use rgb(0,209,84) instead hex code.

Text Font Color

.myTextColor { color: #00D154; }

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

This text font color is #00D154.


Background Color

.myBgColor { background-color: #00D154; }

<div style="background-color:#00D154">Inner text</div>

This div background color is #00D154.


Border color

.myBorderColor { border: 1px solid #00D154; }

<div style="border:3px solid #00D154">Div</div>

This div border color is #00D154.


Opacity

.myOpacity80 { color: #00D154; opacity: 0.8; }

<p style="color:#00D154;opacity:0.8;">80%</p>

Text with #00D154 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 #00D154;}

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

This text has shadow with #00D154 color.

.textShadow {text-shadow: 3px 3px 1px #00D154, 3px 3px 1px red;}

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

This text has shadow with #00D154 primary color and red secondary color.


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

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

This text has shadow with #00D154 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D154 on black background.


Color preview on white background

This text has color #00D154 on white background.



Black color preview on #00D154 background

This text has black color on #00D154 background.


White color preview on #00D154 background

This text has white color on #00D154 background.