#016D16

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

Shades of Green #016D16

Tints of Green #016D16

Color information

#016D16 (or 0x016D16) is unknown color: approx Green. HEX triplet: 01, 6D and 16. RGB value is (1,109,22). Sum of RGB (Red+Green+Blue) = 1+109+22=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 109 (42.97% from 255 or 82.58% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 109 - color contains mainly: green. Hex color #016D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016D16 is #FE92E9. Grayscale: #434343. Windows color (decimal): -16683754 or 1469697. OLE color: 1469697.

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

Color convert

RGB110922-
CMYK0.9900.800.57
HSL131.67º98.18%21.57%-
HSV(B)131.67º99.08%42.75%-
XYZ5.63112.59-
YUV66.79102.7281.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 109 (42.97% from 255) = 82.58%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=0.76%
G=82.58%
B=16.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1109220.9900.800.57131.6798.1821.57
Hex16D166305039846216
Octal11552614301207120414226
Binary111011011011011000110101000011100110000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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