#016D13

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

Shades of Green #016D13

Tints of Green #016D13

Color information

#016D13 (or 0x016D13) is unknown color: approx Green. HEX triplet: 01, 6D and 13. RGB value is (1,109,19). Sum of RGB (Red+Green+Blue) = 1+109+19=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 109 (42.97% from 255 or 84.50% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 109 - color contains mainly: green. Hex color #016D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D13 is #FE92EC. Grayscale: #424242. Windows color (decimal): -16683757 or 1273089. OLE color: 1273089.

HSL color Cylindrical-coordinate representation of color #016D13: hue angle of 130º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D13 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB110919-
CMYK0.9900.830.57
HSL130º98.18%21.57%-
HSV(B)130º99.08%42.75%-
XYZ5.610.992.44-
YUV66.45101.2281.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 109 (42.97% from 255) = 84.50%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=0.78%
G=84.50%
B=14.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109190.9900.830.5713098.1821.57
Hex16D136305339826216
Octal11552314301237120214226
Binary111011011001111000110101001111100110000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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