#016001

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

Shades of Green #016001

Tints of Green #016001

Color information

#016001 (or 0x016001) is unknown color: approx Green. HEX triplet: 01, 60 and 01. RGB value is (1,96,1). Sum of RGB (Red+Green+Blue) = 1+96+1=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 96 (37.89% from 255 or 97.96% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 96 - color contains mainly: green. Hex color #016001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016001 is #FE9FFE. Grayscale: #393939. Windows color (decimal): -16687103 or 90113. OLE color: 90113.

HSL color Cylindrical-coordinate representation of color #016001: hue angle of 120º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016001 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB1961-
CMYK0.9900.990.62
HSL120º97.94%19.02%-
HSV(B)120º98.96%37.65%-
XYZ4.28.371.42-
YUV56.7696.5388.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 96 (37.89% from 255) = 97.96%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=1.02%
G=97.96%
B=1.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19610.9900.990.6212097.9419.02
Hex1601630633E786213
Octal1140114301437617014223
Binary1110000011100011011000111111101111000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016001; }

 p { color: rgb(1,96,1); }

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

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

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

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

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

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

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