#016E10

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

Shades of Green #016E10

Tints of Green #016E10

Color information

#016E10 (or 0x016E10) is unknown color: approx Green. HEX triplet: 01, 6E and 10. RGB value is (1,110,16). Sum of RGB (Red+Green+Blue) = 1+110+16=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 110 (43.36% from 255 or 86.61% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 110 - color contains mainly: green. Hex color #016E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016E10 is #FE91EF. Grayscale: #424242. Windows color (decimal): -16683504 or 1076737. OLE color: 1076737.

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

Color convert

RGB111016-
CMYK0.9900.850.57
HSL128.26º98.2%21.76%-
HSV(B)128.26º99.09%43.14%-
XYZ5.6811.22.35-
YUV66.6999.3981.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 110 (43.36% from 255) = 86.61%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=0.79%
G=86.61%
B=12.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110160.9900.850.57128.2698.221.76
Hex16E106305539806216
Octal11562014301257120014226
Binary111011101000011000110101010111100110000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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