COLOR #018D15

HEX: #018D15
RGB: (1,141,21)

Color info

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

RGB color model

#018D15 color RGB value is (1,141,21).

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

RGB channels and saturation

R 1 of 255 = 0%
G 141 of 255 = 55%
B 21 of 255 = 8%

1
141
21

R + G + B ~ 21%. #018D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 141 + 21 = 163 (100%)
R 1 of 163 ~ 0.61%
G 141 of 163 ~ 86.5%
B 21 of 163 ~ 12.88%

%86.5
%12.88

CMYK color model

#018D15 color CMYK value is (99,0,85,45).

  • cyan value is 99.29%
  • magenta value is 0.00%
  • yellow value is 85.11%
  • key color value is 44.71%
CMYK:
(99,0,85,45)
C99M0Y85K45 
(99%,0%,85%,45%)
(0.99/0.00/0.85/0.45)	

CMYK percentages

%99.29
%0
%85.11
%44.71

Codes

Color #018D15 in popluar color models

018D15
RGB114121
HSL129°98.59%27.84%
HSB/HSV129°99.29%55.29%
CMYK99.29%0.00%85.11%
44.71%

Color #018D15 in popluar number systems.

HEX018D15
Decimal114121
Binary11000110110101
Octal121525

Shades and tints

Shades of #018D15

#018D15
(1,141,21)
#018114
(1,129,20)
#017513
(1,117,19)
#016912
(1,105,18)
#015D11
(1,93,17)
#015110
(1,81,16)
#01450F
(1,69,15)
#01390E
(1,57,14)
#012D0D
(1,45,13)
#01210C
(1,33,12)
#01150B
(1,21,11)
#000000
(0,0,0)

Tints of #018D15

#018D15
(1,141,21)
#18972A
(24,151,42)
#2FA13F
(47,161,63)
#46AB54
(70,171,84)
#5DB569
(93,181,105)
#74BF7E
(116,191,126)
#8BC993
(139,201,147)
#A2D3A8
(162,211,168)
#B9DDBD
(185,221,189)
#D0E7D2
(208,231,210)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #018D15; }

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

This text font color is #018D15.


Background Color

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

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

This div background color is #018D15.


Border color

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

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

This div border color is #018D15.


Opacity

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

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

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

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

This text has shadow with #018D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018D15 on black background.


Color preview on white background

This text has color #018D15 on white background.



Black color preview on #018D15 background

This text has black color on #018D15 background.


White color preview on #018D15 background

This text has white color on #018D15 background.