#016E02

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

Shades of Green #016E02

Tints of Green #016E02

Color information

#016E02 (or 0x016E02) is unknown color: approx Green. HEX triplet: 01, 6E and 02. RGB value is (1,110,2). Sum of RGB (Red+Green+Blue) = 1+110+2=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 110 (43.36% from 255 or 97.35% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 110 - color contains mainly: green. Hex color #016E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E02 is #FE91FD. Grayscale: #414141. Windows color (decimal): -16683518 or 159233. OLE color: 159233.

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

Color convert

RGB11102-
CMYK0.9900.980.57
HSL120.55º98.2%21.76%-
HSV(B)120.55º99.09%43.14%-
XYZ5.611.161.92-
YUV65.192.3982.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 110 (43.36% from 255) = 97.35%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=0.88%
G=97.35%
B=1.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111020.9900.980.57120.5598.221.76
Hex16E26306239796216
Octal1156214301427117114226
Binary11101110101100011011000101110011111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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