#016D0E

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

Shades of Green #016D0E

Tints of Green #016D0E

Color information

#016D0E (or 0x016D0E) is unknown color: approx Green. HEX triplet: 01, 6D and 0E. RGB value is (1,109,14). Sum of RGB (Red+Green+Blue) = 1+109+14=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 109 (42.97% from 255 or 87.90% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 109 - color contains mainly: green. Hex color #016D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D0E is #FE92F1. Grayscale: #424242. Windows color (decimal): -16683762 or 945409. OLE color: 945409.

HSL color Cylindrical-coordinate representation of color #016D0E: hue angle of 127.22º 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 #016D0E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB110914-
CMYK0.9900.870.57
HSL127.22º98.18%21.57%-
HSV(B)127.22º99.08%42.75%-
XYZ5.5610.982.24-
YUV65.8898.7281.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 109 (42.97% from 255) = 87.90%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=0.81%
G=87.90%
B=11.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109140.9900.870.57127.2298.1821.57
Hex16DE63057397f6216
Octal11551614301277117714226
Binary1110110111101100011010101111110011111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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