COLOR #019853

HEX: #019853
RGB: (1,152,83)

Color info

#019853 contains mainly green color. Web safe color of #019853 is #009966 (or #096).

RGB color model

#019853 color RGB value is (1,152,83).

  • red value is 1;
  • green value is 152;
  • blue value is 83.
RGB:
(1,152,83)
(0%,60%,33%)

RGB channels and saturation

R 1 of 255 = 0%
G 152 of 255 = 60%
B 83 of 255 = 33%

1
152
83

R + G + B ~ 31%. #019853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 152 + 83 = 236 (100%)
R 1 of 236 ~ 0.42%
G 152 of 236 ~ 64.41%
B 83 of 236 ~ 35.17%

%64.41
%35.17

CMYK color model

#019853 color CMYK value is (99,0,45,40).

  • cyan value is 99.34%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 40.39%
CMYK:
(99,0,45,40)
C99M0Y45K40 
(99%,0%,45%,40%)
(0.99/0.00/0.45/0.40)	

CMYK percentages

%99.34
%0
%45.39
%40.39

Codes

Color #019853 in popluar color models

019853
RGB115283
HSL153°98.69%30.00%
HSB/HSV153°99.34%59.61%
CMYK99.34%0.00%45.39%
40.39%

Color #019853 in popluar number systems.

HEX019853
Decimal115283
Binary1100110001010011
Octal1230123

Shades and tints

Shades of #019853

#019853
(1,152,83)
#018B4C
(1,139,76)
#017E45
(1,126,69)
#01713E
(1,113,62)
#016437
(1,100,55)
#015730
(1,87,48)
#014A29
(1,74,41)
#013D22
(1,61,34)
#01301B
(1,48,27)
#012314
(1,35,20)
#01160D
(1,22,13)
#000000
(0,0,0)

Tints of #019853

#019853
(1,152,83)
#18A162
(24,161,98)
#2FAA71
(47,170,113)
#46B380
(70,179,128)
#5DBC8F
(93,188,143)
#74C59E
(116,197,158)
#8BCEAD
(139,206,173)
#A2D7BC
(162,215,188)
#B9E0CB
(185,224,203)
#D0E9DA
(208,233,218)
#E7F2E9
(231,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019853 color. Also use rgb(1,152,83) instead hex code.

Text Font Color

.myTextColor { color: #019853; }

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

This text font color is #019853.


Background Color

.myBgColor { background-color: #019853; }

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

This div background color is #019853.


Border color

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

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

This div border color is #019853.


Opacity

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

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

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

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

This text has shadow with #019853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019853 on black background.


Color preview on white background

This text has color #019853 on white background.



Black color preview on #019853 background

This text has black color on #019853 background.


White color preview on #019853 background

This text has white color on #019853 background.