#016C12

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

Shades of Green #016C12

Tints of Green #016C12

Color information

#016C12 (or 0x016C12) is unknown color: approx Green. HEX triplet: 01, 6C and 12. RGB value is (1,108,18). Sum of RGB (Red+Green+Blue) = 1+108+18=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #016C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C12 is #FE93ED. Grayscale: #424242. Windows color (decimal): -16684014 or 1207297. OLE color: 1207297.

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

Color convert

RGB110818-
CMYK0.9900.830.58
HSL129.53º98.17%21.37%-
HSV(B)129.53º99.07%42.35%-
XYZ5.4810.782.36-
YUV65.75101.0581.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 108 (42.58% from 255) = 85.04%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=0.79%
G=85.04%
B=14.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108180.9900.830.58129.5398.1721.37
Hex16C12630533A826215
Octal11542214301237220214225
Binary111011001001011000110101001111101010000010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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