#016602

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

Shades of Green #016602

Tints of Green #016602

Color information

#016602 (or 0x016602) is unknown color: approx Green. HEX triplet: 01, 66 and 02. RGB value is (1,102,2). Sum of RGB (Red+Green+Blue) = 1+102+2=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 102 (40.23% from 255 or 97.14% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 102 - color contains mainly: green. Hex color #016602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016602 is #FE99FD. Grayscale: #3C3C3C. Windows color (decimal): -16685566 or 157185. OLE color: 157185.

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

Color convert

RGB11022-
CMYK0.9900.980.6
HSL120.59º98.06%20.2%-
HSV(B)120.59º99.02%40%-
XYZ4.779.511.64-
YUV60.495.0485.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 102 (40.23% from 255) = 97.14%
BLUE value IS 2 (1.17% from 255) = 1.90%
R=0.95%
G=97.14%
B=1.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal110220.9900.980.6120.5998.0620.2
Hex1662630623C796214
Octal1146214301427417114224
Binary11100110101100011011000101111001111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016602; }

 p { color: rgb(1,102,2); }

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

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

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

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

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

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

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