#106E00

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

Shades of Green #106E00

Tints of Green #106E00

Color information

#106E00 (or 0x106E00) is unknown color: approx Green. HEX triplet: 10, 6E and 00. RGB value is (16,110,0). Sum of RGB (Red+Green+Blue) = 16+110+0=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 110 (43.36% from 255 or 87.30% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 110 - color contains mainly: green. Hex color #106E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106E00 is #EF91FF. Grayscale: #454545. Windows color (decimal): -15700480 or 28176. OLE color: 28176.

HSL color Cylindrical-coordinate representation of color #106E00: hue angle of 111.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #106E00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB161100-
CMYK0.85010.57
HSL111.27º100%21.57%-
HSV(B)111.27º100%43.14%-
XYZ5.7911.261.87-
YUV69.3588.8689.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 110 (43.36% from 255) = 87.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.70%
G=87.30%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1611000.85010.57111.2710021.57
Hex106E055064396f6416
Octal20156012501447115714426
Binary10000110111001010101011001001110011101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E00; }

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

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

<style>
 a { background-color: #106E00; }

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

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

<style>
 span { border-color: #106E00; }

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

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