COLOR #018A18

HEX: #018A18
RGB: (1,138,24)

Color info

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

RGB color model

#018A18 color RGB value is (1,138,24).

  • red value is 1;
  • green value is 138;
  • blue value is 24.
RGB:
(1,138,24)
(0%,54%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 138 of 255 = 54%
B 24 of 255 = 9%

1
138
24

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

Portions of RGB colors in percentages

R + G + B =
1 + 138 + 24 = 163 (100%)
R 1 of 163 ~ 0.61%
G 138 of 163 ~ 84.66%
B 24 of 163 ~ 14.72%

%84.66
%14.72

CMYK color model

#018A18 color CMYK value is (99,0,83,46).

  • cyan value is 99.28%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 45.88%
CMYK:
(99,0,83,46)
C99M0Y83K46 
(99%,0%,83%,46%)
(0.99/0.00/0.83/0.46)	

CMYK percentages

%99.28
%0
%82.61
%45.88

Codes

Color #018A18 in popluar color models

018A18
RGB113824
HSL130°98.56%27.25%
HSB/HSV130°99.28%54.12%
CMYK99.28%0.00%82.61%
45.88%

Color #018A18 in popluar number systems.

HEX018A18
Decimal113824
Binary11000101011000
Octal121230

Shades and tints

Shades of #018A18

#018A18
(1,138,24)
#017E16
(1,126,22)
#017214
(1,114,20)
#016612
(1,102,18)
#015A10
(1,90,16)
#014E0E
(1,78,14)
#01420C
(1,66,12)
#01360A
(1,54,10)
#012A08
(1,42,8)
#011E06
(1,30,6)
#011204
(1,18,4)
#000000
(0,0,0)

Tints of #018A18

#018A18
(1,138,24)
#18942D
(24,148,45)
#2F9E42
(47,158,66)
#46A857
(70,168,87)
#5DB26C
(93,178,108)
#74BC81
(116,188,129)
#8BC696
(139,198,150)
#A2D0AB
(162,208,171)
#B9DAC0
(185,218,192)
#D0E4D5
(208,228,213)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018A18 color. Also use rgb(1,138,24) instead hex code.

Text Font Color

.myTextColor { color: #018A18; }

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

This text font color is #018A18.


Background Color

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

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

This div background color is #018A18.


Border color

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

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

This div border color is #018A18.


Opacity

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

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

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

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

This text has shadow with #018A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018A18 on black background.


Color preview on white background

This text has color #018A18 on white background.



Black color preview on #018A18 background

This text has black color on #018A18 background.


White color preview on #018A18 background

This text has white color on #018A18 background.