COLOR #018116

HEX: #018116
RGB: (1,129,22)

Color info

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

RGB color model

#018116 color RGB value is (1,129,22).

  • red value is 1;
  • green value is 129;
  • blue value is 22.
RGB:
(1,129,22)
(0%,51%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 129 of 255 = 51%
B 22 of 255 = 9%

1
129
22

R + G + B ~ 20%. #018116 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 129 + 22 = 152 (100%)
R 1 of 152 ~ 0.66%
G 129 of 152 ~ 84.87%
B 22 of 152 ~ 14.47%

%84.87
%14.47

CMYK color model

#018116 color CMYK value is (99,0,83,49).

  • cyan value is 99.22%
  • magenta value is 0.00%
  • yellow value is 82.95%
  • key color value is 49.41%
CMYK:
(99,0,83,49)
C99M0Y83K49 
(99%,0%,83%,49%)
(0.99/0.00/0.83/0.49)	

CMYK percentages

%99.22
%0
%82.95
%49.41

Codes

Color #018116 in popluar color models

018116
RGB112922
HSL130°98.46%25.49%
HSB/HSV130°99.22%50.59%
CMYK99.22%0.00%82.95%
49.41%

Color #018116 in popluar number systems.

HEX018116
Decimal112922
Binary11000000110110
Octal120126

Shades and tints

Shades of #018116

#018116
(1,129,22)
#017614
(1,118,20)
#016B12
(1,107,18)
#016010
(1,96,16)
#01550E
(1,85,14)
#014A0C
(1,74,12)
#013F0A
(1,63,10)
#013408
(1,52,8)
#012906
(1,41,6)
#011E04
(1,30,4)
#011302
(1,19,2)
#000000
(0,0,0)

Tints of #018116

#018116
(1,129,22)
#188C2B
(24,140,43)
#2F9740
(47,151,64)
#46A255
(70,162,85)
#5DAD6A
(93,173,106)
#74B87F
(116,184,127)
#8BC394
(139,195,148)
#A2CEA9
(162,206,169)
#B9D9BE
(185,217,190)
#D0E4D3
(208,228,211)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018116 color. Also use rgb(1,129,22) instead hex code.

Text Font Color

.myTextColor { color: #018116; }

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

This text font color is #018116.


Background Color

.myBgColor { background-color: #018116; }

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

This div background color is #018116.


Border color

.myBorderColor { border: 1px solid #018116; }

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

This div border color is #018116.


Opacity

.myOpacity80 { color: #018116; opacity: 0.8; }

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

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

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

This text has shadow with #018116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018116 on black background.


Color preview on white background

This text has color #018116 on white background.



Black color preview on #018116 background

This text has black color on #018116 background.


White color preview on #018116 background

This text has white color on #018116 background.