#016201

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

Shades of Green #016201

Tints of Green #016201

Color information

#016201 (or 0x016201) is unknown color: approx Green. HEX triplet: 01, 62 and 01. RGB value is (1,98,1). Sum of RGB (Red+Green+Blue) = 1+98+1=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 98 (38.67% from 255 or 98% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 98 - color contains mainly: green. Hex color #016201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016201 is #FE9DFE. Grayscale: #3A3A3A. Windows color (decimal): -16686591 or 90625. OLE color: 90625.

HSL color Cylindrical-coordinate representation of color #016201: 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 #016201 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB1981-
CMYK0.9900.990.62
HSL120º97.98%19.41%-
HSV(B)120º98.98%38.43%-
XYZ4.398.741.49-
YUV57.9495.8687.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 98 (38.67% from 255) = 98%
BLUE value IS 1 (0.78% from 255) = 1%
R=1%
G=98%
B=1%

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
Decimal19810.9900.990.6212097.9819.41
Hex1621630633E786213
Octal1142114301437617014223
Binary1110001011100011011000111111101111000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016201; }

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

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

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

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

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

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

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

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