#016E03

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

Shades of Green #016E03

Tints of Green #016E03

Color information

#016E03 (or 0x016E03) is unknown color: approx Green. HEX triplet: 01, 6E and 03. RGB value is (1,110,3). Sum of RGB (Red+Green+Blue) = 1+110+3=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 110 (43.36% from 255 or 96.49% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 110 - color contains mainly: green. Hex color #016E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E03 is #FE91FC. Grayscale: #414141. Windows color (decimal): -16683517 or 224769. OLE color: 224769.

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

Color convert

RGB11103-
CMYK0.9900.970.57
HSL121.1º98.2%21.76%-
HSV(B)121.1º99.09%43.14%-
XYZ5.611.161.95-
YUV65.2192.8982.2-

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) = 96.49%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=0.88%
G=96.49%
B=2.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111030.9900.970.57121.198.221.76
Hex16E36306139796216
Octal1156314301417117114226
Binary11101110111100011011000011110011111001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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