COLOR #018D07

HEX: #018D07
RGB: (1,141,7)

Color info

#018D07 contains mainly green color. Web safe color of #018D07 is #009900 (or #090).

RGB color model

#018D07 color RGB value is (1,141,7).

  • red value is 1;
  • green value is 141;
  • blue value is 7.
RGB:
(1,141,7)
(0%,55%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 141 of 255 = 55%
B 7 of 255 = 3%

1
141
7

R + G + B ~ 19%. #018D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 141 + 7 = 149 (100%)
R 1 of 149 ~ 0.67%
G 141 of 149 ~ 94.63%
B 7 of 149 ~ 4.7%

%94.63

CMYK color model

#018D07 color CMYK value is (99,0,95,45).

  • cyan value is 99.29%
  • magenta value is 0.00%
  • yellow value is 95.04%
  • key color value is 44.71%
CMYK:
(99,0,95,45)
C99M0Y95K45 
(99%,0%,95%,45%)
(0.99/0.00/0.95/0.45)	

CMYK percentages

%99.29
%0
%95.04
%44.71

Codes

Color #018D07 in popluar color models

018D07
RGB11417
HSL123°98.59%27.84%
HSB/HSV123°99.29%55.29%
CMYK99.29%0.00%95.04%
44.71%

Color #018D07 in popluar number systems.

HEX018D07
Decimal11417
Binary110001101111
Octal12157

Shades and tints

Shades of #018D07

#018D07
(1,141,7)
#018107
(1,129,7)
#017507
(1,117,7)
#016907
(1,105,7)
#015D07
(1,93,7)
#015107
(1,81,7)
#014507
(1,69,7)
#013907
(1,57,7)
#012D07
(1,45,7)
#012107
(1,33,7)
#011507
(1,21,7)
#000000
(0,0,0)

Tints of #018D07

#018D07
(1,141,7)
#18971D
(24,151,29)
#2FA133
(47,161,51)
#46AB49
(70,171,73)
#5DB55F
(93,181,95)
#74BF75
(116,191,117)
#8BC98B
(139,201,139)
#A2D3A1
(162,211,161)
#B9DDB7
(185,221,183)
#D0E7CD
(208,231,205)
#E7F1E3
(231,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018D07 color. Also use rgb(1,141,7) instead hex code.

Text Font Color

.myTextColor { color: #018D07; }

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

This text font color is #018D07.


Background Color

.myBgColor { background-color: #018D07; }

<div style="background-color:#018D07">Inner text</div>

This div background color is #018D07.


Border color

.myBorderColor { border: 1px solid #018D07; }

<div style="border:3px solid #018D07">Div</div>

This div border color is #018D07.


Opacity

.myOpacity80 { color: #018D07; opacity: 0.8; }

<p style="color:#018D07;opacity:0.8;">80%</p>

Text with #018D07 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 #018D07;}

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

This text has shadow with #018D07 color.

.textShadow {text-shadow: 3px 3px 1px #018D07, 3px 3px 1px red;}

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

This text has shadow with #018D07 primary color and red secondary color.


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

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

This text has shadow with #018D07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018D07 on black background.


Color preview on white background

This text has color #018D07 on white background.



Black color preview on #018D07 background

This text has black color on #018D07 background.


White color preview on #018D07 background

This text has white color on #018D07 background.