#016C13

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

Shades of Green #016C13

Tints of Green #016C13

Color information

#016C13 (or 0x016C13) is unknown color: approx Green. HEX triplet: 01, 6C and 13. RGB value is (1,108,19). Sum of RGB (Red+Green+Blue) = 1+108+19=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 108 (42.58% from 255 or 84.38% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 108 - color contains mainly: green. Hex color #016C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C13 is #FE93EC. Grayscale: #424242. Windows color (decimal): -16684013 or 1272833. OLE color: 1272833.

HSL color Cylindrical-coordinate representation of color #016C13: hue angle of 130.09º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C13 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB110819-
CMYK0.9900.820.58
HSL130.09º98.17%21.37%-
HSV(B)130.09º99.07%42.35%-
XYZ5.4910.782.41-
YUV65.86101.5581.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 108 (42.58% from 255) = 84.38%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=0.78%
G=84.38%
B=14.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108190.9900.820.58130.0998.1721.37
Hex16C13630523A826215
Octal11542314301227220214225
Binary111011001001111000110101001011101010000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016C13; }

 p { color: rgb(1,108,19); }

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

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

 a { background-color: rgb(1,108,19); }

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

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

 span { border-color: rgb(1,108,19); }

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