COLOR #017A10

HEX: #017A10
RGB: (1,122,16)

Color info

#017A10 contains mainly green color. Web safe color of #017A10 is #006600 (or #060).

RGB color model

#017A10 color RGB value is (1,122,16).

  • red value is 1;
  • green value is 122;
  • blue value is 16.
RGB:
(1,122,16)
(0%,48%,6%)

RGB channels and saturation

R 1 of 255 = 0%
G 122 of 255 = 48%
B 16 of 255 = 6%

1
122
16

R + G + B ~ 18%. #017A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 122 + 16 = 139 (100%)
R 1 of 139 ~ 0.72%
G 122 of 139 ~ 87.77%
B 16 of 139 ~ 11.51%

%87.77
%11.51

CMYK color model

#017A10 color CMYK value is (99,0,87,52).

  • cyan value is 99.18%
  • magenta value is 0.00%
  • yellow value is 86.89%
  • key color value is 52.16%
CMYK:
(99,0,87,52)
C99M0Y87K52 
(99%,0%,87%,52%)
(0.99/0.00/0.87/0.52)	

CMYK percentages

%99.18
%0
%86.89
%52.16

Codes

Color #017A10 in popluar color models

017A10
RGB112216
HSL127°98.37%24.12%
HSB/HSV127°99.18%47.84%
CMYK99.18%0.00%86.89%
52.16%

Color #017A10 in popluar number systems.

HEX017A10
Decimal112216
Binary1111101010000
Octal117220

Shades and tints

Shades of #017A10

#017A10
(1,122,16)
#016F0F
(1,111,15)
#01640E
(1,100,14)
#01590D
(1,89,13)
#014E0C
(1,78,12)
#01430B
(1,67,11)
#01380A
(1,56,10)
#012D09
(1,45,9)
#012208
(1,34,8)
#011707
(1,23,7)
#010C06
(1,12,6)
#000000
(0,0,0)

Tints of #017A10

#017A10
(1,122,16)
#188625
(24,134,37)
#2F923A
(47,146,58)
#469E4F
(70,158,79)
#5DAA64
(93,170,100)
#74B679
(116,182,121)
#8BC28E
(139,194,142)
#A2CEA3
(162,206,163)
#B9DAB8
(185,218,184)
#D0E6CD
(208,230,205)
#E7F2E2
(231,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017A10 color. Also use rgb(1,122,16) instead hex code.

Text Font Color

.myTextColor { color: #017A10; }

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

This text font color is #017A10.


Background Color

.myBgColor { background-color: #017A10; }

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

This div background color is #017A10.


Border color

.myBorderColor { border: 1px solid #017A10; }

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

This div border color is #017A10.


Opacity

.myOpacity80 { color: #017A10; opacity: 0.8; }

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

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

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

This text has shadow with #017A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017A10 on black background.


Color preview on white background

This text has color #017A10 on white background.



Black color preview on #017A10 background

This text has black color on #017A10 background.


White color preview on #017A10 background

This text has white color on #017A10 background.