#016F02

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

Shades of Green #016F02

Tints of Green #016F02

Color information

#016F02 (or 0x016F02) is unknown color: approx Green. HEX triplet: 01, 6F and 02. RGB value is (1,111,2). Sum of RGB (Red+Green+Blue) = 1+111+2=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 111 (43.75% from 255 or 97.37% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 111 - color contains mainly: green. Hex color #016F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F02 is #FE90FD. Grayscale: #424242. Windows color (decimal): -16683262 or 159489. OLE color: 159489.

HSL color Cylindrical-coordinate representation of color #016F02: hue angle of 120.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F02 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB11112-
CMYK0.9900.980.56
HSL120.55º98.21%21.96%-
HSV(B)120.55º99.1%43.53%-
XYZ5.7111.381.95-
YUV65.6892.0681.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 111 (43.75% from 255) = 97.37%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=0.88%
G=97.37%
B=1.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111120.9900.980.56120.5598.2121.96
Hex16F26306238796216
Octal1157214301427017114226
Binary11101111101100011011000101110001111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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