#017010

Color #017010 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #017010

Tints of Green #017010

Color information

#017010 (or 0x017010) is unknown color: approx Green. HEX triplet: 01, 70 and 10. RGB value is (1,112,16). Sum of RGB (Red+Green+Blue) = 1+112+16=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 112 (44.14% from 255 or 86.82% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 112 - color contains mainly: green. Hex color #017010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017010 is #FE8FEF. Grayscale: #444444. Windows color (decimal): -16682992 or 1077249. OLE color: 1077249.

HSL color Cylindrical-coordinate representation of color #017010: hue angle of 128.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017010 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB111216-
CMYK0.9900.860.56
HSL128.11º98.23%22.16%-
HSV(B)128.11º99.11%43.92%-
XYZ5.911.632.42-
YUV67.8798.7380.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 112 (44.14% from 255) = 86.82%
BLUE value IS 16 (6.64% from 255) = 12.40%
R=0.78%
G=86.82%
B=12.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112160.9900.860.56128.1198.2322.16
Hex170106305638806216
Octal11602014301267020014226
Binary111100001000011000110101011011100010000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017010; }

 p { color: rgb(1,112,16); }

 H1.HeaderClassName
 {
   color: #017010;
 }
 .AnyTagClassName
 {
   color: #017010;
 }
</style>
background-color css

<style>
 a { background-color: #017010; }

 a { background-color: rgb(1,112,16); }

 div.DivClassName
 {
   background-color: #017010;
 }
 .BgClassName
 {
   background-color: #017010;
 }
</style>
border-color css

<style>
 span { border-color: #017010; }

 span { border-color: rgb(1,112,16); }

 td.TdClassName
 {
   border-color: #017010;
 }
 .TagClassName
 {
   border-color: #017010;
 }
</style>