COLOR #18A313

HEX: #18A313
RGB: (24,163,19)

Color info

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

RGB color model

#18A313 color RGB value is (24,163,19).

  • red value is 24;
  • green value is 163;
  • blue value is 19.
RGB:
(24,163,19)
(9%,64%,7%)

RGB channels and saturation

R 24 of 255 = 9%
G 163 of 255 = 64%
B 19 of 255 = 7%

24
163
19

R + G + B ~ 27%. #18A313 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 163 + 19 = 206 (100%)
R 24 of 206 ~ 11.65%
G 163 of 206 ~ 79.13%
B 19 of 206 ~ 9.22%

%11.65
%79.13

CMYK color model

#18A313 color CMYK value is (85,0,88,36).

  • cyan value is 85.28%
  • magenta value is 0.00%
  • yellow value is 88.34%
  • key color value is 36.08%
CMYK:
(85,0,88,36)
C85M0Y88K36 
(85%,0%,88%,36%)
(0.85/0.00/0.88/0.36)	

CMYK percentages

%85.28
%0
%88.34
%36.08

Codes

Color #18A313 in popluar color models

18A313
RGB2416319
HSL118°79.12%35.69%
HSB/HSV118°88.34%63.92%
CMYK85.28%0.00%88.34%
36.08%

Color #18A313 in popluar number systems.

HEX18A313
Decimal2416319
Binary110001010001110011
Octal3024323

Shades and tints

Shades of #18A313

#18A313
(24,163,19)
#169512
(22,149,18)
#148711
(20,135,17)
#127910
(18,121,16)
#106B0F
(16,107,15)
#0E5D0E
(14,93,14)
#0C4F0D
(12,79,13)
#0A410C
(10,65,12)
#08330B
(8,51,11)
#06250A
(6,37,10)
#041709
(4,23,9)
#000000
(0,0,0)

Tints of #18A313

#18A313
(24,163,19)
#2DAB28
(45,171,40)
#42B33D
(66,179,61)
#57BB52
(87,187,82)
#6CC367
(108,195,103)
#81CB7C
(129,203,124)
#96D391
(150,211,145)
#ABDBA6
(171,219,166)
#C0E3BB
(192,227,187)
#D5EBD0
(213,235,208)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18A313 color. Also use rgb(24,163,19) instead hex code.

Text Font Color

.myTextColor { color: #18A313; }

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

This text font color is #18A313.


Background Color

.myBgColor { background-color: #18A313; }

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

This div background color is #18A313.


Border color

.myBorderColor { border: 1px solid #18A313; }

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

This div border color is #18A313.


Opacity

.myOpacity80 { color: #18A313; opacity: 0.8; }

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

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

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

This text has shadow with #18A313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A313 on black background.


Color preview on white background

This text has color #18A313 on white background.



Black color preview on #18A313 background

This text has black color on #18A313 background.


White color preview on #18A313 background

This text has white color on #18A313 background.