#016F1A

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

Shades of Green #016F1A

Tints of Green #016F1A

Color information

#016F1A (or 0x016F1A) is unknown color: approx Green. HEX triplet: 01, 6F and 1A. RGB value is (1,111,26). Sum of RGB (Red+Green+Blue) = 1+111+26=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 111 (43.75% from 255 or 80.43% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 111 - color contains mainly: green. Hex color #016F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F1A is #FE90E5. Grayscale: #444444. Windows color (decimal): -16683238 or 1732353. OLE color: 1732353.

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

Color convert

RGB111126-
CMYK0.9900.770.56
HSL133.64º98.21%21.96%-
HSV(B)133.64º99.1%43.53%-
XYZ5.8811.452.88-
YUV68.42104.0679.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 111 (43.75% from 255) = 80.43%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=0.72%
G=80.43%
B=18.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111260.9900.770.56133.6498.2121.96
Hex16F1A6304D38866216
Octal11573214301157020614226
Binary111011111101011000110100110111100010000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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