#016E04

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

Shades of Green #016E04

Tints of Green #016E04

Color information

#016E04 (or 0x016E04) is unknown color: approx Green. HEX triplet: 01, 6E and 04. RGB value is (1,110,4). Sum of RGB (Red+Green+Blue) = 1+110+4=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 110 (43.36% from 255 or 95.65% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 110 - color contains mainly: green. Hex color #016E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E04 is #FE91FB. Grayscale: #414141. Windows color (decimal): -16683516 or 290305. OLE color: 290305.

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

Color convert

RGB11104-
CMYK0.9900.960.57
HSL121.65º98.2%21.76%-
HSV(B)121.65º99.09%43.14%-
XYZ5.6111.171.97-
YUV65.3293.3982.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 110 (43.36% from 255) = 95.65%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=0.87%
G=95.65%
B=3.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111040.9900.960.57121.6598.221.76
Hex16E463060397a6216
Octal1156414301407117214226
Binary111011101001100011011000001110011111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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